国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
675B

  1. <?php
  2. //小助手配置项
  3. $cfg_helper_autoload = array
  4. (
  5. 'charset', /* 编码小助手 */
  6. 'channelunit',/* 模型单元小助手 */
  7. 'string', /* 字符串小助手 */
  8. 'time', /* 日期小助手 */
  9. 'file', /* 文件小助手 */
  10. 'util', /* 单元小助手 */
  11. 'validate', /* 数据验证小助手 */
  12. 'filter', /* 过滤器小助手 */
  13. 'cookie', /* cookies小助手 */
  14. 'debug', /* 调试小助手 */
  15. 'archive', /* 文档小助手 */
  16. 'upload', /* 上传小助手 */
  17. 'extend', /* 扩展小助手 */
  18. );
  19. ?>