I thought I would throw together a little video on how make the most out of Zend Studio’s intellisense using PHP Doc Blocks.
[kml_flashembed movie="/blog/assets/tutorials/zend_studio_basic_intellisense/blog.swf" height="318" width="400" /]
Full Resolution Download: http://www.mediafire.com/?wmzqmyelmox
Related Posts
- PHP5.x or PHP6 – Argument for Type-Hinting: Better IDEs I’ve read some posting lately about PHP6, the Meeting Notes by the Developers, etc. that deal with type-hinting, especially scalar type hinting. Here is my reasoning why PHP should allow for more type-hinting scenarios: it allows IDEs to be more powerful. An example would be auto completion. Many times an...