News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Code Generation with ZendCodeGenerator
March 28, 2011 @ 10:40:29

Matthew Weier O'Phinney has put together a beginners guide to code generation with the help of the Zend_CodeGenerator component of the Zend Framework (v2):

Zend Framework has offerred a code generation component since version 1.8, when we started shipping Zend_Tool. Zend_CodeGenerator largely mimics PHP's ReflectionAPI, but does the opposite: it instead generates code. [...] ZendCodeGenerator in the ZF2 repository is largely ported from Zend Framework 1, but also includes some functionality surrounding namespace usage and imports.

He includes an overview of the different code generation classes available (like PhpBody, PhpFile, PhpProperty, etc) and a bit of code to show you how to create a skeleton class that includes namespace use, class definition and the addition of a "get" method. He also offers some "tips" and "gotchas" to watch out for your first time around like the helpful automagic getter and setter handling.

0 comments voice your opinion now!
code generation zendframework codegenerator tutorial introduction


blog comments powered by Disqus

Similar Posts

Venture Skills Blog: Want to create a site like Digg with no programming?

PHP Thinktank Blog: PHP-GTK with scottmattocks (IRC Talk Series)

PHPFreaks.com: Template based document generation using LiveDocx and Zend Framework

DevShed: Constructing Multi-Line PDF Documents with PHP 5

Zumba Engineering Blog: Mocking Singleton PHP classes with PHPUnit


Community Events









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


introduction zendframework2 opinion language object podcast code functional community tool api event example development release interview framework composer unittest testing

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