View Single Post
Old 01-13-2009, 10:20 PM   #1 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default File Structure Change (once again since creation)

After reviewing the file structure, I have decided to remove the implementation layer and place it in the main files. All the design abstraction is in the templates, so adding another layer between the file itself and the implemented code is silly. The folder structure for code is currently:

[script root]/:
This is were the front end files are actually located, the inline code that actually does the stuff is located here.

core/:
This is where the class and core logic files are located. These are strictly functions and classes, absolutely no inline code is allowed in these files.

style/:
This is where client side files such as javascript and CSS are located.

templates/:
Where the smarty templates are located. Smarty script files are in the core directory.
__________________

Village Idiot is offline  
Reply With Quote