AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

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

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

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

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

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

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

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

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

        $this->convert_date[$column_name] = $format;
Severity: Minor
Found in class/SubselectPager.php by phan

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

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

Call to method getTemplate from undeclared class \PHPWS_Form
Open

        $v = \PHPWS_Template::process($form->getTemplate(), 'intern', 'addAffiliate.tpl');
Severity: Critical
Found in class/UI/AddAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('notes', 'Notes');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method getTemplate from undeclared class \PHPWS_Form
Open

        $v = \PHPWS_Template::process($form->getTemplate(), 'intern', 'editAffiliate.tpl');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to undeclared function \javascript()
Open

        javascript('jquery');
Severity: Critical
Found in class/UI/ResultsUI.php by phan

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

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

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

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

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

            $table = $this->db->getTable();
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, _('Back 50 pages'));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

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

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

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

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

            $sort_columns = & $this->table_columns;
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

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

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