12-28-2008, 03:26 AM
|
#19 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
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)
|
|
|
|