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 190495

Summary: no cc if using zend framework for $this->view-> in action
Product: php Reporter: Filip Zamboj <fzamboj>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal CC: sohorev
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Filip Zamboj 2010-09-21 20:38:34 UTC
Product Version: NetBeans IDE Dev (Build 100921-3394a7b65aad)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01

example in action: 
$this->view->similarProperties = $param->fetchAllSimilar($value, $limit);
$this->view->[crtl+space] //no code completion 

no idea if it works in templates now because it throws reported exception. It's regression I think.
Comment 1 Ondrej Brejla 2011-10-03 12:45:17 UTC
Reproducible in 7.1.
Comment 2 Ondrej Brejla 2011-11-01 10:09:50 UTC
Maybe it's related with http://netbeans.org/bugzilla/show_bug.cgi?id=188055
Comment 3 Ondrej Brejla 2012-09-19 14:32:54 UTC
It's not related to that issue, but this never worked. It's a bit connected with issue #216008, but only with that creating of "dynamic" properties. Here is just one dynamic property "view" which has its own dynamic properties "$this->view->foo = "foo";".

We could somehow handle that, but it's a new enhancement.