Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Starter for a CodeIgniter 3.1 webapp, with base controller & templating

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt
Notifications You must be signed in to change notification settings

jedi-academy/CodeIgniter3.1-starter2

Repository files navigation

CodeIgniter3.1-starter2

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

This starter builds on CodeIgniter3.1-starter1, adding a base controller with view templating.

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

Starter for a CodeIgniter 3.1 webapp, with base controller & templating

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages