Get Your Pocket PHP Reference and Help Hurricane Relief Zend Studio 5.0 Beta available!

March 17th, 2006 | by admin | suraski.net

php|architect has announced the publication of php|architect’s Pocket PHP Reference, a handy guide to every function in PHP, inclusive of syntax, extension and description. It’s a perfect companion for all your coding work, perfect for looking up function syntax in a pinch
It’s been a while since I personally contributed code to this project, but a bunch of my most-wanted features are now in there, most notably multilevel code completion and native web services support.
Multilevel code completion means that almost always you’d get code completion for objects, even if they’re return values from functions (as long as you phpdocument them!) or a 10th level indirection, $foo->bar->baz->…. As a code-completion addict, that’s great news.
Native web services support means I no longer have to start writing web services by taking an existing WSDL file (a.k.a. scrolls of magic) and change it, but can instead use the WSDL generator now built into the system. Not to mention the code completion for SoapClient objects (did I mention I’m a code completion addict?)
The beta is available for free download on zend.com. Free T-shirts will be given to the most valuable reporters so start smashing it today

Tags: , , , , , , , , ,

Post a Comment