我正在使用Angularjs和PHP开发项目。这个项目将来可以出售。所以我想使用一个可以理解的文件结构。互联网上有许多建筑物,但它们各不相同。
你会推荐一种结构吗?或者你在项目中使用什么样的结构?
我现在使用的是什么,你觉得怎么样?
app/
----- controllers/
---------- mainController.js
---------- otherController.js
----- services/
---------- requests.php
---------- posts.php
---------- db.php
----- js/
---------- bootstrap.js
---------- jquery.js
---------- app.js
---------- angular.js
---------- route.js
----- views/
---------- mainView.html
---------- otherView.html
index.html
.htaccess