TP框架主要文件夹注释

TP框架主要文件夹注释

common -> 函数库目录
conf -> 配置文件目录
lang -> 语言包
librang -> 核心资源库
  behacior -> 行为目录
  org -> 功能类目录
  think -> 核心程序文件目录
    controller.class.php -> 操作控制器的类
    model.class.php -> 操作模型模板的类
    view.class.php -> 操作视图的类
    image.class.php -> 操作图片的类
    page.class.php -> 操作分页的类
    upload.class.php -> 操作文件上传的类
    verify.class.php -> 负责生成验证码的类
  vendor -> “成品小商贩”文件夹(第三方成品功能类包目录)

thingphp.php -> TP框架的接口文件,每一个应用程序都要进行引用

原文地址:https://www.cnblogs.com/hanqishihu/p/5713471.html