{@ $module_info->duration_new = 12 }
{@ $order_type = "asc"; }
{@ $order_type = "desc"; }
{@ $cate_list = array(); $current_key = null; }
{@
$cate_list[$key] = $val;
$cate_list[$key]->children = array();
$current_key = $key;
}
{@ $cate_list[$current_key]->children[] = $val }
{@
$oDB = &DB::getInstance();
$query = $oDB->_query('select count(*) as total from xe_documents where module_srl = '.$module_info->module_srl.'');
$result = $oDB->_fetch($query);
}