News Feed
Jobs Feed
Sections




News Archive
Daniel Cousineau's Blog:
Netbeans Code Completion and your Zend_View
May 12, 2010 @ 13:02:14

Daniel Cousineau has posted a quick tip for Netbeans users that are working with the Zend Framework. The tip involves code completion support in your Zend_View instances.

If you're using Zend Framework and NetBeans, you may be like me and bemoaning the lack of code completion in your Zend Views. As you may know, essentially what Zend_View does is includes your view within a method that belongs to a Zend_View object. This gives your view some nice variable encapsulation as well as access to the $this object (which is how Zend_View provides access to all the ViewHelpers and other functions). Unfortunately NetBeans can't figures this out (such is the problem with static analysis on a dynamic language) without help.

Thanks to a tip from another site he found out that all it takes is a phpDocumentor addition to the top of the script to tell Netbeans what the file is. It links the current object ($this) to tell the IDE that it's a Zend_View instance.

0 comments voice your opinion now!
netbeas code completion zendframework zendview


blog comments powered by Disqus

Similar Posts

Nick Halstead's Blog: Making a TAG Cloud out of Zend_Cache

Jani Hartikainen's Blog: Improving Ajax performance in Zend Framework applications

Zend Developer Zone: Zend_Acl / Zend_Auth example scenario

Stefan Koopmanschap's Blog: BugHuntDay Zend Framework was great!

Zend Developer Zone: Zend Framework 1.0.1 Releases


Community Events











Don't see your event here?
Let us know!


language release unittest podcast usergroup interview development functional testing conference rest zendframework2 database introduction framework opinion symfony2 phpunit series community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework