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 191386 - code completion
Summary: code completion
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Zend (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 23:21 UTC by Filip Zamboj
Modified: 2013-02-15 08:31 UTC (History)
0 users

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-10-26 23:21:37 UTC
There is code completion in views from controller's preDispatch() and init() functions missing. 

public function preDispatch() {  
        $this->view->title = "Pražská správa nemovitostí s.r.o.";
}

$this->title is not offered in view
Comment 1 Tomas Mysik 2011-06-03 10:20:37 UTC
Batch reassigning.
Comment 2 Tomas Mysik 2011-06-14 14:38:48 UTC
Not a bug but enhancement.
Comment 3 Tomas Mysik 2013-02-15 08:31:47 UTC
Likely WONTFIX, there is already ZF2 available...

Thanks.