The script I'm writing for CI right now has the following primary functions
Here's what is done. index, create, editor (95%).
blank won't take much time. Mostly a cut and paste html job.
update won't take much longer. It's a cut and past from create.
Once this script is in place, data from old shows will be inserted into the database.
Then, we can grab player histories for bios and such. Yay.
- blank (feed a blank play list form)
- create (process the form and insert proper data in database)
- update (process the form and update existing show)
- editor (feed a filled in form of some selected show)
- index (feed an index of shows within a specified range)
Here's what is done. index, create, editor (95%).
blank won't take much time. Mostly a cut and paste html job.
update won't take much longer. It's a cut and past from create.
Once this script is in place, data from old shows will be inserted into the database.
Then, we can grab player histories for bios and such. Yay.