AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

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

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

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

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

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

Call to method process from undeclared class \PHPWS_Template
Open

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

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

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

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

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

Call to method isError from undeclared class \PHPWS_Error
Open

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

Variable $orderby is undeclared
Open

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

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

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

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

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

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

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

Reference to undeclared property \Intern\SubselectPager->total_column
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->default_order
Open

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

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

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

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

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

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

        $this->sub_order[$new_name] = array('dbp' . $tbl_idx, $content_column);
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->link
Open

        $this->link = \PHPWS_Core::getCurrentUrl(true, false);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared constant \UTF8_MODE
Open

        if (UTF8_MODE) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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