前台部分:
/includes/exta_configures/模块名.php (扩展配置文件)
/includes/exta_datafiles/模块名_database_names.php (数据表名常量)
/includes/functions/exta_functions/functions_模块名.php (前台的扩展函数库)
/includes/languages/语言包/extra_definitions/模块名.php(扩展语言包中字符标记常量定义)
/includes/templates/模板文件夹/jscript/jscript_模块名.js(模板全局js文件)
/includes/modules/pages/模块名/header_php.php (模块业务逻辑程序文件)
/includes/modules/pages/模块名/jscript_main.php (模块JS程序文件)
/includes/templates /模块名/templates/tpl_模块名_default.php (模块对应的模板文件)
后台部分:
/admin/includes/functions/exta_functions/ functions_模块名.php (后台功能的扩展函数库)
/admin/includes/extra_datafiles/模块名_filenames.php (定义后台文件名常量)
/admin/includes/extra_datafiles/模块名_database_names.php(数据表名常量)
/admin/includes/boxes/extra_boxes/模块名_主菜单名_dbhtml.php (添加后台管理菜单)
/admin/includes/languages/schinese/extra_definitions/模块名.php(设置后台页面上的标识文字的常量定义)
/admin/模块名_功能.php (后台管理页面及实现文件,如果这个模块有多个功能就可能有多个这类文件,如: 分类管理,分类下的记录管理等)
和模块功能需要的一些新建的其它文件或文件夹