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

PHP-Learn-it.com: Starting with PHP and AJAX

Brian Swan's Blog: Getting Started with the SQL Server Driver for PHP

Zend Developer Zone: Zend Framework October Bug Hunt Starts Today

MongoDB Blog: MongoDB for the PHP Mind, Part 1

Brian Swan's Blog: Performance Tuning PHP Apps on Windows/IIS with Output Caching


Community Events











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


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

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