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

Summary: zend view cc doesn't work for objects
Product: php Reporter: Filip Zamboj <fzamboj>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: normal CC: tmysik
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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