Поправки для совместимости подключения файлов в php более ранней версии

1 parent 8d133f18
......@@ -13,8 +13,7 @@ defined('YII_DEBUG') or define('YII_DEBUG',true);
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
require_once($yii);
/*require_once($webappl);
Yii::createApplication('WebApplication', $config)->run();*/
Yii::$enableIncludePath = false;
Yii::createWebApplication($config)->run();
Yii::app()->clientScript->scriptMap=array(
'jquery.js'=>false,
......
......@@ -16,19 +16,13 @@ return array(
'import'=>array(
'application.models.*',
'application.components.*',
'application.extensions.wrest.*'
'application.extensions.wrest.*',
'application.extensions.wrest.actions.*',
'application.extensions.wrest.behaviors.*'
),
'modules'=>array(
// uncomment the following to enable the Gii tool
/*
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'Enter Your Password Here',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
),
*/
),
// application components
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!