getPrimaryKey()) { $this->previousData = $this->_getFromDb($this->getPrimaryKey()); } } public function getPreviousData($field = null, $default = null) { return Qs_Array::get($this->previousData, $field, $default); } }