Ejemplo n.º 1
0
 public function Init()
 {
     $this->oMapper = HelperPlugin::GetMapper();
 }
Ejemplo n.º 2
0
 public function Init()
 {
     $this->oMapper = HelperPlugin::GetMapper();
     //$this->oMapper = Engine::GetMapper(__CLASS__);
     $this->sVersionDB = $this->oMapper->GetAdminValue('version');
 }