# Yaf_code **Repository Path**: jaygu/Yaf_code ## Basic Information - **Project Name**: Yaf_code - **Description**: YAF框架源码,YAF PHP框架源码 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-11-02 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Yaf_目录结构 Yaf 有一套完整的目录组织,文件命名规则 所有Yaf应用都应该遵循下面的目录组织结构 - index.php //入口文件 - .htaccess //重写规则 + conf |- application.ini //配置文件 application/ + controllers - Index.php //默认控制器 + views |+ index //控制器 - index.phtml //默认视图 + modules //其他模块 - library - models //model目录 - plugins //插件目录