A Capstone project (Enrollment System) made by using CodeIgniter.
| Platform | Framework |
|---|---|
| PHP Framework | CodeIgniter 3.1.5. |
| Admin UI Framework | matrix-admin Bootstrap. |
| Name | Repository |
|---|---|
| Login Authentication | CodeIgniter-Ion-Auth. |
| Migration Authentication | codeigniter-ion-auth-migration. |
| Error Log | CodeIgniter-Log-Library. |
| Excel Export | Codeigniter-Excel-Export. |
| Core My_Model | CodeIgniter-MY_Model. |
| Translator | codeigniter3-translations. |
-
Create first a database named
ci_capstone. -
then just run/execute the website,
tablesindatabasewill automatically migrate. -
OR you can just import in database a sample data from
sample_data/ci_capstone.sql. -
then if you just/want to rename the folder name, you will be required to set/modify the base url as the same of name of your new folder name.
-
Use PHP <= 7.0 to be working as expected.
| Username | Password |
|---|---|
| administrator | mypasswordisadmin1 |
-Updated overview over the Admin Panel

- compress html, for fast rendering page in live server
- csrf_protection is enabled (set to TRUE), for prevent malicious/unnecessary behavior in submitting forms
- errors log save to database,then not directly seen in browsers,
- compress html disabled, for easy monitoring html output (easy debugging)
- csrf_protection is disabled (set to FALSE), for easy submitting forms, for testing in big forms
- errors log disabled, directly prompt in browser,
- database set to localhost
- all is this set up in application/config/{ENVIRONMENT_FOLDER_NAMES}/config.php