This is the starter webapp for Comp4711 Tutorial/Lab 5.
Unlike lab 3, this version is fully functional, just feature incomplete.
The project uses a "quotes" database, setup through quotes-setup.sql in the project root.
The homepage displays the most recently added quote, with drill-down to see a specific quote in detail.
The Viewer controller displays all the quotes on file, by default. Each mugshot links to a viewer/quote method call, to display that author's quote.
We will be adding an Admin controller for maintenance of the quotes table.
Fork this project. Clone it locally. Enhance it per tutorial 5.
If you want to run this webapp locally, create a database (for instance "quotes") and import the quotes-setup.sql into it.
Tailor application/config/database.php appropriately.
/application | the obvious |
/assets | CSS, javascript & media |
/data | Author mugshot images |
Assumed: CI system folder is in ../system3
Please see the license agreement
This webapp was written by James Parry, Instructor in Computer Systems Technology at the British Columbia Institute of Technology, and Project Lead for CodeIgniter.
CodeIgniter is a project of B.C.I.T.