News Feed
Jobs Feed
Sections




News Archive
Symfony Blog:
Batches are dead, long life to tasks!
June 16, 2008 @ 12:05:36

On the Symfony blog today, Romain Dorgueil shows how to create tasks to help automate things in your application like database updates, console scripts or other "repetitive maintenance tasks".

Symfony 1.1 extends symfony 1.0 pake tasks to create a powerful and uniform command line utility for your projects, fully integrated with the symfony Command Line Interface (CLI).

This means that is has the abilities to automatically support a "help" parameter, to grab a current task list the app is using, correct handling of the input parameters, set up a good environment and make sure that the source is readable. The post shows how to create a new task for your application - their examples are a "doNothingTask" that, well, does a lot of nothing and the typical "doHelloWorldTask" that just echoes.

They show how to define the task (including a namespace for it) and how to run it, outputing the results of the execute() method ("I did nothing successfully!" in the first case and a string of passed in parameters in the second.

0 comments voice your opinion now!
task batch tutorial symfony framework helloworld


blog comments powered by Disqus

Similar Posts

Jeremy Cook's Blog: Normalising DateTimes with Doctrine Events

IBM developerWorks: What's new in PHP V5.2, Part 4: Using the new ZIP extension

Craig Freshwater\'s Blog: Using PHP for Website Navigation, Explained

Jack Slingerland's Blog: 24 PHP Dark Arts: Multi-Processing (Series)

NETTUTS.com: The Newbie's Guide to Test-Driven Development


Community Events











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


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

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