AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

        if (!isset($this->template)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method isError from undeclared class \PHPWS_Error
Open

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

Call to undeclared method \Intern\SubselectPager::getNavigation
Open

        $this->getNavigation($template);
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method plugPageTags from undeclared class \DBPager
Open

        DBPager::plugPageTags($template);
Severity: Critical
Found in class/SubselectPager.php by phan

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

        if ($this->report_type) {
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->default_order_dir
Open

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

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

        if ($this->cache_queries) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

        return substr(strstr($this->link, '?'), 1);
Severity: Minor
Found in class/SubselectPager.php by phan

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

        if (empty($this->class)) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

        if (empty($this->limit) || !in_array($this->limit, $this->limitList)) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

Call to method get from undeclared class \PHPWS_Error
Open

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

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

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

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

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

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

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

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

            if (isset($this->toggle_function)) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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