Thanks to visit codestin.com
Credit goes to github.com

Skip to content

having_id_is reference undefiend variable $value #224

@maboiteaspam

Description

@maboiteaspam

hi,

in


        /**
         * Special method to query the table by its primary key.
         *
         * If primary key is compound, only the columns that
         * belong to they key will be used for the query
         */
        public function having_id_is($id) {
            return (is_array($this->_get_id_column_name())) ?
                $this->having($this->_get_compound_id_column_values($value)) :
                $this->having($this->_get_id_column_name(), $id);
        }

there is a reference to an undefined variable $value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions