예제 #1
0
 public function Init()
 {
     $this->oMapper = HelperPlugin::GetMapper();
 }
예제 #2
0
 public function Init()
 {
     $this->oMapper = HelperPlugin::GetMapper();
     //$this->oMapper = Engine::GetMapper(__CLASS__);
     $this->sVersionDB = $this->oMapper->GetAdminValue('version');
 }