News Feed
Jobs Feed
Sections




News Archive
Symfony Blog:
New in symfony 1.3 Project Creation Customization
June 17, 2009 @ 12:57:20

On the symfony blog there's a recent post looking at a new bit of functionality in the 1.3 series of the framework - the ability to customize some things about project creation.

As you might know, symfony tasks are classes. As any other class, it is pretty easy to customize and extend the existing tasks; except for one of them: the generate:project task. That's because no project exists when you execute this task, and so there is no way to customize it... until now.

Previously, when generating a project, you were limited in the control of how things were set up. With this new feature you can define (via an --installer option) a configuration script that gives you several new methods to call: installDir, runTask, logging tools, filesystem operations and, of course, any other standard PHP functionality (since it's just a PHP script, after all).

0 comments voice your opinion now!
configuration create project framework symfony


blog comments powered by Disqus

Similar Posts

Symfony Blog: The Definitive Guide to Symfony and symfony 1.0 RC1 released

Lee Davis' Blog: FormFactory - Driving Doctrine 1.2 / 2.x Mappings into Zend_Form objects

Community News: Seagull Project Release Candidate 1 for Version 0.6

Fabien Potencier's Blog: Symfony Service Container

Shunro Dozono's Blog: Seven free layout templates for CakePHP


Community Events











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


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

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