Jump to content

criticize my personal file system...!


ciccio_dev

Recommended Posts

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!

Link to comment
https://forums.phpfreaks.com/topic/231779-criticize-my-personal-file-system/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.