mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-09 09:36:56 +01:00
7 lines
180 B
PHP
7 lines
180 B
PHP
<?php
|
|
|
|
// This is the configuration for yiic console application.
|
|
return array(
|
|
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
|
|
'name'=>'My Console Application',
|
|
); |