Showing 651 of 651 total issues

Reference to undeclared constant \APPPATH
Open

require APPPATH.'third_party/MX/Loader.php';
Severity: Minor
Found in core/MY_Loader.php by phan

Reference to undeclared class \CI_Lang (Did you mean class \MX_Lang)
Open

            if ($lang = parent::load($langfile, $lang, $return, $add_suffix, $alt_path)) {
Severity: Critical
Found in third_party/MX/Lang.php by phan

Reference to undeclared property \MX_Lang->is_loaded
Open

                $this->is_loaded[] = $langfile.'_lang'.EXT;
Severity: Minor
Found in third_party/MX/Lang.php by phan

Saw unextractable annotation for comment '* @method model'
Open

     * @method model
Severity: Info
Found in third_party/MX/Loader.php by phan

Saw unextractable annotation for comment '* @method __construct'
Open

     * @method __construct
Severity: Info
Found in third_party/MX/Base.php by phan

Saw unextractable annotation for comment '* @return [type] [description]'
Open

     * @return [type]                   [description]
Severity: Info
Found in third_party/MX/Loader.php by phan

The phpdoc comment for @method cannot occur on a method
Open

     * @method database
Severity: Info
Found in third_party/MX/Loader.php by phan

Saw unextractable annotation for comment '* @param [type] $langfile [description]'
Open

     * @param  [type]   $langfile   [description]
Severity: Info
Found in third_party/MX/Loader.php by phan

Reference to undeclared property \MX_Loader->_ci_models
Open

            $this->_ci_models[] = $_alias;
Severity: Minor
Found in third_party/MX/Loader.php by phan

Saw unextractable annotation for comment '* @param [type] $module [description]'
Open

     * @param  [type] $module [description]
Severity: Info
Found in third_party/MX/Loader.php by phan

Saw unextractable annotation for comment '* @method __construct'
Open

     * @method __construct
Severity: Info
Found in third_party/MX/Ci.php by phan

Reference to undeclared property \MX_Config->config (Did you mean $config)
Open

            $current_config =& $this->config;
Severity: Minor
Found in third_party/MX/Config.php by phan

Saw unextractable annotation for comment '* @return [type] [description]'
Open

     * @return [type]        [description]
Severity: Info
Found in third_party/MX/Controller.php by phan

Saw unextractable annotation for comment '* @param [type] $langfile [description]'
Open

     * @param  [type]  $langfile   [description]
Severity: Info
Found in third_party/MX/Lang.php by phan

Reference to undeclared class \CI_Loader (Did you mean class \MX_Loader or class \MY_Loader)
Open

            parent::initialize();
Severity: Critical
Found in third_party/MX/Loader.php by phan

Saw unextractable annotation for comment '* @param [type] $file [description]'
Open

     * @param  [type]  $file            [description]
Severity: Info
Found in third_party/MX/Loader.php by phan

Saw unextractable annotation for comment '* @method database'
Open

     * @method database
Severity: Info
Found in third_party/MX/Loader.php by phan

The phpdoc comment for @method cannot occur on a method
Open

     * @method helper
Severity: Info
Found in third_party/MX/Loader.php by phan

Reference to undeclared class \CI_Loader (Did you mean class \MX_Loader or class \MY_Loader)
Open

            return parent::helper($helper);
Severity: Critical
Found in third_party/MX/Loader.php by phan

The phpdoc comment for @method cannot occur on a method
Open

     * @method helpers
Severity: Info
Found in third_party/MX/Loader.php by phan
Severity
Category
Status
Source
Language