console.php 245 B

12345678
  1. <?php
  2. // This is the configuration for yiic console application.
  3. // Any writable CConsoleApplication properties can be configured here.
  4. return array(
  5. 'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
  6. 'name'=>'My Console Application',
  7. );