Example #1
0
 public function load($id, $field = null)
 {
     parent::load($id);
     $this->_validated = true;
     $this->_isValid = true;
     return $this;
 }