Пример #1
0
 function forms_module_front()
 {
     $this->_module_name = 'forms';
     $this->_common_obj =& forms_module_common::getInstance(true);
     $this->_tree =& $this->_common_obj->obj_tree;
     parent::__construct();
 }
Пример #2
0
 function common_call($front_call = null)
 {
     $this->_module_name = 'forms';
     $this->_common_obj =& forms_module_common::getInstance();
     $this->_tree =& $this->_common_obj->obj_tree;
 }