Ejemplo n.º 1
0
 public function bind($from, $ignore = array())
 {
     // Check the table activation status first
     if (!$this->active) {
         // Activate it with a default value
         $this->setType('');
     }
     return parent::bind($from, $ignore);
 }