include("system/lib/session.php"); include("system/lib/config.php"); include("system/lib/function.php"); include("system/lib/connect.php"); ## Load Module Configuration Variable ############################################ include("mod_comm_new/mod_new_config.php"); ## Default Value ############################################ $SystemModule_defaultPageSize = 10; $SystemModule_defaultPageShow = 1; $SystemModule_MaxPage = 20; $SystemModule_ReduceRange = 10; // +,- from current page show $ASCDESC = "DESC"; $OrderBy = $myModule_Table."_id"; ######################################################### ?>
|