|
I have put selected files for db.etree.org here for the public to review and to learn from. Not many of the scripts that run db.etree are here yet, but, as I find time, I'll add more and more.
db.etree.org uses the template objects from phplib and it uses a custom extension to that, db_template, too. Knowledge of how these and the phplib database object work is probably key to understanding the code here. db.etree is structured with a few base directories. html holds all the pages you see, ihtml holds the phplib styled templates...this is where the actual html is. include has 'other' stuff which is included in only a few places. There is also a cache directory to hold cached versions of pages. This code is licensed as follows: db.etree.org Copyright 1999-2008 (c) Tom Anderson You are permitted and encouraged to use this code in your own programs for fun or for profit as you see fit. A simple comment in the code giving credit would be courteous but is not required. Here's the links to the code: html ihtml include cronscripts database Back to db.etree.org |