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

Johannes Schluter's Blog: A hidden gem in PHP 5.3: fileinfo

Andrei Zmievski's Blog: Bloom Filters Quickie

DZone.com: Running JavaScript inside PHP code

Zend Developer Zone: PHP Built in Input filtering

Knut Urdalen's Blog: Yii Framework 1.0 released!


Community Events











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


tool functional interview podcast application introduction development series release code community unittest framework example object language opinion testing zendframework2 phpunit

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