Esempio n. 1
1
 function init()
 {
     parent::init();
     $app = Yii::app();
     if (isset($_GET['lang'])) {
         $app->language = $_GET['lang'];
         $app->session['_lang'] = $app->language;
     } else {
         if (isset($app->session['_lang'])) {
             $app->language = $app->session['_lang'];
         }
     }
     if (isset($_GET['layout'])) {
         $this->layout = '//layouts/' . $_GET['layout'];
         Yii::app()->user->loginUrl = array('site/login', 'layout' => $_GET['layout']);
     } else {
         Yii::app()->user->loginUrl = array('site/login');
     }
     // register class paths for extension captcha extended
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
 }
Esempio n. 2
0
    public function init()
    {
        //Yii::app()->setTheme('adm');
        $cs = Yii::app()->getClientScript();
        $cs->registerScriptFile(Yii::app()->theme->baseUrl . '/js/global.js');
        $cs->registerScriptFile(Yii::app()->theme->baseUrl . '/js/jquery-ui.min.js');
        $cs->registerScriptFile(Yii::app()->theme->baseUrl . '/js/jquery.alerts.js');
        //$cs->registerScriptFile(Yii::app()->theme->baseUrl.'/js/jquery.confirm.js');
        //$cs->registerScriptFile(Yii::app()->theme->baseUrl.'/js/jquery.blockui.js');
        $cs->registerScriptFile(Yii::app()->theme->baseUrl . '/js/jquery-ui-1.8.2.custom.min.js');
        //$cs->registerScriptFile(Yii::app()->theme->baseUrl.'/js/bsystemgroup.js');
        $cs->registerCssFile(Yii::app()->theme->baseUrl . '/css/jquery.alerts.css');
        Yii::app()->clientScript->registerScript('global', '                                                           
	          yii = {                                                                                                     
	              urls: {                                      
	                  base: ' . CJSON::encode(Yii::app()->theme->baseUrl) . '                                                        
	              }                                                                                                       
	          };                                                                                                          
	    ', CClientScript::POS_HEAD);
        if (Yii::app()->user->id) {
            $user = new ASystemUser();
            $userInfo = $user->getSystemUserById(Yii::app()->user->id);
            //var_dump($userInfo->cp_code);exit();
            $this->group_id = $userInfo->group_id;
            $this->username = $userInfo->username;
            Yii::app()->session['group_id'] = $this->group_id;
            Yii::app()->session['username'] = $this->username;
        }
        //$xmlPath = realpath($path = Yii::app()->basePath.'/../'.Yii::app()->params['config_folder'].'/');
        //        $xmlFile = Yii::app()->params['config_file_name'];
        //        $this->config = new LoadConfigXML($xmlPath,$xmlFile);
        Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
    }
Esempio n. 3
0
 public function init()
 {
     // register class paths for extension captcha extended
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
     $this->search = new Search();
     $this->link = new Linksite();
 }
Esempio n. 4
0
 public function init()
 {
     // register class paths for extension captcha extended
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
     $this->unreadReceivedMessagesCount = Yii::app()->db->createCommand()->select('count(*)')->from('message')->where(array('and', 'id_user = :id', 'is_read = 0'), array('id' => Yii::app()->user->getId()))->queryScalar();
     $this->viewer = null;
     if (!Yii::app()->user->getIsGuest()) {
         $this->viewer = Account::model()->findByPk(Yii::app()->user->getId());
     }
     $params = $this->getActionParams();
     if (!empty($params) && array_key_exists('code', $params) && $params['code']) {
         Yii::app()->setLanguage($params['code']);
     }
 }
 public function init()
 {
     date_default_timezone_set('Asia/Ho_Chi_Minh');
     parent::init();
     $this->pageTitle = Yii::app()->params['page_title'];
     $this->metaKeywords = 'hoc online, training online';
     $this->metaDescription = 'hoc online, training online';
     $cs = Yii::app()->getClientScript();
     $cs->registerScriptFile(Yii::app()->theme->baseUrl . '/js/global.js');
     $cs->registerScriptFile(Yii::app()->theme->baseUrl . '/js/countdown.js');
     $language = Yii::app()->session->get('language') ? Yii::app()->session->get('language') : 'en';
     Yii::app()->setLanguage($language);
     //echo Yii::app()->user->id; exit();
     if (Yii::app()->user->id) {
         //$user = new WUsers;
         $userInfo = WUser::getUserById(Yii::app()->user->id);
         //$agen = unserialize($userInfo['group']);
         $this->username = Yii::app()->user->name;
         Yii::app()->session['username'] = $this->username;
         Yii::app()->session['fullname'] = $userInfo['fullname'];
         Yii::app()->session['group_id'] = $userInfo['user_group_id'];
         if (Yii::app()->session['group_id'] == 2) {
             Yii::app()->session['company_code'] = $userInfo['company_code'];
         }
         // var_dump($userInfo['avatar']);
         $string_avatar_none = 'http://' . $_SERVER['HTTP_HOST'] . Yii::app()->theme->baseUrl . '/img/no_avatar.jpg';
         if (isset($userInfo['user_group_id']) && !empty($userInfo['user_group_id'])) {
             // gv
             if ($userInfo['user_group_id'] == 1) {
                 $string_avatar_none = 'http://' . $_SERVER['HTTP_HOST'] . Yii::app()->theme->baseUrl . '/img/trainer.gif';
             }
             // hs
             if ($userInfo['user_group_id'] == 2) {
                 $string_avatar_none = 'http://' . $_SERVER['HTTP_HOST'] . Yii::app()->theme->baseUrl . '/img/trainee.gif';
             }
             // sp
             if ($userInfo['user_group_id'] == 3) {
                 $string_avatar_none = 'http://' . $_SERVER['HTTP_HOST'] . Yii::app()->theme->baseUrl . '/img/supervisor.gif';
             }
         }
         Yii::app()->session['avatar'] = (isset($userInfo['avatar']) and !empty($userInfo['avatar'])) ? Yii::app()->params['url_base'] . '/uploads/avatars/user/' . $userInfo['avatar'] : $string_avatar_none;
     }
     //load XML Config
     //$xmlPath = realpath($path = Yii::app()->basePath.'/../'.Yii::app()->params['config_folder'].'/');
     //$xmlFile = Yii::app()->params['config_file_name'];
     //$this->config = new LoadConfigXML($xmlPath,$xmlFile);
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
 }
Esempio n. 6
0
 /**
  * Defines Yii constants, includes base yii class and sets aliases and classmap
  */
 public function setup()
 {
     //set yii constants
     defined('YII_DEBUG') or define('YII_DEBUG', $this->yiiDebug);
     defined('YII_ENV') or define('YII_ENV', $this->yiiEnv);
     //include yii
     require_once $this->yiiPath;
     //set aliases and classmap
     foreach ($this->aliases as $alias => $path) {
         \Yii::setAlias($alias, $path);
     }
     \Yii::$classMap = array_merge(\Yii::$classMap, $this->classMap);
 }
Esempio n. 7
0
<?php

/**
 * Yii bootstrap file.
 * Used for enhanced IDE code autocompletion.
 */
require __DIR__ . '/vendor/yiisoft/yii2/BaseYii.php';
class Yii extends \yii\BaseYii
{
    /**
     * @var BaseApplication|WebApplication|ConsoleApplication the application instance
     */
    public static $app;
}
spl_autoload_register(['Yii', 'autoload'], true, true);
Yii::$classMap = (include __DIR__ . '/vendor/yiisoft/yii2/classes.php');
Yii::$container = new yii\di\Container();
/**
 * Class BaseApplication
 * Used for properties that are identical for both WebApplication and ConsoleApplication
 *
 * @property \common\my\helpers\Debugger $debugger
 * @property \common\my\helpers\Current $current
 * @property \common\my\helpers\Exception $exception
 */
abstract class BaseApplication extends yii\base\Application
{
}
/**
 * Class WebApplication
 * Include only Web application related components here
Esempio n. 8
0
defined('YII_ZII_PATH') or define('YII_ZII_PATH', YII1_PATH . DIRECTORY_SEPARATOR . 'zii');
// We must first include Yii2 base class to define the correct constant
require YII2_BASE_PATH;
// Include Yii1 base class
require YII1_BASE_PATH;
// Override Yii1 system alias
YiiBase::setPathOfAlias('system', YII1_PATH);
/**
 * Yii bridge between v1.1.x and v2.0.
 *
 * @method static CWebApplication|CConsoleApplication app()
 * @method static CWebApplication|CConsoleApplication createApplication($class, $config = null)
 * @method static mixed createComponent($config)
 * @method static string import($alias, $forceInclude = false)
 * @method static string getPathOfAlias($alias)
 * @method static void setPathOfAlias($alias, $path)
 * @method static void trace($msg, $category = 'application')
 *
 * @author Veaceslav Medvedev <*****@*****.**>
 * @version 0.1
 * @since 1.1.17
 */
class Yii extends \yii\BaseYii
{
    use Slavcodev\YiiBridge\FirstYiiCompatibility;
}
// Yii2 Autoloader and class map
// @link https://github.com/yiisoft/yii2/blob/master/framework/Yii.php#L25:L28
spl_autoload_register(['Yii', 'autoload'], true, true);
Yii::$classMap = (include YII2_PATH . '/classes.php');
Yii::$container = new yii\di\Container();
 /**
  * Import all files that need to be included(for lazy loading)
  * @param $event
  */
 public function handleImports($event)
 {
     //Clears file cache so that everything is clean.
     if (isset($_GET['clearCache']) && $_GET['clearCache'] == 1) {
         GeneralCache::forgetEntry('filesClassMap');
     }
     try {
         // not using default value to save cpu cycles on requests that follow the first exception.
         Yii::$classMap = GeneralCache::getEntry('filesClassMap');
     } catch (NotFoundException $e) {
         $filesToInclude = FileUtil::getFilesFromDir(Yii::app()->basePath . '/modules', Yii::app()->basePath . '/modules', 'application.modules');
         $filesToIncludeFromCore = FileUtil::getFilesFromDir(Yii::app()->basePath . '/core', Yii::app()->basePath . '/core', 'application.core');
         $totalFilesToIncludeFromModules = count($filesToInclude);
         foreach ($filesToIncludeFromCore as $key => $file) {
             $filesToInclude[$totalFilesToIncludeFromModules + $key] = $file;
         }
         foreach ($filesToInclude as $file) {
             Yii::import($file);
         }
         GeneralCache::cacheEntry('filesClassMap', Yii::$classMap);
     }
     Yii::app()->setAllClassesAreImported();
 }
Esempio n. 10
0
<?php

/**
 * Yii bootstrap file.
 *
 * @link http://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
require __DIR__ . '/BaseYii.php';
/**
 * Yii is a helper class serving common framework functionalities.
 *
 * It extends from [[\yii\BaseYii]] which provides the actual implementation.
 * By writing your own Yii class, you can customize some functionalities of [[\yii\BaseYii]].
 *
 * @author Qiang Xue <*****@*****.**>
 * @since 2.0
 */
class Yii extends \yii\BaseYii
{
}
spl_autoload_register(['Yii', 'autoload'], true, true);
foreach ([dirname(dirname(dirname(__DIR__))), dirname(__DIR__) . '/vendor'] as $dir) {
    $file = $dir . '/composer/autoload_classmap.php';
    if (file_exists($file)) {
        Yii::$classMap = (require $file);
        break;
    }
}
Yii::$container = new yii\di\Container();
Esempio n. 11
0
 public function init()
 {
     // register class paths for extension captcha extended
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captcha') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captcha') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
     parent::init();
 }
