Skip to content

CodeIgniter 2.20, HMVC, Base-Model, BootStrap 3.2, IonAuth +, Template

Notifications You must be signed in to change notification settings

Ihabafia/CodeIgniter-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter-Plus

CodeIgniter 2.20, HMVC, Base-Model, BootStrap 3.2, IonAuth +, Template


It's a fully functional application that have the following features:

  1. CodeIgniter 2.20 with HMVC
  2. It is styled with BootStrap 3.20
  3. It having IonAuth working as a HMVC
  4. It has a role base as well as the group, so you can test if the user is in_group() or you can use has_role()
  5. It also have a database driven navigation as well as sorting and managing the navigation
  6. It also have a site preferences
  7. Language, css, js, images, etc... can be module base if needed
  8. Uses the Base-Model
  9. Finally it uses the Template
  10. The roles are database driven and you can use a single role or a crud roles, for example you can create:
  • "can_do_this" as a role or
  • "testing" role as a group of roles, and it will automatically create 4 roles: create_testing, update_testing, read_testing and delete_testing.

=== Installation

  1. Copy all the folder to your server
  2. Create a database in your local (server)
  3. Open the database.php file and change it with the information
  4. point in your browser to your domain by going to http://yourdomain/migrate/latest
  5. Once it's done, then point to your domain by going to http://yourdomain/
  6. Make sure to delete the migrate.php in the application/controllers/migrate.php to avoid some one play with your database especially if you are installing it on a live site
  • Username: administrator
  • Password: password

if you have any suggestions to be added to this app, you are welcome to ask.


Credits:


A demo can be watched at YouTube (Coming Soon)

About

CodeIgniter 2.20, HMVC, Base-Model, BootStrap 3.2, IonAuth +, Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published