예제 #1
0
 static function getInstance($front_call = null)
 {
     if (!self::$instance) {
         self::$instance = new recycle_module_common($front_call);
     }
     return self::$instance;
 }
예제 #2
0
 function common_call($front_call = null)
 {
     $this->_common_obj =& recycle_module_common::getInstance();
     $this->_tree =& $this->_common_obj->obj_tree;
 }