コード例 #1
0
ファイル: banners.common.class.php プロジェクト: umaxfun/x4m
 static function getInstance($front_call = null)
 {
     if (!self::$instance) {
         self::$instance = new banners_module_common($front_call);
     }
     return self::$instance;
 }
コード例 #2
0
ファイル: banners.back.class.php プロジェクト: umaxfun/x4m
 function common_call($front_call = null)
 {
     $this->_module_name = 'banners';
     $this->_common_obj =& banners_module_common::getInstance();
     $this->_tree =& $this->_common_obj->obj_tree;
 }