News Feed
Jobs Feed
Sections




News Archive
Stanislav Malyshev's Blog:
Adding new extensions to Zend Studio
September 08, 2010 @ 08:32:31

In a new post to his blog Stanislav Malyshev talks about how Zend Studio users can get the tool to recognize new extensions by adding in stubs with PHPDocumentor markup.

If you have some extension, create stub file with PHPDOC descriptions [...] for each extension function, Studio will know to pick it up. You can put this file into Studio's prototypes directory - easiest way to find it is just write something like chdir() anywhere, select the name and press F3, the directory of the file that you'll get is the one you need.

Not wanting to have to generate all of the stubs himself, he created the Reflector script that will, when pointed at an extension, create the stub file with definitions for each method it can use. There's also the generator script that's a part of Zend Studio that works similarly.

0 comments voice your opinion now!
zendstudio extension reflection docblock


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Avoid the Original MySQL Extension, Part 1

Hasin Hayder's Blog: Using new PECL Memcached extension for storing session data

Greg Beaver's Blog: Introducing pecl extension phar

Brian Teeman's Blog: Can you trust your Joomla extensions?

ThinkPHP Blog: Zend Studio for Eclipse at first sight


Community Events











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


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

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