列出目录结构 (项目名称是sf)php
sfcss
|-app #配置文件web
|-Resources数据库
|-cache bootstrap
|-config #配置app
|-config.ymlxml
|-config_dev.yml开发
|-config_prod.ymlit
|-config_test.ymlio
|-parameters.ini #配置数据库的连接
|-logs
|-AppCatch.php
|-AppKernel.php #自定义的Bundle 注册到Symfony中
|-autoload.php #自动加载类库和类,自定义空间
|-bootstrap.php.cache
|-check.php
|-console
|-phpunit.xml.dist
|-bin
|-src #最主要的文件存放位置control+view+实体类
|-Dp
|-DriverplusBundle
|-Controller
|-DependnecyInjection
|-Entity
|-
|-Resources
|-config
|doctrine
|-routing.yml #配置route 每当新建一个contoller的时
|-services.yml
|-doc
|-public #此应用的文件
|-css
|-images
|-js
|-translations
|-views #前台视图
|-Tests
|-DpDriveplusBundle.php
|-vendor
|-web
|-app.php #生产环境
|-app_dev.php #开发环境
|-config.php #检查sf的环境