AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

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

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

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

Call to method isError from undeclared class \PHPWS_Error
Open

        if (PHPWS_Error::isError($result)) {
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

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

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

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

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

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

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

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

            foreach ($this->searchColumn as $column_name) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

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

Variable $cache was undeclared, but array fields are being added to it.
Open

            $cache['limit'] = $this->limit;
Severity: Info
Found in class/SubselectPager.php by phan

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

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

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

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

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

            $this->db->addColumn($this->total_column, null, null, true, true);
Severity: Minor
Found in class/SubselectPager.php by phan

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

        $this->needed_columns[$new_name] = $new_name;
Severity: Minor
Found in class/SubselectPager.php by phan

Suspicious array access to null
Open

        $join_match[$join_table] = array('jt' => $join_table,
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

        $this->toggles[] = $toggle;
Severity: Minor
Found in class/SubselectPager.php by phan

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

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