Example #1
0
 function common_call($front_call = null)
 {
     $this->_module_name = 'search';
     $this->_common_obj =& search_module_common::getInstance();
 }
Example #2
0
 function search_module_front()
 {
     $this->_module_name = 'search';
     $this->_common_obj =& search_module_common::getInstance(true);
 }