1
0
www.mikescher.com/demos/blog/protected/config/console.php

8 lines
245 B
PHP
Raw Normal View History

2014-05-12 10:11:20 +02:00
<?php
// This is the configuration for yiic console application.
// Any writable CConsoleApplication properties can be configured here.
return array(
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
'name'=>'My Console Application',
);