Exemplo n.º 1
0
Arquivo: MPT.php Projeto: techart/tao
 protected function setup()
 {
     $this->enable_dispatch()->dispatcher->add_subscriber(Tree_DB_MPT::EntitySubscriber($this));
     return parent::setup();
 }
Exemplo n.º 2
0
Arquivo: ORM.php Projeto: techart/tao
 public function as_string()
 {
     return CMS::lang(parent::as_string());
 }