mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-04 23:34:05 +01:00
11 lines
269 B
PHP
11 lines
269 B
PHP
<?php
|
|
Yii::setPathOfAlias('docs',dirname(dirname(dirname(__FILE__))));
|
|
|
|
return array(
|
|
'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
|
|
'name'=>'The Yii Documentation Viewer',
|
|
'defaultController'=>'guide',
|
|
'import'=>array(
|
|
'application.components.*',
|
|
),
|
|
); |