News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Zend_Tool for the Developer - Part 2
January 23, 2009 @ 15:48:27

The Zend Developer Zone has posted part two of their look at the Zend_Tool component in the Zend Framework. In the previous article the introduced some more advanced usage of the component and in this new part they go a step further with Zend_Tool_Project.

This same concept applies to Zend Framework projects. In ZF projects, you have controllers, actions, views, models, databases and so on and so forth. In terms of Zend_Tool, we need a way to track these types of resources - thus Zend_Tool_Project. Zend_Tool_Project is capable of tracking project resources throughout the development of a project. [...] Zend_Tool_Project is capable of serializing the current project into a internal representation that allows it to keep track of not only *what* resources are part of a project at any given time, but also *where* they are in relation to one another.

Ralph shows it in action in the creation of a "create model" command for his command line tool. After running the command to create a new project, he creates a class to determine the model's context and a class to create a simple model with a get and set data functions.

0 comments voice your opinion now!
series zendtool zendframework model zendtoolproject create


blog comments powered by Disqus

Similar Posts

Pádraic Brady's Blog: OpenID library for the Zend Framework?

Rob Allen's Blog: Zend Framework 2 in Action

Eran Galperin's Blog: Profiling queries with Zend_Db and optimizing them by hand

Rob Allen's Blog: Two-Step view in Zend Framework 1.0.0

Matthew Weir O'Phinney's Blog: BostonPHP Framework Presentations


Community Events









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


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

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