AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Variable $search is undeclared
Open

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

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

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

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

            $this->total_pages = ceil($this->total_rows / $this->limit);
Severity: Minor
Found in class/SubselectPager.php by phan

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

                $col_name = substr($this->orderby, $pos + 1);
Severity: Minor
Found in class/SubselectPager.php by phan

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

                        $this->total_column = $table . '.' . $index;
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

        $this->orderby = preg_replace('/[^\w\.]/', '', $column);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

        return $this->db->addWhere($column, $value, $operator, $conj, $group);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                $pageList[] = \PHPWS_Text::moduleLink('>>', $module, $values, null, _('Forward 10 pages'));
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

Call to method getGetValues from undeclared class \PHPWS_Text
Open

        $extra = \PHPWS_Text::getGetValues();
Severity: Critical
Found in class/SubselectPager.php by phan

Argument 1 (function) is array{0:array|string[],1:mixed} but \call_user_func() takes callable
Open

                    call_user_func(array($disp_row, $run_function));
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

        $form->addText('pager_c_search', $this->search);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

Reference to undeclared class \DBPager
Open

        parent::__construct($table, $class);
Severity: Critical
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language