Skip to content

bchau93/starter-lab05

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 5 Starter Webapp - Quotes

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.

Intended Usage

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.4%
  • JavaScript 16.7%
  • CSS 2.2%
  • HTML 1.4%
  • ApacheConf 0.3%