This plugin adds the following tasks to the symfony CLI:
doctrine:build-app-filters
: Builds form filter classes in the application lib directorydoctrine:build-app-forms
: Builds form classes in the application lib directory
generate:controller
: Generates a new front controller in the web directorygenerate:plugin
: Generates a new plugingenerate:plugin-module
: Generates a new module in a plugingenerate:test
: Generates a new unit test stub script
plugin:package
: Create a plugin PEAR package
propel:build-app-filters
: Builds form filter classes in the application lib directorypropel:build-app-forms
: Builds form classes in the application lib directory
subversion:set-props
: Sets typical Subversion properties
test:plugin
: Launches a plugin test suite
- unit and functional tests bootstraps try to guess the symfony location (if
not given through
$_SERVER['SYMFONY']
). If the symfony dir is still not found, an exception is raised.