This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188056 - zend view cc doesn't work for objects
Summary: zend view cc doesn't work for objects
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 14:39 UTC by Filip Zamboj
Modified: 2010-08-18 03:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Zamboj 2010-06-24 14:39:31 UTC
Product Version: NetBeans IDE Dev (Build 100624-37b8a71917c5)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01

have in controller 
$this->view->something = new Object(); 

in view 
$this->view->something works but $this->view->something-> has no results
Comment 1 rmatous 2010-08-17 17:58:14 UTC
http://hg.netbeans.org/web-main/rev/7235bc329262

fixed according:
http://blogs.sun.com/netbeansphp/entry/framework_support_improvements#comment-1280713905000

so, code completion should work now for code like this:
$this->something->|

plus occurences, goto declaration and so on.

Filipe, please test for both SF && ZF and verify that it now works as expected for these frameworks
Comment 2 Quality Engineering 2010-08-18 03:23:51 UTC
Integrated into 'main-golden', will be available in build *201008180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7235bc329262
User: Radek Matous <rmatous@netbeans.org>
Log: #188056 - zend view cc doesn't work for objects