Show
Ignore:
Timestamp:
01/29/08 18:45:44 (2 years ago)
Author:
guilhermeblanco
Message:

Merged changeset #3609 and #3599 into 0.9 and 0.10 branches

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/lib/Doctrine/Task/Dql.php

    r3673 r3674  
    3535    public $description          =   'Execute dql query and display the results', 
    3636           $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 
    4040    public function execute() 
    4141    {