It looks like you're new here. If you want to get involved, click one of these buttons!
Message: Undefined variable: foreign_keys
Message: array_keys() expects parameter 1 to be array, null given
Message: in_array() expects parameter 2 to be array, null given
else if (in_array($found[1].'_id', array_keys($foreign_keys)) OR $this->_is_relationship_property($found[1], 'has_many') OR $this->_is_relationship_property($found[1], 'belongs_to'))
else if ((isset($foreign_keys) AND in_array($found[1].'_id', array_keys($foreign_keys))) OR $this->_is_relationship_property($found[1], 'has_many') OR $this->_is_relationship_property($found[1], 'belongs_to'))
Comments