ciccio_dev Posted March 26, 2011 Share Posted March 26, 2011 hi to everyone.. this is my first time here and i would like you to give me some suggests in order to improve my site scalability.. i'm italian and that's why my english is not so good. Here is my file system: admin/ libs/ ----/css ----/js /includes ----/class ----/apps --------/example ------------/js ------------/views ------------controller.php ------------index.php ----/css ----/static where: admin is my reserved area to manipulate everything libs has javascript library like jquery class contains all my classes like database functions and one class for each app each app that could be for example "blog" or "news" contains a controller that provide some actions like add element or remove, an index file to provide first page of the app, a folder called js for each javascript helper and a folder views. Note that as i said before, each app has a class that provide functions like get, remove, edit ecc.. css contains the default style for the site and static contains each section of the site provided by the include function that's all! i hope this could be interesting for you and of course, i'll get your answer to improve my code! Quote Link to comment https://forums.phpfreaks.com/topic/231779-criticize-my-personal-file-system/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.