Hello all,
Lately, I have been browsing the net looking for good articles on site architecture using php, I have found a few (some on this site) some of which were of good use. I now have my database abstraction layer, html library and data access libraries charted out (abstraction layer complete) and I am now trying to find the best way to create actual filesystem layout and templating system.
I would love to find an actual working, visual example to get me on my way. This is how i see my site taking shape, feel free to comment:
Operating System: RedHat Linux 6.2
Database: MySQL (Newest release)
Programming Language: PHP 4.0
Hardware: pIII dual 700 scsi..
file structure:
/lib
config.php - (url, colors ... etc)
db.php - database abstraction layer
html.php - common html functions
daccess.php - data access functions
/html
index.php
/images
image1.gif
Help!