Skip to content
This repository has been archived by the owner on Sep 15, 2018. It is now read-only.
/ ci-setup Public archive

A web application project setup using CodeIgniter (v3.1.6). Currently v1.4.

Notifications You must be signed in to change notification settings

Arnesfield/ci-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Project Setup

A web application project setup using CodeIgniter (v3.1.6).

Third-party

This setup includes the following third-party tools, fonts, modules, or frameworks:

What's inside?

CodeIgniter's application and system directories are separated from the public directory.

project/
|-- codeigniter/
|   |-- application/
|   |-- system/
|
|-- public/
    |-- assets/
    |   |-- css/
    |   |-- images/
    |   |-- js/
    |
    |-- vendor/
    |   |-- third-party/
    |
    |-- .htaccess
    |-- index.php

Release Notes

v1.4 (latest)

  • Added MY_CRUD_Model in application/core.

v1.3.1

  • Updated CodeIgniter from v3.1.5 to v3.1.6.
  • Updated and fixed codeigniter/.gitignore.

v1.3

  • Allowed multiple views to load in MY_View_Controller
  • Fixed index.php problem in base_url

v1.2

  • Updated MY_View_Controller in application/core
  • Updated dynamic base_url in config/config.php
  • Restricted directory listing in public/.htaccess
  • Removed any route in config/routes.php

v1.1

  • Added custom controller for handling views
  • Renamed codeigniter/app/ to codeigniter/application/
  • Added email.php.example in application/config/

About

A web application project setup using CodeIgniter (v3.1.6). Currently v1.4.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages