コード例 #1
0
ファイル: Tools.class.php プロジェクト: lifecom/Huddlebuddle
 public function Init()
 {
     $this->oMapper = HelperPlugin::GetMapper();
 }
コード例 #2
0
ファイル: Admin.class.php プロジェクト: lifecom/test
 public function Init()
 {
     $this->oMapper = HelperPlugin::GetMapper();
     //$this->oMapper = Engine::GetMapper(__CLASS__);
     $this->sVersionDB = $this->oMapper->GetAdminValue('version');
 }