Esempio n. 12
0
<?php

date_default_timezone_set('Europe/Ljubljana');
if (!function_exists('pre_print')) {
    function pre_print($obj)
    {
        echo '<pre>';
        print_r($obj);
        echo '</pre>';
    }
}
Yii::$classMap = array();
// uncomment the following to define a path alias
// Yii::setPathOfAlias('local','path/to/local-folder');
// This is the main Web application configuration. Any writable
// CWebApplication properties can be configured here.
return array('basePath' => dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR, 'name' => 'Bober', 'charset' => 'utf-8', 'language' => 'en', 'sourceLanguage' => '00', 'theme' => 'abound', 'preload' => array('log'), 'import' => array('application.models.*', 'application.components.*', 'application.modules.user.models.*', 'application.modules.user.components.*', 'application.validators.*', 'ext.galleryManager.models.*', 'ext.galleryManager.*'), 'behaviors' => array('onbeginRequest' => array('class' => 'application.components.StartupBehavior')), 'modules' => array('gii' => array('class' => 'system.gii.GiiModule', 'password' => 'CHANGETHIS', 'ipFilters' => array('127.0.0.1', '::1'), 'generatorPaths' => array('bootstrap.gii')), 'user' => array('hash' => 'sha512', 'sendActivationMail' => true, 'loginNotActiv' => false, 'activeAfterRegister' => false, 'autoLogin' => true, 'registrationUrl' => array('/user/registration'), 'recoveryUrl' => array('/user/recovery'), 'loginUrl' => array('/site/login'), 'returnUrl' => array('/site/index'), 'returnLogoutUrl' => array('/site/login'))), 'components' => array('themeManager' => array(), 'localtime' => array('class' => 'LocalTime'), 'user' => array('class' => 'WebUser', 'allowAutoLogin' => true, 'loginUrl' => array('/user/login')), 'browser' => array('class' => 'application.extensions.browser.CBrowserComponent'), 'urlManager' => array('urlFormat' => 'path', 'rules' => array('<controller:\\w+>/<id:\\d+>' => '<controller>/view', '<controller:\\w+>/<action:\\w+>/<id:\\d+>' => '<controller>/<action>', '<controller:\\w+>/<action:\\w+>' => '<controller>/<action>')), 'session' => array('sessionName' => 'Session', 'class' => 'system.web.CDbHttpSession', 'autoCreateSessionTable' => false, 'connectionID' => 'db', 'autoStart' => 'true', 'timeout' => 3600), 'assetManager' => array('class' => 'application.components.CustomCAssetManager'), 'db' => array('connectionString' => 'mysql:host=127.0.0.1;dbname=bober', 'username' => 'bober', 'password' => 'DATABASE PASSWORD', 'charset' => 'utf8'), 'cache' => array('class' => 'system.caching.CMemCache', 'servers' => array(array('host' => '127.0.0.1', 'port' => '11211', 'weight' => '60'))), 'errorHandler' => array('errorAction' => 'site/error'), 'log' => array('class' => 'CLogRouter', 'routes' => array(array('class' => 'CFileLogRoute', 'levels' => 'error, warning'))), 'image' => array('class' => 'ext.image.CImageComponent', 'driver' => 'GD'), 'widgetFactory' => array('class' => 'WidgetFactory', 'onAfterCreateWidget' => function (WidgetEvent $event) {
    static $defaultPageSize = 20;
    $widget = $event->widget;
    // pre_print(get_class($widget));
    if ($widget instanceof CBaseListView || $widget instanceof CGridView) {
        /** @var CBaseListView $widget */
        if ($widget->dataProvider !== null && $widget->dataProvider->pagination !== false) {
            $widget->dataProvider->pagination->pageSize = $defaultPageSize;
        }
    }
})), 'controllerMap' => array('gallery' => 'ext.galleryManager.GalleryController'), 'params' => array('preferred_language' => 'en', 'dump_answers_to_disk' => False, 'adminEmail' => 'admin@localhost', 'staticDomain' => in_array($_SERVER['HTTP_HOST'], array('bober.comcode.si', 'boberadmin.comcode.si')) ? 'static-bober.comcode.si' : 'static.bober' . ($_SERVER['SERVER_PORT'] != 80 ? ':' . $_SERVER['SERVER_PORT'] : '')));
Esempio n. 13
0
 public function init()
 {
     parent::init();
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php'));
 }
Esempio n. 14
0
 /**
  * Defines Yii constants, includes base Yii class, sets aliases and merges class map.
  */
 public function setup()
 {
     /**
      * This constant defines whether the application should be in debug mode or not.
      */
     defined('YII_DEBUG') or define('YII_DEBUG', $this->yiiDebug);
     /**
      * This constant defines in which environment the application is running.
      * The value could be 'prod' (production), 'stage' (staging), 'test' (testing) or 'dev' (development).
      */
     defined('YII_ENV') or define('YII_ENV', $this->yiiEnv);
     /**
      * Whether the the application is running in staging environment.
      */
     defined('YII_ENV_STAGE') or define('YII_ENV_STAGE', YII_ENV === 'stage');
     // Include Yii.
     require $this->yiiPath;
     // Set aliases.
     foreach ($this->aliases as $alias => $path) {
         \Yii::setAlias($alias, $path);
     }
     // Merge class map.
     if (!empty($this->classMap)) {
         \Yii::$classMap = static::merge(\Yii::$classMap, $this->classMap);
     }
 }
Esempio n. 15
0
 /**
  * 
  */
 public function init()
 {
     //Подключение сторонней каптчи
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captcha') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captcha') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
 }
<?php

class Yii extends \yii\BaseYii
{
    /**
     * Halo Application
     *
     * @var BaseApplication|WebApplication|ConsoleApplication $app
     */
    public static $app;
}
/**
 * @property system\PluginManager $pluginManager
 */
