News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

ServerGrove.com:
Creating console commands with Symfony2
October 15, 2010 @ 08:53:19

On the ServerGrove.com blog today there's this new post showing you how to create console commands with your Symfony2 codebase in addition to the normal websites you might have generated.

Symfony 2 is mainly used to create web application, however, sometimes you need to extend your app and need a command line tool to help perform tasks around the application. With symfony 1.4.x these were called tasks and it was possible to create a skeleton by using the symfony generate:task task.

While there's not a tool for it, Symfony2 does offer something called "Commands" as a sort of replacement. A basic skeleton of one is included with the framework, there's just no auto-generation tool for them (yet). The basic one, TestCommand.php, shows you how to set up a command's name, arguments and some parameter mapping. The post includes this code example and how it looks when called from the command line.

0 comments voice your opinion now!
console command symfony2 taks commandtest tutorial




Community Events





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


database community api zendframework application voicesoftheelephpant conference interview unittest opinion zendframework2 language phpunit release injection symfony2 podcast introduction testing framework

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