arnoldtaw / BotFactory-AM

COMP4711 Assignment 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIgniter3.1-starter3

This project can be used as a starter for a webapp built with CodeIgniter 3.1.

This starter builds on CodeIgniter3.1-starter2, adding a base model with CRUD methods.

controllers/Welcome.php has been modified to set the name of the desired view file as a data parameter, and to then invoke the inherited render method to trigger presentation.

A view template is provided. The CSS has been extracted to an appropriate file in the public folder. Styling could be improved by using a CSS framework, like Bootstrap.

The application/config/autoload.php configuration has been modified to preload the template parser library and the url helper.

Configure your web server or virtual host so that your project's document root maps to this public folder inside your project.

About

COMP4711 Assignment 1

License:MIT License


Languages

Language:PHP 99.6%Language:HTML 0.3%Language:CSS 0.1%Language:ApacheConf 0.0%