JaquelineBrandao / yii

Automatically exported from code.google.com/p/yii
0 stars 0 forks source link

about the framework application paht #765

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi,qiang,
   我在使用yiic创建的application框架,感觉生成的路径名称有点乱:

├─assets
│  └─f0bd997
│      ├─autocomplete
│      ├─rating
│      ├─treeview
│      │  └─images
│      └─yiitab
├─css
├─images
├─protected
│  ├─commands
│  │  └─shell
│  ├─components
│  │  └─views
│  ├─config
│  ├─controllers
│  ├─extensions
│  ├─messages
│  ├─models
│  ├─runtime
│  └─views
│      ├─layouts
│      ├─mytest
│      ├─site
│      ├─system
│      └─user
└─themes
    └─classic
        └─views
            ├─layouts
            ├─site
            └─system

如果改成这样:

├─app                         << 原来是 protected
│  ├─commands
│  │  └─shell
│  ├─components
│  │  └─views
│  ├─config
│  ├─controllers
│  ├─extensions
│  ├─messages
│  ├─models
│  ├─runtime
│  └─views
│      ├─layouts
│      ├─mytest
│      ├─site
│      ├─system
│      └─user

├─www                         << 新建,把protected 目录以外的 
www相关的都放到 www目录下
│  │  
│  ├─assets
│  │  └─f0bd997
│  │      ├─autocomplete
│  │      ├─rating
│  │      ├─treeview
│  │      │  └─images
│  │      └─yiitab
│  ├─css
│  ├─images
│  └─themes
│      └─classic
│          └─views
│              ├─layouts
│              ├─site
│              └─system

这样的话,所有通过web访问的静态资源文件,都放在 
www目录下,其他php应用程序都在 
app目录下,感觉这样就更清楚明白。

个人建议,仅供参考。

Original issue reported on code.google.com by keepalls...@gmail.com on 29 Dec 2009 at 6:16

GoogleCodeExporter commented 9 years ago
你这样的路径yii是支持的,你只要在main.php里指明basePath即可�
��

Original comment by qiang.xue on 29 Dec 2009 at 1:38

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/yiisoft/yii/issues/36

Original comment by qiang.xue on 15 Feb 2012 at 6:36

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/yiisoft/yii/issues/76

Original comment by qiang.xue on 15 Feb 2012 at 6:45