View Single Post
Old 12-28-2008, 03:26 AM   #19 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Well i usually use a structure loosly based round the zend framework structure:

Code:
application/
    config/ 
    controllers/ 
    models/ 
    views/ 
        Partials/
        Actions/
            index/
            etc....
        Layouts/
    lib/ 
        DB/
        Registry/
        etc....
    bootstrap.php
public/
    css/ 
    js/ 
    images/ 
    index.php
    .htaccess
How well it will translate to this project I dunno, think it may be alittle too complex for a relatively simple project.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote