我应该如何构建基于PHP的应用程序的文件夹和文件?

时间:2018-02-25 21:07:44

标签: php filesystems repository directory

这个问题可能看起来有点模糊或不具体,但它非常具体。

我有一个php应用程序,另一个程序员看着我的存储库并说它'是一团糟,让我相信它确实是。

这是当前的例子:

form-actions/ #where I store all the php form actions
actions/ #where I store all actions coming from AJAX requests
js/ #where I store all js scripts
random-library/ #it's an example of a library, mostly in Jquery
css/ #where I store all css stylesheets
images/ #where I store all the images
system/ #where I store all the php functions, including the database connection
profile.php/ #the rest are the templates, for example a profile page

我的问题很简单:我应该如何构建应用程序的文件夹和文件?包括AJAX接收器,图像,js库,php函数,模板等。不使用任何框架,基本上创建我自己的MVP。

0 个答案:

没有答案