MySQL q's are now prepared. Added includes/cms.php
authorDylan Lloyd <dylan@psu.edu>
Thu, 24 Feb 2011 01:02:10 +0000 (20:02 -0500)
committerDylan Lloyd <dylan@psu.edu>
Thu, 24 Feb 2011 01:11:24 +0000 (20:11 -0500)
All MySQL queries from $_GET are now prepared. This logic has been placed in `$this->query($sql, $data_types, $dirty_data, $dirty_data...)`.

Projects are now also handled by includes/cms.php.

I still don't feel as though the code is entirely DRY, and the object schema still feels somewhat procedural.

The publish_* scripts need to be updated or gotten rid of for a nice interface.

The date_posted storage needs to be switched to datetime, that was a silly decision to start with.


No differences found