Giter Club home page Giter Club logo

learn-ci-winter2016's Introduction

Learning CodeIgniter Website

This is an unofficial informational website for learning Webapp Development using CodeIgniter.

This webapp is an experiment. If it works well, it will be proposed for integration into the main CodeIgniter site.

Setup

Programming Style

Some of the programming design decisions reflected:

  • The architecture adheres more to the "model-view-adapter" convention, where the view is unaware of the source of data and the model is unaware of how any data might be presented. The controllers are go-betweens.
  • A "theme template" presents the organizing pages for a course, in a visual style consistent with the main CodeIgniter site.
  • A "show template" presents a learning activity as a slideshow suited to presentation or print, using the S5 framework from Eric Meyer.
  • A base controller takes care of assembling finished pages, using the master template.
  • Using the template parser eliminates PHP code from the views, where possible.
  • View fragments are used to style single "records" on their own, improving cohesion.
  • The CodeIgniter framework folder has been moved outside of the webapp, in this case to a "system3" folder at the same hierarchy level as the document root.
  • An ".htaccess" file is incorporated, to configure Apache to remote index.php from any URLs.
  • The site is XML-driven, abstracting as much as possible so that the webapp can be used for other courses. XML was chosen over an RDB because of the rich data structures it can support.

Project Folders

/data XML & figures for learning activities /download reserved /feedback reserved

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.

learn-ci-winter2016's People

Contributors

jim-parry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.