JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
major updates to db.php, added session.php, run.php uses file_run.php
authorJason Woofenden <jason183@herkamire.com>
Sun, 31 Dec 2006 09:26:32 +0000 (04:26 -0500)
committerJason Woofenden <jason183@herkamire.com>
Sun, 31 Dec 2006 09:26:32 +0000 (04:26 -0500)
commit6efe0372c5d3b2db723ada811917b6a52f13130b
treee2c368b3ced37f3cf09c26bdb701b2ff1c61850b
parent68b1b4aa2b9362df65a2f57d06634aedd85aa65d
major updates to db.php, added session.php, run.php uses file_run.php
added db_delete(), db_update(), db_auto_id(), db_replace()
fixed lots of places in db.php where it wasn't passing the mysql link identifier
added redirect() to http.php
run.php now calls file_run() (so you define a function in your file that matches the basename)
   and you can return another basename, and run.php will do that one
session.php uses session cookies (cookies that dissapear when the browser is closed) sessions also expire from the db at a given time
db.php
file_run.php [new file with mode: 0644]
http.php
metaform/template.html
run.php
session.php [new file with mode: 0644]