Exemplo n.º 1
0
Arquivo: ORM.php Projeto: techart/tao
 public function after_find()
 {
     $this->unserialize_parms($this->serialized());
     $this->multilink_load_all();
     return true && parent::after_find();
 }