AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

                        $row_result = call_user_func(array($disp_row, $this->row_tags['method']));
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method __construct from undeclared class \PHPWS_Form
Open

        $form = new \PHPWS_Form($id);
Severity: Critical
Found in class/SubselectPager.php by phan

Possibly zero references to use statement for classlike/namespace Exception (\Exception)
Open

use \Exception;
Severity: Minor
Found in class/SubselectPager.php by phan

Variable $current_page is undeclared
Open

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

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

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

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

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

Reference to undeclared property \Intern\SubselectPager->total_rows
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->total_pages
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->orderby_dir
Open

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

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

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

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

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

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

                $button_string .= $this->sort_headers[$varname]['title'];
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

            $url = parse_url($this->link);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

Call to method log from undeclared class \PHPWS_Error
Open

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

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

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

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

        if (empty($this->limit) && empty($this->orderby) &&
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language