Beispiel #1
0
 /**
  * Saves attributes on initial model lookup
  */
 public function afterFind()
 {
     $this->_oldAttributes = $this->getAttributes();
     parent::afterFind();
 }