AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

        if (!$full_report && !empty($search) && isset($this->searchColumn)) {
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

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

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

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

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

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

        $this->toggle_func_number = (int) $toggle;
Severity: Minor
Found in class/SubselectPager.php by phan

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

        return array((int) $this->limit, (int) $start);
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

Call to method get from undeclared class \Icon
Open

                    $button = Icon::get('sort-down');
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                $links[] = \PHPWS_Text::moduleLink($limit, $module, $values, null, sprintf(_('Limit results to %s rows'), $limit));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method get from undeclared class \PHPWS_Error
Open

                        return PHPWS_Error::get(DBPAGER_NO_METHOD, 'core', 'DBPager::getPageRows', $this->class . ':' . $this->row_tags['method']);
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

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

                    $row_result = call_user_func($this->toggle_function, $disp_row);
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method rollback from undeclared class \PHPWS_DB
Open

                PHPWS_DB::rollback();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method rollback from undeclared class \PHPWS_DB
Open

                PHPWS_DB::rollback();
Severity: Critical
Found in class/SubselectDatabase.php by phan

Call to method initCoreClass from undeclared class \PHPWS_Core
Open

\PHPWS_Core::initCoreClass('DBPager.php');
Severity: Critical
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->cache_identifier
Open

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

Reference to undeclared constant \DBPAGER_DEFAULT_LIMIT
Open

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

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

            if ($pos = strpos($this->orderby, '.')) {
Severity: Minor
Found in class/SubselectPager.php by phan
Severity
Category
Status
Source
Language