abstract class BaseApplication extends \yii\base\Application
{
    /**
     * @var \team\tracker\components\TelegramBot
     */
    public $telegramBot;
}
class ConsoleApplication extends \system\ConsoleApplication
{
}
class WebApplication extends \yii\web\Application
{
}
spl_autoload_register(['Yii', 'autoload'], true, true);
Yii::$classMap = (require __DIR__ . '/vendor/yiisoft/yii2/classes.php');
Yii::$container = new yii\di\Container();
Esempio n. 17
0
 public function init()
 {
     // import class paths for captcha extended
     Yii::$classMap = array_merge(Yii::$classMap, array('CaptchaExtendedAction' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedAction.php', 'CaptchaExtendedValidator' => Yii::getPathOfAlias('ext.captchaExtended') . DIRECTORY_SEPARATOR . 'CaptchaExtendedValidator.php'));
 }
Esempio n. 18
0
     * @param boolean $append whether to append the new autoloader after the default Yii autoloader.
     * Be careful using this option as it will disable {@link enableIncludePath autoloading via include path}
     * when set to true. After this the Yii autoloader can not rely on loading classes via simple include anymore
     * and you have to {@link import} all classes explicitly.
     */
    public static function registerAutoloader($callback, $append = false)
    {
        if ($append) {
            self::$enableIncludePath = false;
            spl_autoload_register($callback);
        } else {
            spl_autoload_unregister(array('Yii', 'autoload_1'));
            spl_autoload_register($callback);
            spl_autoload_register(array('Yii', 'autoload_1'));
        }
    }
    /**
     * @var array class map for core Yii classes.
     * NOTE, DO NOT MODIFY THIS ARRAY MANUALLY. IF YOU CHANGE OR ADD SOME CORE CLASSES,
     * PLEASE RUN 'build autoload' COMMAND TO UPDATE THIS ARRAY.
     */
    private static $_coreClasses = array('CApplication' => '/base/CApplication.php', 'CApplicationComponent' => '/base/CApplicationComponent.php', 'CBehavior' => '/base/CBehavior.php', 'CComponent' => '/base/CComponent.php', 'CErrorEvent' => '/base/CErrorEvent.php', 'CErrorHandler' => '/base/CErrorHandler.php', 'CException' => '/base/CException.php', 'CExceptionEvent' => '/base/CExceptionEvent.php', 'CHttpException' => '/base/CHttpException.php', 'CModel' => '/base/CModel.php', 'CModelBehavior' => '/base/CModelBehavior.php', 'CModelEvent' => '/base/CModelEvent.php', 'CModule' => '/base/CModule.php', 'CSecurityManager' => '/base/CSecurityManager.php', 'CStatePersister' => '/base/CStatePersister.php', 'CApcCache' => '/caching/CApcCache.php', 'CCache' => '/caching/CCache.php', 'CDbCache' => '/caching/CDbCache.php', 'CDummyCache' => '/caching/CDummyCache.php', 'CEAcceleratorCache' => '/caching/CEAcceleratorCache.php', 'CFileCache' => '/caching/CFileCache.php', 'CMemCache' => '/caching/CMemCache.php', 'CRedisCache' => '/caching/CRedisCache.php', 'CWinCache' => '/caching/CWinCache.php', 'CXCache' => '/caching/CXCache.php', 'CZendDataCache' => '/caching/CZendDataCache.php', 'CCacheDependency' => '/caching/dependencies/CCacheDependency.php', 'CChainedCacheDependency' => '/caching/dependencies/CChainedCacheDependency.php', 'CDbCacheDependency' => '/caching/dependencies/CDbCacheDependency.php', 'CDirectoryCacheDependency' => '/caching/dependencies/CDirectoryCacheDependency.php', 'CExpressionDependency' => '/caching/dependencies/CExpressionDependency.php', 'CFileCacheDependency' => '/caching/dependencies/CFileCacheDependency.php', 'CGlobalStateCacheDependency' => '/caching/dependencies/CGlobalStateCacheDependency.php', 'CAttributeCollection' => '/collections/CAttributeCollection.php', 'CConfiguration' => '/collections/CConfiguration.php', 'CList' => '/collections/CList.php', 'CListIterator' => '/collections/CListIterator.php', 'CMap' => '/collections/CMap.php', 'CMapIterator' => '/collections/CMapIterator.php', 'CQueue' => '/collections/CQueue.php', 'CQueueIterator' => '/collections/CQueueIterator.php', 'CStack' => '/collections/CStack.php', 'CStackIterator' => '/collections/CStackIterator.php', 'CTypedList' => '/collections/CTypedList.php', 'CTypedMap' => '/collections/CTypedMap.php', 'CConsoleApplication' => '/console/CConsoleApplication.php', 'CConsoleCommand' => '/console/CConsoleCommand.php', 'CConsoleCommandBehavior' => '/console/CConsoleCommandBehavior.php', 'CConsoleCommandEvent' => '/console/CConsoleCommandEvent.php', 'CConsoleCommandRunner' => '/console/CConsoleCommandRunner.php', 'CHelpCommand' => '/console/CHelpCommand.php', 'CDbCommand' => '/db/CDbCommand.php', 'CDbConnection' => '/db/CDbConnection.php', 'CDbDataReader' => '/db/CDbDataReader.php', 'CDbException' => '/db/CDbException.php', 'CDbMigration' => '/db/CDbMigration.php', 'CDbTransaction' => '/db/CDbTransaction.php', 'CActiveFinder' => '/db/ar/CActiveFinder.php', 'CActiveRecord' => '/db/ar/CActiveRecord.php', 'CActiveRecordBehavior' => '/db/ar/CActiveRecordBehavior.php', 'CDbColumnSchema' => '/db/schema/CDbColumnSchema.php', 'CDbCommandBuilder' => '/db/schema/CDbCommandBuilder.php', 'CDbCriteria' => '/db/schema/CDbCriteria.php', 'CDbExpression' => '/db/schema/CDbExpression.php', 'CDbSchema' => '/db/schema/CDbSchema.php', 'CDbTableSchema' => '/db/schema/CDbTableSchema.php', 'CCubridColumnSchema' => '/db/schema/cubrid/CCubridColumnSchema.php', 'CCubridSchema' => '/db/schema/cubrid/CCubridSchema.php', 'CCubridTableSchema' => '/db/schema/cubrid/CCubridTableSchema.php', 'CMssqlColumnSchema' => '/db/schema/mssql/CMssqlColumnSchema.php', 'CMssqlCommandBuilder' => '/db/schema/mssql/CMssqlCommandBuilder.php', 'CMssqlPdoAdapter' => '/db/schema/mssql/CMssqlPdoAdapter.php', 'CMssqlSchema' => '/db/schema/mssql/CMssqlSchema.php', 'CMssqlSqlsrvPdoAdapter' => '/db/schema/mssql/CMssqlSqlsrvPdoAdapter.php', 'CMssqlTableSchema' => '/db/schema/mssql/CMssqlTableSchema.php', 'CMysqlColumnSchema' => '/db/schema/mysql/CMysqlColumnSchema.php', 'CMysqlCommandBuilder' => '/db/schema/mysql/CMysqlCommandBuilder.php', 'CMysqlSchema' => '/db/schema/mysql/CMysqlSchema.php', 'CMysqlTableSchema' => '/db/schema/mysql/CMysqlTableSchema.php', 'COciColumnSchema' => '/db/schema/oci/COciColumnSchema.php', 'COciCommandBuilder' => '/db/schema/oci/COciCommandBuilder.php', 'COciSchema' => '/db/schema/oci/COciSchema.php', 'COciTableSchema' => '/db/schema/oci/COciTableSchema.php', 'CPgsqlColumnSchema' => '/db/schema/pgsql/CPgsqlColumnSchema.php', 'CPgsqlCommandBuilder' => '/db/schema/pgsql/CPgsqlCommandBuilder.php', 'CPgsqlSchema' => '/db/schema/pgsql/CPgsqlSchema.php', 'CPgsqlTableSchema' => '/db/schema/pgsql/CPgsqlTableSchema.php', 'CSqliteColumnSchema' => '/db/schema/sqlite/CSqliteColumnSchema.php', 'CSqliteCommandBuilder' => '/db/schema/sqlite/CSqliteCommandBuilder.php', 'CSqliteSchema' => '/db/schema/sqlite/CSqliteSchema.php', 'CChoiceFormat' => '/i18n/CChoiceFormat.php', 'CDateFormatter' => '/i18n/CDateFormatter.php', 'CDbMessageSource' => '/i18n/CDbMessageSource.php', 'CGettextMessageSource' => '/i18n/CGettextMessageSource.php', 'CLocale' => '/i18n/CLocale.php', 'CMessageSource' => '/i18n/CMessageSource.php', 'CNumberFormatter' => '/i18n/CNumberFormatter.php', 'CPhpMessageSource' => '/i18n/CPhpMessageSource.php', 'CGettextFile' => '/i18n/gettext/CGettextFile.php', 'CGettextMoFile' => '/i18n/gettext/CGettextMoFile.php', 'CGettextPoFile' => '/i18n/gettext/CGettextPoFile.php', 'CChainedLogFilter' => '/logging/CChainedLogFilter.php', 'CDbLogRoute' => '/logging/CDbLogRoute.php', 'CEmailLogRoute' => '/logging/CEmailLogRoute.php', 'CFileLogRoute' => '/logging/CFileLogRoute.php', 'CLogFilter' => '/logging/CLogFilter.php', 'CLogRoute' => '/logging/CLogRoute.php', 'CLogRouter' => '/logging/CLogRouter.php', 'CLogger' => '/logging/CLogger.php', 'CProfileLogRoute' => '/logging/CProfileLogRoute.php', 'CSysLogRoute' => '/logging/CSysLogRoute.php', 'CWebLogRoute' => '/logging/CWebLogRoute.php', 'CDateTimeParser' => '/utils/CDateTimeParser.php', 'CFileHelper' => '/utils/CFileHelper.php', 'CFormatter' => '/utils/CFormatter.php', 'CLocalizedFormatter' => '/utils/CLocalizedFormatter.php', 'CMarkdownParser' => '/utils/CMarkdownParser.php', 'CPasswordHelper' => '/utils/CPasswordHelper.php', 'CPropertyValue' => '/utils/CPropertyValue.php', 'CTimestamp' => '/utils/CTimestamp.php', 'CVarDumper' => '/utils/CVarDumper.php', 'CBooleanValidator' => '/validators/CBooleanValidator.php', 'CCaptchaValidator' => '/validators/CCaptchaValidator.php', 'CCompareValidator' => '/validators/CCompareValidator.php', 'CDateValidator' => '/validators/CDateValidator.php', 'CDefaultValueValidator' => '/validators/CDefaultValueValidator.php', 'CEmailValidator' => '/validators/CEmailValidator.php', 'CExistValidator' => '/validators/CExistValidator.php', 'CFileValidator' => '/validators/CFileValidator.php', 'CFilterValidator' => '/validators/CFilterValidator.php', 'CInlineValidator' => '/validators/CInlineValidator.php', 'CNumberValidator' => '/validators/CNumberValidator.php', 'CRangeValidator' => '/validators/CRangeValidator.php', 'CRegularExpressionValidator' => '/validators/CRegularExpressionValidator.php', 'CRequiredValidator' => '/validators/CRequiredValidator.php', 'CSafeValidator' => '/validators/CSafeValidator.php', 'CStringValidator' => '/validators/CStringValidator.php', 'CTypeValidator' => '/validators/CTypeValidator.php', 'CUniqueValidator' => '/validators/CUniqueValidator.php', 'CUnsafeValidator' => '/validators/CUnsafeValidator.php', 'CUrlValidator' => '/validators/CUrlValidator.php', 'CValidator' => '/validators/CValidator.php', 'CActiveDataProvider' => '/web/CActiveDataProvider.php', 'CArrayDataProvider' => '/web/CArrayDataProvider.php', 'CAssetManager' => '/web/CAssetManager.php', 'CBaseController' => '/web/CBaseController.php', 'CCacheHttpSession' => '/web/CCacheHttpSession.php', 'CClientScript' => '/web/CClientScript.php', 'CController' => '/web/CController.php', 'CDataProvider' => '/web/CDataProvider.php', 'CDataProviderIterator' => '/web/CDataProviderIterator.php', 'CDbHttpSession' => '/web/CDbHttpSession.php', 'CExtController' => '/web/CExtController.php', 'CFormModel' => '/web/CFormModel.php', 'CHttpCookie' => '/web/CHttpCookie.php', 'CHttpRequest' => '/web/CHttpRequest.php', 'CHttpSession' => '/web/CHttpSession.php', 'CHttpSessionIterator' => '/web/CHttpSessionIterator.php', 'COutputEvent' => '/web/COutputEvent.php', 'CPagination' => '/web/CPagination.php', 'CSort' => '/web/CSort.php', 'CSqlDataProvider' => '/web/CSqlDataProvider.php', 'CTheme' => '/web/CTheme.php', 'CThemeManager' => '/web/CThemeManager.php', 'CUploadedFile' => '/web/CUploadedFile.php', 'CUrlManager' => '/web/CUrlManager.php', 'CWebApplication' => '/web/CWebApplication.php', 'CWebModule' => '/web/CWebModule.php', 'CWidgetFactory' => '/web/CWidgetFactory.php', 'CAction' => '/web/actions/CAction.php', 'CInlineAction' => '/web/actions/CInlineAction.php', 'CViewAction' => '/web/actions/CViewAction.php', 'CAccessControlFilter' => '/web/auth/CAccessControlFilter.php', 'CAuthAssignment' => '/web/auth/CAuthAssignment.php', 'CAuthItem' => '/web/auth/CAuthItem.php', 'CAuthManager' => '/web/auth/CAuthManager.php', 'CBaseUserIdentity' => '/web/auth/CBaseUserIdentity.php', 'CDbAuthManager' => '/web/auth/CDbAuthManager.php', 'CPhpAuthManager' => '/web/auth/CPhpAuthManager.php', 'CUserIdentity' => '/web/auth/CUserIdentity.php', 'CWebUser' => '/web/auth/CWebUser.php', 'CFilter' => '/web/filters/CFilter.php', 'CFilterChain' => '/web/filters/CFilterChain.php', 'CHttpCacheFilter' => '/web/filters/CHttpCacheFilter.php', 'CInlineFilter' => '/web/filters/CInlineFilter.php', 'CForm' => '/web/form/CForm.php', 'CFormButtonElement' => '/web/form/CFormButtonElement.php', 'CFormElement' => '/web/form/CFormElement.php', 'CFormElementCollection' => '/web/form/CFormElementCollection.php', 'CFormInputElement' => '/web/form/CFormInputElement.php', 'CFormStringElement' => '/web/form/CFormStringElement.php', 'CGoogleApi' => '/web/helpers/CGoogleApi.php', 'CHtml' => '/web/helpers/CHtml.php', 'CJSON' => '/web/helpers/CJSON.php', 'CJavaScript' => '/web/helpers/CJavaScript.php', 'CJavaScriptExpression' => '/web/helpers/CJavaScriptExpression.php', 'CPradoViewRenderer' => '/web/renderers/CPradoViewRenderer.php', 'CViewRenderer' => '/web/renderers/CViewRenderer.php', 'CWebService' => '/web/services/CWebService.php', 'CWebServiceAction' => '/web/services/CWebServiceAction.php', 'CWsdlGenerator' => '/web/services/CWsdlGenerator.php', 'CActiveForm' => '/web/widgets/CActiveForm.php', 'CAutoComplete' => '/web/widgets/CAutoComplete.php', 'CClipWidget' => '/web/widgets/CClipWidget.php', 'CContentDecorator' => '/web/widgets/CContentDecorator.php', 'CFilterWidget' => '/web/widgets/CFilterWidget.php', 'CFlexWidget' => '/web/widgets/CFlexWidget.php', 'CHtmlPurifier' => '/web/widgets/CHtmlPurifier.php', 'CInputWidget' => '/web/widgets/CInputWidget.php', 'CMarkdown' => '/web/widgets/CMarkdown.php', 'CMaskedTextField' => '/web/widgets/CMaskedTextField.php', 'CMultiFileUpload' => '/web/widgets/CMultiFileUpload.php', 'COutputCache' => '/web/widgets/COutputCache.php', 'COutputProcessor' => '/web/widgets/COutputProcessor.php', 'CStarRating' => '/web/widgets/CStarRating.php', 'CTabView' => '/web/widgets/CTabView.php', 'CTextHighlighter' => '/web/widgets/CTextHighlighter.php', 'CTreeView' => '/web/widgets/CTreeView.php', 'CWidget' => '/web/widgets/CWidget.php', 'CCaptcha' => '/web/widgets/captcha/CCaptcha.php', 'CCaptchaAction' => '/web/widgets/captcha/CCaptchaAction.php', 'CBasePager' => '/web/widgets/pagers/CBasePager.php', 'CLinkPager' => '/web/widgets/pagers/CLinkPager.php', 'CListPager' => '/web/widgets/pagers/CListPager.php');
}
require YII_PATH . '/base/interfaces.php';
//删除默认
//spl_autoload_unregister(array('YiiBase','autoload'));
Yii::$classMap = (include $yii2path . '/classes.php');
// register Yii2 autoloader via Yii1
Yii::registerAutoloader(['Yii', 'autoload']);
// create the dependency injection container
Yii::$container = new yii\di\Container();
Esempio n. 19
0
<?php

/**
 * Yii bootstrap file.
 *
 * @link http://www.yiiframework.com/
 * @copyright Copyright (c) 2008 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
require __DIR__ . '/BaseYii.php';
/**
 * Yii is a helper class serving common framework functionalities.
 *
 * It extends from [[\yii\BaseYii]] which provides the actual implementation.
 * By writing your own Yii class, you can customize some functionalities of [[\yii\BaseYii]].
 *
 * @author Qiang Xue <*****@*****.**>
 * @since 2.0
 */
class Yii extends \yii\BaseYii
{
}
spl_autoload_register(['Yii', 'autoload'], true, true);
Yii::$classMap = (include __DIR__ . '/classes.php');
Yii::$container = new yii\di\Container();
Esempio n. 20
0
 */
require __DIR__ . '/BaseYii.php';
require_once FCPATH . APPPATH . 'config/database.php';
/**
 * Yii is a helper class serving common framework functionalities.
 *
 * It extends from [[\yii\BaseYii]] which provides the actual implementation.
 * By writing your own Yii class, you can customize some functionalities of [[\yii\BaseYii]].
 *
 * @author Qiang Xue <*****@*****.**>
 * @since 2.0
 */
class Yii extends \yii\BaseYii
{
}
spl_autoload_register(['Yii', 'autoload'], true, true);
Yii::$classMap = (require __DIR__ . '/classes.php');
Yii::$container = new yii\di\Container();
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
$config = ['id' => 'codeigniter-with-yii2', 'basePath' => BASEPATH, 'components' => []];
foreach ($db as $dbKey => $dbConfig) {
    if ($active_group == $dbKey) {
        $dbName = 'db';
    } else {
        $dbName = $dbKey;
    }
    $config['components'][$dbName] = ['class' => 'yii\\db\\Connection', 'dsn' => 'mysql:host=' . $dbConfig['hostname'] . ';dbname=' . $dbConfig['database'], 'username' => $dbConfig['username'], 'password' => $dbConfig['password'], 'charset' => $dbConfig['char_set'], 'tablePrefix' => $dbConfig['dbprefix']];
}
$application = new yii\web\Application($config);
//$application->run();
Esempio n. 21
0
<?php

require __DIR__ . '/../protected/config/settings.php';
require __DIR__ . '/../dependencies/yiisoft/yii/framework/yii.php';
Yii::$classMap = (require __DIR__ . '/../dependencies/composer/autoload_classmap.php');
Yii::createWebApplication(__DIR__ . '/../protected/config/application.php')->run();
Esempio n. 22
0
<?php

$basePath = dirname(__FILE__) . '/..';
Yii::$classMap = array('ThreadedComments' => $basePath . '/extensions/ThreadedComments.php', 'OAuth' => $basePath . '/extensions/twitteroauth/OAuth.php', 'TwitterOAuth' => $basePath . '/extensions/twitteroauth/TwitterOAuth.php', 'CssMin' => $basePath . '/extensions/minify/CssMin.php', 'JSMin' => $basePath . '/extensions/minify/JSMin.php', 'EClientScript' => $basePath . '/extensions/minify/EClientScript.php', 'Compactor' => $basePath . '/extensions/contentCompactor/Compactor.php', 'ContentCompactor' => $basePath . '/extensions/contentCompactor/ContentCompactor.php', 'JPhpMailer' => $basePath . '/extensions/phpmailer/JPhpMailer.php', 'YiinfiniteScroller' => $basePath . '/extensions/yiinfinite-scroll/YiinfiniteScroller.php', 'CiiController' => $basePath . '/extensions/cii/controllers/CiiController.php', 'CiiSiteController' => $basePath . '/extensions/cii/controllers/CiiSiteController.php', 'YiiRedsCache' => $basePath . '/extensions/cii/cache/YiiRedsCache.php', 'CiiApcCache' => $basePath . '/extensions/cii/cache/CiiApcCache.php', 'CiiRedisCache' => $basePath . '/extensions/cii/cache/CiiRedisCache.php', 'CiiMemCache' => $basePath . '/extensions/cii/cache/CiiMemCache.php', 'CiiCache' => $basePath . '/extensions/cii/cache/CiiCache.php', 'CiiFileDeleter' => $basePath . '/extensions/cii/utilities/CiiFileDeleter.php', 'Cii' => $basePath . '/extensions/cii/utilities/Cii.php', 'CiiFileUploader' => $basePath . '/extensions/cii/utilities/CiiFileUploader.php', 'CiiThemesModel' => $basePath . '/extensions/cii/models/CiiThemesModel.php', 'CiiModel' => $basePath . '/extensions/cii/models/CiiModel.php', 'CiiMenu' => $basePath . '/extensions/cii/widgets/CiiMenu.php', 'CiiActiveForm' => $basePath . '/extensions/cii/widgets/CiiActiveForm.php', 'CiiAnalytics' => $basePath . '/extensions/cii/components/CiiAnalytics.php', 'CiiLinkPager' => $basePath . '/extensions/cii/components/pager/CiiLinkPager.php', 'CiiBasePager' => $basePath . '/extensions/cii/components/pager/CiiBasePager.php', 'CiiPagination' => $basePath . '/extensions/cii/components/pager/CiiPagination.php', 'CiiAssetManager' => $basePath . '/extensions/cii/components/CiiAssetManager.php', 'CiiPHPMessageSource' => $basePath . '/extensions/cii/components/CiiPHPMessageSource.php', 'CiiBase' => $basePath . '/extensions/cii/components/CiiBase.php', 'YiiNewRelicClientScript' => $basePath . '/extensions/yii-newrelic/YiiNewRelicClientScript.php', 'YiiNewRelic' => $basePath . '/extensions/yii-newrelic/YiiNewRelic.php', 'YiiNewRelicConsoleAppBehavior' => $basePath . '/extensions/yii-newrelic/behaviors/YiiNewRelicConsoleAppBehavior.php', 'YiiNewRelicWebAppBehavior' => $basePath . '/extensions/yii-newrelic/behaviors/YiiNewRelicWebAppBehavior.php', 'OpenCloud' => $basePath . '/extensions/opencloud/OpenCloud.php', 'FromConfigInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/FromConfigInterface.php', 'ToArrayInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/ToArrayInterface.php', 'BadMethodCallException' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php', 'UnexpectedValueException' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php', 'GuzzleException' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Exception/GuzzleException.php', 'ExceptionCollection' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php', 'RuntimeException' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Exception/RuntimeException.php', 'InvalidArgumentException' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php', 'HasDispatcherInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php', 'AbstractHasDispatcher' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php', 'Collection' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Collection.php', 'Version' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Version.php', 'Event' => $basePath . '/extensions/opencloud/vendor/guzzle/common/Guzzle/Common/Event.php', 'PostFileInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php', 'RequestInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php', 'MessageInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php', 'PostFile' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php', 'RequestFactoryInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php', 'EntityEnclosingRequestInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 'Request' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Request.php', 'RequestFactory' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php', 'AbstractMessage' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php', 'Response' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Response.php', 'HeaderInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php', 'Link' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header/Link.php', 'CacheControl' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php', 'HeaderFactoryInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 'HeaderFactory' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php', 'HeaderCollection' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php', 'Header' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/Header.php', 'EntityEnclosingRequest' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php', 'HttpException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/HttpException.php', 'BadResponseException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/BadResponseException.php', 'MultiTransferException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php', 'RequestException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/RequestException.php', 'CurlException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/CurlException.php', 'ServerErrorResponseException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php', 'TooManyRedirectsException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php', 'ClientErrorResponseException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php', 'CouldNotRewindStreamException' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 'CommaAggregator' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php', 'QueryAggregatorInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 'DuplicateAggregator' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 'PhpAggregator' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php', 'IoEmittingEntityBody' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php', 'RedirectPlugin' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php', 'ClientInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/ClientInterface.php', 'Client' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Client.php', 'CachingEntityBody' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/CachingEntityBody.php', 'CurlMulti' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php', 'RequestMediator' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Curl/RequestMediator.php', 'CurlMultiProxy' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php', 'CurlVersion' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Curl/CurlVersion.php', 'CurlMultiInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php', 'CurlHandle' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php', 'StaticClient' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/StaticClient.php', 'AbstractEntityBodyDecorator' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php', 'Mimetypes' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Mimetypes.php', 'QueryString' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/QueryString.php', 'EntityBody' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/EntityBody.php', 'ReadLimitEntityBody' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php', 'EntityBodyInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php', 'Url' => $basePath . '/extensions/opencloud/vendor/guzzle/http/Guzzle/Http/Url.php', 'MessageParserInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php', 'MessageParser' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParser.php', 'PeclHttpMessageParser' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php', 'AbstractMessageParser' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php', 'PeclUriTemplate' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 'UriTemplate' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php', 'UriTemplateInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 'ParserRegistry' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php', 'UrlParserInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php', 'UrlParser' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParser.php', 'CookieParserInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php', 'CookieParser' => $basePath . '/extensions/opencloud/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php', 'LogPlugin' => $basePath . '/extensions/opencloud/vendor/guzzle/plugin-log/Guzzle/Plugin/Log/LogPlugin.php', 'PhpStreamRequestFactory' => $basePath . '/extensions/opencloud/vendor/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php', 'StreamInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php', 'Stream' => $basePath . '/extensions/opencloud/vendor/guzzle/stream/Guzzle/Stream/Stream.php', 'StreamRequestFactoryInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php', 'PsrLogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/PsrLogAdapter.php', 'MessageFormatter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/MessageFormatter.php', 'ClosureLogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/ClosureLogAdapter.php', 'Zf1LogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/Zf1LogAdapter.php', 'MonologLogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/MonologLogAdapter.php', 'AbstractLogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/AbstractLogAdapter.php', 'Zf2LogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/Zf2LogAdapter.php', 'ArrayLogAdapter' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/ArrayLogAdapter.php', 'LogAdapterInterface' => $basePath . '/extensions/opencloud/vendor/guzzle/log/Guzzle/Log/LogAdapterInterface.php', 'MockPlugin' => $basePath . '/extensions/opencloud/vendor/guzzle/plugin-mock/Guzzle/Plugin/Mock/MockPlugin.php', 'LoggerAwareInterface' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 'LoggerInterfaceTest' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'LoggerInterface' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/LoggerInterface.php', 'AbstractLogger' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/AbstractLogger.php', 'LogLevel' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/LogLevel.php', 'NullLogger' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/NullLogger.php', 'LoggerTrait' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/LoggerTrait.php', 'LoggerAwareTrait' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 'InvalidArgumentException' => $basePath . '/extensions/opencloud/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 'ClassLoader' => $basePath . '/extensions/opencloud/vendor/composer/ClassLoader.php', 'EventSubscriberInterface' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php', 'ContainerAwareEventDispatcher' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php', 'GenericEvent' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php', 'TraceableEventDispatcherInterface' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php', 'ImmutableEventDispatcher' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php', 'GenericEventTest' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php', 'EventTest' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php', 'ContainerAwareEventDispatcherTest' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php', 'EventDispatcherTest' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php', 'ImmutableEventDispatcherTest' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php', 'EventDispatcherInterface' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php', 'EventDispatcher' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php', 'Event' => $basePath . '/extensions/opencloud/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php', 'LoggerInterface' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Log/LoggerInterface.php', 'AbstractLogger' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Log/AbstractLogger.php', 'LogLevel' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Log/LogLevel.php', 'Logger' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Log/Logger.php', 'PaginatedIterator' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Collection/PaginatedIterator.php', 'ArrayCollection' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Collection/ArrayCollection.php', 'ResourceIterator' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Collection/ResourceIterator.php', 'State' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Constants/State.php', 'Mime' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Constants/Mime.php', 'Datetime' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Constants/Datetime.php', 'Service' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Constants/Service.php', 'Header' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Constants/Header.php', 'Size' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Constants/Size.php', 'Lang' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Lang.php', 'PersistentObject' => $basePath . '/extensions/opencloud/lib/opencloud/Common/PersistentObject.php', 'Role' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Identity/Role.php', 'User' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Identity/User.php', 'Tenant' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Identity/Tenant.php', 'Formatter' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Http/Message/Formatter.php', 'RequestSubscriber' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Http/Message/RequestSubscriber.php', 'Client' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Http/Client.php', 'Collection' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Collection.php', 'Metadata' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Metadata.php', 'Base' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Base.php', 'NovaService' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Service/NovaService.php', 'Endpoint' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Service/Endpoint.php', 'CatalogItem' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Service/CatalogItem.php', 'ServiceBuilder' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Service/ServiceBuilder.php', 'Catalog' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Service/Catalog.php', 'AbstractService' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Service/AbstractService.php', 'InvalidArgumentError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InvalidArgumentError.php', 'MetadataKeyError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataKeyError.php', 'NameError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NameError.php', 'IOError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/IOError.php', 'ContainerError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ContainerError.php', 'ServerJsonError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerJsonError.php', 'ContainerCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ContainerCreateError.php', 'InstanceNotFound' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InstanceNotFound.php', 'UnsupportedVersionError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UnsupportedVersionError.php', 'NetworkDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NetworkDeleteError.php', 'UnknownParameterError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UnknownParameterError.php', 'InstanceDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InstanceDeleteError.php', 'ServerIpsError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerIpsError.php', 'VolumeTypeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/VolumeTypeError.php', 'CdnNotAvailableError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CdnNotAvailableError.php', 'VolumeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/VolumeError.php', 'DomainError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DomainError.php', 'CdnTtlError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CdnTtlError.php', 'InvalidRequestError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InvalidRequestError.php', 'HttpRetryError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpRetryError.php', 'MetadataPrefixError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataPrefixError.php', 'UnrecognizedServiceError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UnrecognizedServiceError.php', 'RecordTypeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/RecordTypeError.php', 'ObjectError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ObjectError.php', 'DatabaseUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DatabaseUpdateError.php', 'ContainerNameError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ContainerNameError.php', 'UnsupportedFeatureExtension' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UnsupportedFeatureExtension.php', 'TempUrlMethodError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/TempUrlMethodError.php', 'DocumentError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DocumentError.php', 'HttpError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpError.php', 'AsyncError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/AsyncError.php', 'DatabaseListError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DatabaseListError.php', 'ServiceException' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServiceException.php', 'MetadataUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataUpdateError.php', 'InvalidIpTypeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InvalidIpTypeError.php', 'UnknownError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UnknownError.php', 'CdnError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CdnError.php', 'UserListError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UserListError.php', 'ServerUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerUpdateError.php', 'UserNameError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UserNameError.php', 'HttpOverLimitError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpOverLimitError.php', 'FlavorError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/FlavorError.php', 'MetadataCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataCreateError.php', 'DeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DeleteError.php', 'MetadataError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataError.php', 'RebuildError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/RebuildError.php', 'AuthenticationError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/AuthenticationError.php', 'UrlError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UrlError.php', 'DatabaseNameError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DatabaseNameError.php', 'CredentialError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CredentialError.php', 'CollectionException' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CollectionException.php', 'BaseException' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/BaseException.php', 'CdnHttpError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CdnHttpError.php', 'AttributeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/AttributeError.php', 'ServerCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerCreateError.php', 'ContainerDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ContainerDeleteError.php', 'MisMatchedChecksumError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MisMatchedChecksumError.php', 'CreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CreateError.php', 'ObjFetchError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ObjFetchError.php', 'EmptyResponseError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/EmptyResponseError.php', 'UnsupportedExtensionError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UnsupportedExtensionError.php', 'ContainerNotEmptyError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ContainerNotEmptyError.php', 'InstanceError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InstanceError.php', 'ContainerNotFoundError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ContainerNotFoundError.php', 'JsonError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/JsonError.php', 'UpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UpdateError.php', 'NoContentTypeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NoContentTypeError.php', 'ServerDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerDeleteError.php', 'UserUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UserUpdateError.php', 'InvalidIdTypeError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InvalidIdTypeError.php', 'HttpForbiddenError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpForbiddenError.php', 'HttpUnauthorizedError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpUnauthorizedError.php', 'NetworkError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NetworkError.php', 'AsyncHttpError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/AsyncHttpError.php', 'ServerActionError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerActionError.php', 'MissingValueError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MissingValueError.php', 'IdRequiredError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/IdRequiredError.php', 'DatabaseCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DatabaseCreateError.php', 'DatabaseDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/DatabaseDeleteError.php', 'MetadataJsonError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataJsonError.php', 'SnapshotError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/SnapshotError.php', 'EndpointError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/EndpointError.php', 'InvalidParameterError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InvalidParameterError.php', 'NetworkUrlError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NetworkUrlError.php', 'LoggingException' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/LoggingException.php', 'AsyncTimeoutError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/AsyncTimeoutError.php', 'UserDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UserDeleteError.php', 'MetadataDeleteError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/MetadataDeleteError.php', 'UserCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/UserCreateError.php', 'CreateUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/CreateUpdateError.php', 'RuntimeException' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/RuntimeException.php', 'ServerUrlError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerUrlError.php', 'HttpTimeoutError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpTimeoutError.php', 'ImageError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ImageError.php', 'ResourceBucketException' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ResourceBucketException.php', 'NetworkCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NetworkCreateError.php', 'ServerImageScheduleError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ServerImageScheduleError.php', 'InstanceCreateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InstanceCreateError.php', 'InstanceUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InstanceUpdateError.php', 'InstanceFlavorError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/InstanceFlavorError.php', 'HttpUrlError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/HttpUrlError.php', 'NoNameError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NoNameError.php', 'NetworkUpdateError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/NetworkUpdateError.php', 'ObjectCopyError' => $basePath . '/extensions/opencloud/lib/opencloud/Common/Exceptions/ObjectCopyError.php', 'Rackspace' => $basePath . '/extensions/opencloud/lib/opencloud/Rackspace.php', 'ConsecutiveTransfer' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/ConsecutiveTransfer.php', 'DirectorySync' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/DirectorySync.php', 'ConcurrentTransfer' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/ConcurrentTransfer.php', 'TransferState' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/TransferState.php', 'TransferPart' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/TransferPart.php', 'TransferBuilder' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/TransferBuilder.php', 'AbstractTransfer' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Upload/AbstractTransfer.php', 'UploadException' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Exception/UploadException.php', 'BulkOperationException' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Exception/BulkOperationException.php', 'StreamException' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Exception/StreamException.php', 'ContainerMetadata' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/ContainerMetadata.php', 'Container' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/Container.php', 'AbstractResource' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/AbstractResource.php', 'Account' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/Account.php', 'DataObject' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/DataObject.php', 'AbstractContainer' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/AbstractContainer.php', 'CDNContainer' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Resource/CDNContainer.php', 'UrlType' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Constants/UrlType.php', 'Header' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Constants/Header.php', 'Service' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/Service.php', 'AbstractService' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/AbstractService.php', 'CDNService' => $basePath . '/extensions/opencloud/lib/opencloud/ObjectStore/CDNService.php', 'OpenStack' => $basePath . '/extensions/opencloud/lib/opencloud/OpenStack.php', 'TbJsonGridColumn' => $basePath . '/extensions/bootstrap/widgets/TbJsonGridColumn.php', 'TbJsonPickerColumn' => $basePath . '/extensions/bootstrap/widgets/TbJsonPickerColumn.php', 'TbBox' => $basePath . '/extensions/bootstrap/widgets/TbBox.php', 'TbExtendedFilter' => $basePath . '/extensions/bootstrap/widgets/TbExtendedFilter.php', 'TbJsonGridView' => $basePath . '/extensions/bootstrap/widgets/TbJsonGridView.php', 'TbExtendedGridView' => $basePath . '/extensions/bootstrap/widgets/TbExtendedGridView.php', 'TbDetailView' => $basePath . '/extensions/bootstrap/widgets/TbDetailView.php', 'TbMarkdownEditorJs' => $basePath . '/extensions/bootstrap/widgets/TbMarkdownEditorJs.php', 'TbButtonColumn' => $basePath . '/extensions/bootstrap/widgets/TbButtonColumn.php', 'TbHighCharts' => $basePath . '/extensions/bootstrap/widgets/TbHighCharts.php', 'TbGoogleVisualizationChart' => $basePath . '/extensions/bootstrap/widgets/TbGoogleVisualizationChart.php', 'TbWizard' => $basePath . '/extensions/bootstrap/widgets/TbWizard.php', 'TbFormButtonElement' => $basePath . '/extensions/bootstrap/widgets/TbFormButtonElement.php', 'TbProgress' => $basePath . '/extensions/bootstrap/widgets/TbProgress.php', 'TbButton' => $basePath . '/extensions/bootstrap/widgets/TbButton.php', 'TbTypeahead' => $basePath . '/extensions/bootstrap/widgets/TbTypeahead.php', 'TbDatePicker' => $basePath . '/extensions/bootstrap/widgets/TbDatePicker.php', 'TbPager' => $basePath . '/extensions/bootstrap/widgets/TbPager.php', 'TbInputVertical' => $basePath . '/extensions/bootstrap/widgets/input/TbInputVertical.php', 'TbInputSearch' => $basePath . '/extensions/bootstrap/widgets/input/TbInputSearch.php', 'TbInput' => $basePath . '/extensions/bootstrap/widgets/input/TbInput.php', 'TbInputInline' => $basePath . '/extensions/bootstrap/widgets/input/TbInputInline.php', 'TbInputHorizontal' => $basePath . '/extensions/bootstrap/widgets/input/TbInputHorizontal.php', 'TbListView' => $basePath . '/extensions/bootstrap/widgets/TbListView.php', 'TbBreadcrumbs' => $basePath . '/extensions/bootstrap/widgets/TbBreadcrumbs.php', 'TbEditableField' => $basePath . '/extensions/bootstrap/widgets/TbEditableField.php', 'TbJEditableColumn' => $basePath . '/extensions/bootstrap/widgets/TbJEditableColumn.php', 'TbSelect2' => $basePath . '/extensions/bootstrap/widgets/TbSelect2.php', 'TbButtonGroup' => $basePath . '/extensions/bootstrap/widgets/TbButtonGroup.php', 'TbDateRangePicker' => $basePath . '/extensions/bootstrap/widgets/TbDateRangePicker.php', 'TbExtendedTooltip' => $basePath . '/extensions/bootstrap/widgets/TbExtendedTooltip.php', 'TbAlert' => $basePath . '/extensions/bootstrap/widgets/TbAlert.php', 'TbTabView' => $basePath . '/extensions/bootstrap/widgets/TbTabView.php', 'TbActiveForm' => $basePath . '/extensions/bootstrap/widgets/TbActiveForm.php', 'TbJsonButtonColumn' => $basePath . '/extensions/bootstrap/widgets/TbJsonButtonColumn.php', 'TbImageColumn' => $basePath . '/extensions/bootstrap/widgets/TbImageColumn.php', 'TbDataColumn' => $basePath . '/extensions/bootstrap/widgets/TbDataColumn.php', 'TbCollapse' => $basePath . '/extensions/bootstrap/widgets/TbCollapse.php', 'TbLabel' => $basePath . '/extensions/bootstrap/widgets/TbLabel.php', 'TbBulkActions' => $basePath . '/extensions/bootstrap/widgets/TbBulkActions.php', 'TbFileUpload' => $basePath . '/extensions/bootstrap/widgets/TbFileUpload.php', 'TbModal' => $basePath . '/extensions/bootstrap/widgets/TbModal.php', 'TbFormInputElement' => $basePath . '/extensions/bootstrap/widgets/TbFormInputElement.php', 'TbPickerColumn' => $basePath . '/extensions/bootstrap/widgets/TbPickerColumn.php', 'TbEditableColumn' => $basePath . '/extensions/bootstrap/widgets/TbEditableColumn.php', 'TbJsonPager' => $basePath . '/extensions/bootstrap/widgets/TbJsonPager.php', 'TbEditableSaver' => $basePath . '/extensions/bootstrap/widgets/TbEditableSaver.php', 'TbBaseMenu' => $basePath . '/extensions/bootstrap/widgets/TbBaseMenu.php', 'TbCKEditor' => $basePath . '/extensions/bootstrap/widgets/TbCKEditor.php', 'TbForm' => $basePath . '/extensions/bootstrap/widgets/TbForm.php', 'TbHeroUnit' => $basePath . '/extensions/bootstrap/widgets/TbHeroUnit.php', 'TbJsonCheckBoxColumn' => $basePath . '/extensions/bootstrap/widgets/TbJsonCheckBoxColumn.php', 'TbRedactorJs' => $basePath . '/extensions/bootstrap/widgets/TbRedactorJs.php', 'TbCarousel' => $basePath . '/extensions/bootstrap/widgets/TbCarousel.php', 'TbEditableDetailView' => $basePath . '/extensions/bootstrap/widgets/TbEditableDetailView.php', 'TbNavbar' => $basePath . '/extensions/bootstrap/widgets/TbNavbar.php', 'TbGridView' => $basePath . '/extensions/bootstrap/widgets/TbGridView.php', 'TbRelationalColumn' => $basePath . '/extensions/bootstrap/widgets/TbRelationalColumn.php', 'TbJsonDataColumn' => $basePath . '/extensions/bootstrap/widgets/TbJsonDataColumn.php', 'TbTotalSumColumn' => $basePath . '/extensions/bootstrap/widgets/TbTotalSumColumn.php', 'TbMenu' => $basePath . '/extensions/bootstrap/widgets/TbMenu.php', 'TbThumbnails' => $basePath . '/extensions/bootstrap/widgets/TbThumbnails.php', 'TbToggleColumn' => $basePath . '/extensions/bootstrap/widgets/TbToggleColumn.php', 'TbTimePicker' => $basePath . '/extensions/bootstrap/widgets/TbTimePicker.php', 'TbBadge' => $basePath . '/extensions/bootstrap/widgets/TbBadge.php', 'TbDropdown' => $basePath . '/extensions/bootstrap/widgets/TbDropdown.php', 'TbTabs' => $basePath . '/extensions/bootstrap/widgets/TbTabs.php', 'TbScrollSpy' => $basePath . '/extensions/bootstrap/widgets/TbScrollSpy.php', 'TbColorPicker' => $basePath . '/extensions/bootstrap/widgets/TbColorPicker.php', 'TbToggleButton' => $basePath . '/extensions/bootstrap/widgets/TbToggleButton.php', 'TbGroupGridView' => $basePath . '/extensions/bootstrap/widgets/TbGroupGridView.php', 'TbHtml5Editor' => $basePath . '/extensions/bootstrap/widgets/TbHtml5Editor.php', 'Bootstrap' => $basePath . '/extensions/bootstrap/components/Bootstrap.php', 'JSONStorage' => $basePath . '/extensions/bootstrap/components/JSONStorage.php', 'BootstrapFilter' => $basePath . '/extensions/bootstrap/filters/BootstrapFilter.php', 'TbSortableAction' => $basePath . '/extensions/bootstrap/actions/TbSortableAction.php', 'TbToggleAction' => $basePath . '/extensions/bootstrap/actions/TbToggleAction.php', 'TbExtendedTooltipAction' => $basePath . '/extensions/bootstrap/actions/TbExtendedTooltipAction.php', 'ParseHTML' => $basePath . '/extensions/markdownify/parsehtml/ParseHTML.php', 'MarkdownifyExtra' => $basePath . '/extensions/markdownify/MarkdownifyExtra.php', 'Markdownify' => $basePath . '/extensions/markdownify/Markdownify.php', 'SphinxClient' => $basePath . '/extensions/sphinx/SphinxClient.php', 'JTimeAgo' => $basePath . '/extensions/timeago/JTimeAgo.php', 'EAnalytics' => $basePath . '/extensions/EAnalytics/EAnalytics.php', 'MobileDetect' => $basePath . '/extensions/mobile_detect/MobileDetect.php', 'Mobile_Detect' => $basePath . '/extensions/mobile_detect/Mobile_Detect.php', 'CategoriesMetadata' => $basePath . '/models/CategoriesMetadata.php', 'Groups' => $basePath . '/models/Groups.php', 'Categories' => $basePath . '/models/Categories.php', 'ContentMetadata' => $basePath . '/models/ContentMetadata.php', 'UserRoles' => $basePath . '/models/UserRoles.php', 'LoginForm' => $basePath . '/models/LoginForm.php', 'Comments' => $basePath . '/models/Comments.php', 'InviteModel' => $basePath . '/models/InviteModel.php', 'RegisterForm' => $basePath . '/models/RegisterForm.php', 'Configuration' => $basePath . '/models/Configuration.php', 'CommentMetadata' => $basePath . '/models/CommentMetadata.php', 'Events' => $basePath . '/models/Events.php', 'Cards' => $basePath . '/models/Cards.php', 'Content' => $basePath . '/models/Content.php', 'UserMetadata' => $basePath . '/models/UserMetadata.php', 'UserGroups' => $basePath . '/models/UserGroups.php', 'Users' => $basePath . '/models/Users.php', 'ContentController' => $basePath . '/controllers/ContentController.php', 'CategoriesController' => $basePath . '/controllers/CategoriesController.php', 'CommentController' => $basePath . '/controllers/CommentController.php', 'SiteController' => $basePath . '/controllers/SiteController.php', 'ProfileController' => $basePath . '/controllers/ProfileController.php', 'CiiURLManager' => $basePath . '/components/CiiURLManager.php', 'UserIdentity' => $basePath . '/components/UserIdentity.php');
Esempio n. 23
0
<?php

$basePath = dirname(__FILE__) . '/..';
Yii::$classMap = array('YiinfiniteScroller' => $basePath . '/extensions/yiinfinite-scroll/YiinfiniteScroller.php', 'ContentMetadata' => $basePath . '/models/ContentMetadata.php', 'UserRoles' => $basePath . '/models/UserRoles.php', 'UserMetadata' => $basePath . '/models/UserMetadata.php', 'ContentTypes' => $basePath . '/models/ContentTypes.php', 'Events' => $basePath . '/models/Events.php', 'Comments' => $basePath . '/models/Comments.php', 'Content' => $basePath . '/models/Content.php', 'Configuration' => $basePath . '/models/Configuration.php', 'CategoriesMetadata' => $basePath . '/models/CategoriesMetadata.php', 'Users' => $basePath . '/models/Users.php', 'ActivationForm' => $basePath . '/models/forms/ActivationForm.php', 'LoginForm' => $basePath . '/models/forms/LoginForm.php', 'RegisterForm' => $basePath . '/models/forms/RegisterForm.php', 'InviteForm' => $basePath . '/models/forms/InviteForm.php', 'InvitationForm' => $basePath . '/models/forms/InvitationForm.php', 'ProfileForm' => $basePath . '/models/forms/ProfileForm.php', 'PasswordResetForm' => $basePath . '/models/forms/PasswordResetForm.php', 'EmailChangeForm' => $basePath . '/models/forms/EmailChangeForm.php', 'ForgotForm' => $basePath . '/models/forms/ForgotForm.php', 'SocialSettings' => $basePath . '/models/settings/SocialSettings.php', 'AnalyticsSettings' => $basePath . '/models/settings/AnalyticsSettings.php', 'GeneralSettings' => $basePath . '/models/settings/GeneralSettings.php', 'ThemeSettings' => $basePath . '/models/settings/ThemeSettings.php', 'EmailSettings' => $basePath . '/models/settings/EmailSettings.php', 'Categories' => $basePath . '/models/Categories.php', 'CategoriesController' => $basePath . '/controllers/CategoriesController.php', 'ProfileController' => $basePath . '/controllers/ProfileController.php', 'ContentController' => $basePath . '/controllers/ContentController.php', 'SiteController' => $basePath . '/controllers/SiteController.php');
Esempio n. 24
0
<?php

require_once __DIR__ . '/protected/helpers/globals.php';
// change the following paths if necessary
$yii = dirname(__FILE__) . '/vendor/yiisoft/yii/framework/yii.php';
$config = dirname(__FILE__) . '/protected/config/main.php';
// remove the following lines when in production mode
defined('YII_DEBUG') or define('YII_DEBUG', true);
// specify how many levels of call stack should be shown in each log message
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
require_once $yii;
$loader = (require __DIR__ . '/vendor/autoload.php');
Yii::$classMap = $loader->getClassMap();
Yii::createWebApplication($config)->run();
Esempio n. 25
0
<?php

// change the following paths if necessary
$yii = dirname(__FILE__) . '/../yii.php';
$config = dirname(__FILE__) . '/protected/config/main.php';
// remove the following lines when in production mode
//defined('YII_DEBUG') or define('YII_DEBUG',true);
// specify how many levels of call stack should be shown in each log message
//defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
require_once $yii;
Yii::$classMap = array('UploadHandler' => dirname(__FILE__) . '/blue/server/php/UploadHandler.php');
Yii::createWebApplication($config)->run();
Esempio n. 26
0
<?php

// COMMENT TO GET 1000 GET IN REPO
// change the following paths if necessary
/** test changes to fix my username in the console. vitaly second attempt */
$yii = dirname(__FILE__) . '/../components/yii/framework/yii.php';
$config = dirname(__FILE__) . '/protected/config/production.php';
// remove the following lines when in production mode
defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_DEV') or define('YII_DEV', false);
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
defined('WS_PRODUCTION') or define('WS_PRODUCTION', true);
if (defined('YII_DEV')) {
    $config = dirname(__FILE__) . '/protected/config/development.php';
}
if (file_exists(__DIR__ . '/protected/tmp/testrun')) {
    $config = dirname(__FILE__) . '/protected/config/test.php';
}
// specify how many levels of call stack should be shown in each log message
require_once $yii;
/**
 * DUE TO SOME PEOPLE'S STUPIDITY (Apple who made HFS+ case-insensitive by default)
 * THIS CLASS HAS TO BE MAPPED DIRECTLY, BECAUSE, YES I AM LAZY BASTARD
 * THIS LINE WILL ONLY BE REUQIRED IF YOU SET UP SYSTEM ON A CASE-INSENSITIVE FS i.e. FAT, NTFS, HFS
 *
 * GOOD GUY Linus Torvalds has a case-sensitive EXT(N) file systems.
 */
Yii::$classMap = array('Mailshot' => __DIR__ . '/protected/models/Mailshot.php');
Yii::createWebApplication($config)->run();