dongpo2002 2009-01-12 07:43
浏览 25
已采纳

组织由PHP,Smarty,JavaScript,MySQL提供支持的网站文件

I am writing an web application powered by PHP, Smarty, JavaScript, CSS, MySQL.

There will be some classes, which will be used through out the application. There will be some scripts which will use those classes.

Any good article, tutorial, architecture on how to organize files for a web site?

P.S. It should contain how to organize all the files (PHP, JavaScript, CSS, template files.)

  • 写回答

3条回答 默认 最新

  • download1214 2009-01-12 08:17
    关注

    Just remember PHP libraries and template files should not be directly accessible over the web server.

    You can make class names like My_Db_Table and load them with __autoload.

    /project
    - /config
    - /html
    - - /css
    - - /images
    - - /js
    - - /subdirs for php files unless you use apache mod_rewrite or similar
    - - index.php
    - - otherfiles.php
    - /lib
    - - /My
    - - - /Db
    - - - - Table.php
    - /templates
    - /functions
    - /scripts
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效