Changeset 3674 for branches/0.9/lib/Doctrine/Task/Dql.php
- Timestamp:
- 01/29/08 18:45:44 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.9/lib/Doctrine/Task/Dql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/lib/Doctrine/Task/Dql.php
r3673 r3674 35 35 public $description = 'Execute dql query and display the results', 36 36 $requiredArguments = array('models_path' => 'Specify path to your Doctrine_Record definitions.', 37 'dql_query' =>'Specify the complete dql query to execute.'),38 $optionalArguments = array( );39 37 'dql_query' => 'Specify the complete dql query to execute.'), 38 $optionalArguments = array('params' => 'Comma separated list of the params to replace the ? tokens in the dql'); 39 40 40 public function execute() 41 41 {