{@ $oDB = &DB::getInstance(); $query = $oDB->_query('select count(*) as total from xe_documents where module_srl ='.$module_info->module_srl); $result = $oDB->_fetch($query); }
List of Articles