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 - no cc if using zend framework for $this->view-> in action
Summary: no cc if using zend framework for $this->view-> in action
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-21 20:38 UTC by Filip Zamboj
Modified: 2013-11-19 03:11 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.