AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\SubselectPager->current_page
Open

            if ($this->current_page > $this->total_pages || $this->current_page == 'last') {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

            $result = $this->db->select();
Severity: Minor
Found in class/SubselectPager.php by phan

Saw possibly unextractable annotation for a fragment of comment '* @param integer id Id of current row': after integer, did not see an element name (will guess based on comment order)
Open

     * @param integer id           Id of current row
Severity: Info
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectPager->module
Open

            $_SESSION['DB_Cache'][$this->module][$this->cache_identifier] = $cache;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method rollback from undeclared class \PHPWS_DB
Open

                PHPWS_DB::rollback();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $this->row_query = $this->db->lastQuery();
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->cache_identifier
Open

            $_SESSION['DB_Cache'][$this->module][$this->cache_identifier] = $cache;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->needed_columns
Open

                $this->table_columns = array_merge($this->table_columns, $this->needed_columns);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

                    if ($index = $this->db->getIndex($table)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->search (Did you mean $search)
Open

        $this->search = & $search;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->cache_identifier
Open

            $this->cache_identifier = $this->template;
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->module
Open

                empty($this->search) && isset($_SESSION['DB_Cache'][$this->module][$this->cache_identifier])) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->sub_order
Open

            if (isset($this->sub_order[$col_name]) && !empty($this->sub_order[$col_name])) {
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

            $this->db->resetOrder();
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

            if (PHPWS_Error::logIfError($db->update())) {
Severity: Critical
Found in class/SubselectDatabase.php by phan

Reference to undeclared constant \DBPAGER_MODULE_NOT_SET
Open

            return PHPWS_Error::get(DBPAGER_MODULE_NOT_SET, 'core', 'DBPager::get');
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \DBPAGER_TEMPLATE_NOT_SET
Open

            return PHPWS_Error::get(DBPAGER_TEMPLATE_NOT_SET, 'core', 'DBPager::get');
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->module
Open

        return PHPWS_Template::process($template, $this->module, $this->template);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->limit
Open

            $this->limit = $limit;
Severity: Minor
Found in class/SubselectPager.php by phan

Variable $limit is undeclared
Open

            $this->limit = $limit;
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language