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: Why will Symfony 2.0 finally use PHP 5.3?

Symfony Blog: The "Practical symfony" book is now also available for Doctrine

IBM developerWorks: Understanding the Zend Framework, Part 2 (MVC & a Database)

Community News: Zend Announces Formal Split from PHP

Daniel Krook's Blog: A DB2 driver for CakePHP


Community Events











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


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

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