dannyseo517 / starter-caboose

Starter webapp for COMP4711 tutorial/lab 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial 5 Starter Webapp - Caboose

This is the starter webapp for CodeIgniter Tutorial #5.

Unlike an earlier version, 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.

Intended Usage

Fork this project. Clone it locally. Enhance it per the tutorial

Setup

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.

Project Folders

/application the obvious
/assets CSS, javascript & media
/data Author mugshot images

Assumed: CI system folder is in ../system3

License

Please see the license agreement

Resources

Acknowledgement

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.

About

Starter webapp for COMP4711 tutorial/lab 5

License:MIT License


Languages

Language:PHP 79.2%Language:JavaScript 16.9%Language:CSS 2.2%Language:HTML 1.4%Language:ApacheConf 0.3%