CodeIgniter 2.20, HMVC, Base-Model, BootStrap 3.2, IonAuth +, Template
It's a fully functional application that have the following features:
- CodeIgniter 2.20 with HMVC
- It is styled with BootStrap 3.20
- It having IonAuth working as a HMVC
- It has a role base as well as the group, so you can test if the user is
in_group()
or you can usehas_role()
- It also have a database driven navigation as well as sorting and managing the navigation
- It also have a site preferences
- Language, css, js, images, etc... can be module base if needed
- Uses the Base-Model
- Finally it uses the Template
- 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.
- Copy all the folder to your server
- Create a database in your local (server)
- Open the database.php file and change it with the information
- point in your browser to your domain by going to
http://yourdomain/migrate/latest
- Once it's done, then point to your domain by going to
http://yourdomain/
- 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)