Model View Controller implementation of a PHP / MySQL poll application
Created this poll application with a Model View Controller framework
Controller is entry point and instantiates Model for DB functions Independent views are invoked in controller
Requires a MySQL database. Set up the parameters for access in model.php (see model/ModelNoAuth.php) Rename ModelNoAuth.php to Model.php See DBSchema.xml for DB table descriptions