Autocompleting MVC View Variables in Eclipse PDT/Zend Studio
Posted
by voidstate
on Stack Overflow
See other posts from Stack Overflow
or by voidstate
Published on 2010-04-13T10:57:57Z
Indexed on
2010/04/13
11:03 UTC
Read the original article
Hit count: 186
When using Zend Studio to write views for a MVC framework, is there any way of having those variables autocomplete, perhaps using PHPdoc?
For example, I set a variable in a view called $cart which is an instance of my ShoppingCart class. When I type "$cart->", I'd like the IDE to pop up with all of the objects properties.
© Stack Overflow or respective owner