├── .gitignore
├── .htaccess
├── .travis.yml
├── README.md
├── application
├── .htaccess
├── cache
│ ├── .htaccess
│ └── index.html
├── config
│ ├── admin
│ │ ├── curriculum_subject.php
│ │ ├── index.html
│ │ └── table.php
│ ├── breadcrumbs.php
│ ├── common
│ │ ├── config.php
│ │ └── user_groups.php
│ ├── constants.php
│ ├── development
│ │ ├── autoload.php
│ │ ├── config.php
│ │ ├── database.php
│ │ └── index.html
│ ├── doctypes.php
│ ├── foreign_chars.php
│ ├── hooks.php
│ ├── index.html
│ ├── ion_auth.php
│ ├── log.php
│ ├── memcached.php
│ ├── migration.php
│ ├── mimes.php
│ ├── pagination.php
│ ├── production
│ │ ├── autoload.php
│ │ ├── config.php
│ │ ├── database.php
│ │ └── index.html
│ ├── profiler.php
│ ├── routes.php
│ ├── smileys.php
│ ├── testing
│ │ ├── autoload.php
│ │ ├── config.php
│ │ ├── database.php
│ │ └── index.html
│ └── user_agents.php
├── controllers
│ ├── Auth.php
│ ├── Courses.php
│ ├── Create_course.php
│ ├── Create_curriculum.php
│ ├── Create_curriculum_subject.php
│ ├── Create_education.php
│ ├── Create_group.php
│ ├── Create_requisite.php
│ ├── Create_room.php
│ ├── Create_student.php
│ ├── Create_student_subject.php
│ ├── Create_subject.php
│ ├── Create_subject_offer.php
│ ├── Create_user.php
│ ├── Curriculums.php
│ ├── Database.php
│ ├── Deactivate.php
│ ├── Edit_group.php
│ ├── Edit_room.php
│ ├── Edit_student.php
│ ├── Edit_subject.php
│ ├── Edit_user.php
│ ├── Educations.php
│ ├── Groups.php
│ ├── Home.php
│ ├── Last_logins.php
│ ├── Log.php
│ ├── Open_enrollment.php
│ ├── Permissions.php
│ ├── Report_info.php
│ ├── Rooms.php
│ ├── Set_curriculum_enable.php
│ ├── Students.php
│ ├── Subject_offers.php
│ ├── Subjects.php
│ ├── Users.php
│ └── index.html
├── core
│ ├── MY_Config.php
│ ├── MY_Controller.php
│ ├── MY_Lang.php
│ ├── MY_Model.php
│ └── index.html
├── helpers
│ ├── MY_date_helper.php
│ ├── MY_form_helper.php
│ ├── MY_html_helper.php
│ ├── MY_inflector_helper.php
│ ├── MY_language_helper.php
│ ├── MY_number_helper.php
│ ├── MY_url_helper.php
│ ├── combobox_helper.php
│ ├── day_helper.php
│ ├── icon_helper.php
│ ├── index.html
│ ├── month_helper.php
│ ├── mymodel_helper.php
│ ├── navigation_helper.php
│ ├── permission_helper.php
│ ├── school_helper.php
│ ├── session_helper.php
│ ├── student_helper.php
│ ├── time_helper.php
│ └── validator_helper.php
├── hooks
│ ├── Check_access.php
│ ├── compress.php
│ └── index.html
├── index.html
├── language
│ ├── cebuano
│ │ ├── auth_lang.php
│ │ ├── auth_lang_1.php
│ │ ├── auth_lang_2.php
│ │ ├── calendar_lang.php
│ │ ├── ci_capstone
│ │ │ ├── ci_breadcrumnd_lang.php
│ │ │ ├── ci_change_language_lang.php
│ │ │ ├── ci_common_lang.php
│ │ │ ├── ci_courses_lang.php
│ │ │ ├── ci_curriculum_lang.php
│ │ │ ├── ci_curriculum_subjects_lang.php
│ │ │ ├── ci_db_lang.php
│ │ │ ├── ci_dean_course_lang.php
│ │ │ ├── ci_educations_lang.php
│ │ │ ├── ci_enroll_subjects_lang.php
│ │ │ ├── ci_enrollment_lang.php
│ │ │ ├── ci_enrollment_status_lang.php
│ │ │ ├── ci_error_lang.php
│ │ │ ├── ci_excel_lang.php
│ │ │ ├── ci_last_login_lang.php
│ │ │ ├── ci_last_logins_lang.php
│ │ │ ├── ci_pagination_lang.php
│ │ │ ├── ci_permission_lang.php
│ │ │ ├── ci_print_lang.php
│ │ │ ├── ci_report_info_lang.php
│ │ │ ├── ci_requisite_lang.php
│ │ │ ├── ci_rooms_lang.php
│ │ │ ├── ci_semester_lang.php
│ │ │ ├── ci_students_lang.php
│ │ │ ├── ci_subject_offers_lang.php
│ │ │ ├── ci_subjects_lang.php
│ │ │ ├── ci_unit_lang.php
│ │ │ └── ci_validation_lang.php
│ │ ├── date_lang.php
│ │ ├── db_lang.php
│ │ ├── email_lang.php
│ │ ├── form_validation_lang.php
│ │ ├── ftp_lang.php
│ │ ├── imglib_lang.php
│ │ ├── index.html
│ │ ├── index_1.html
│ │ ├── ion_auth_lang.php
│ │ ├── migration_lang.php
│ │ ├── number_lang.php
│ │ ├── pagination_lang.php
│ │ ├── profiler_lang.php
│ │ ├── unit_test_lang.php
│ │ └── upload_lang.php
│ ├── english
│ │ ├── auth_lang.php
│ │ ├── ci_capstone
│ │ │ ├── ci_breadcrumnd_lang.php
│ │ │ ├── ci_change_language_lang.php
│ │ │ ├── ci_common_lang.php
│ │ │ ├── ci_courses_lang.php
│ │ │ ├── ci_curriculum_lang.php
│ │ │ ├── ci_curriculum_subjects_lang.php
│ │ │ ├── ci_db_lang.php
│ │ │ ├── ci_dean_course_lang.php
│ │ │ ├── ci_educations_lang.php
│ │ │ ├── ci_enroll_subjects_lang.php
│ │ │ ├── ci_enrollment_lang.php
│ │ │ ├── ci_enrollment_status_lang.php
│ │ │ ├── ci_error_lang.php
│ │ │ ├── ci_excel_lang.php
│ │ │ ├── ci_last_login_lang.php
│ │ │ ├── ci_last_logins_lang.php
│ │ │ ├── ci_pagination_lang.php
│ │ │ ├── ci_permission_lang.php
│ │ │ ├── ci_print_lang.php
│ │ │ ├── ci_report_info_lang.php
│ │ │ ├── ci_requisite_lang.php
│ │ │ ├── ci_rooms_lang.php
│ │ │ ├── ci_semester_lang.php
│ │ │ ├── ci_students_lang.php
│ │ │ ├── ci_subject_offers_lang.php
│ │ │ ├── ci_subjects_lang.php
│ │ │ ├── ci_unit_lang.php
│ │ │ └── ci_validation_lang.php
│ │ ├── ci_ion_auth_lang.php
│ │ ├── index.html
│ │ └── ion_auth_lang.php
│ ├── filipino
│ │ ├── auth_lang.php
│ │ ├── calendar_lang.php
│ │ ├── ci_capstone
│ │ │ ├── ci_breadcrumnd_lang.php
│ │ │ ├── ci_change_language_lang.php
│ │ │ ├── ci_common_lang.php
│ │ │ ├── ci_courses_lang.php
│ │ │ ├── ci_db_lang.php
│ │ │ ├── ci_educations_lang.php
│ │ │ ├── ci_error_lang.php
│ │ │ ├── ci_excel_lang.php
│ │ │ ├── ci_last_login_lang.php
│ │ │ ├── ci_last_logins_lang.php
│ │ │ ├── ci_permission_lang.php
│ │ │ ├── ci_rooms_lang.php
│ │ │ ├── ci_students_lang.php
│ │ │ ├── ci_subject_offers_lang.php
│ │ │ ├── ci_subjects_lang.php
│ │ │ └── ci_validation_lang.php
│ │ ├── date_lang.php
│ │ ├── db_lang.php
│ │ ├── email_lang.php
│ │ ├── form_validation_lang.php
│ │ ├── ftp_lang.php
│ │ ├── imglib_lang.php
│ │ ├── index.html
│ │ ├── ion_auth_lang.php
│ │ ├── migration_lang.php
│ │ ├── number_lang.php
│ │ ├── pagination_lang.php
│ │ ├── profiler_lang.php
│ │ ├── unit_test_lang.php
│ │ └── upload_lang.php
│ └── index.html
├── libraries
│ ├── Age.php
│ ├── Bcrypt.php
│ ├── Breadcrumbs.php
│ ├── Excel.php
│ ├── Ion_auth.php
│ ├── Lib_log.php
│ ├── MY_Form_validation.php
│ ├── MY_Pagination.php
│ ├── MY_Upload.php
│ ├── Pdf.php
│ ├── Permission.php
│ ├── School_id.php
│ ├── Student.php
│ ├── Subject_offer_validation.php
│ └── index.html
├── logs
│ └── index.html
├── migrations
│ ├── 20170205022929_create_ion_auth.php
│ ├── 20170205022930_course.php
│ ├── 20170205022932_logs.php
│ ├── 20170205022940_students.php
│ ├── 20170207202545_subjects.php
│ ├── 20170207202546_subject_offers.php
│ ├── 20170207202547_subject_offer_line.php
│ ├── 20170208133111_students_subjects.php
│ ├── 20170210003726_educations.php
│ ├── 20170210005726_rooms.php
│ ├── 20170210005727_users_last_login.php
│ ├── 20170212005729_enrollments.php
│ ├── 20170214155628_permission.php
│ ├── 20170214195628_controller.php
│ ├── 20170301160830_curriculum.php
│ ├── 20170301160900_curriculum_subjects.php
│ ├── 20170316191619_requisite.php
│ ├── 20170316191620_enrollment_status.php
│ ├── 20170411093534_report_info.php
│ ├── 20170413094649_dean_course.php
│ ├── 20170420215127_alter_user_and_group.php
│ ├── 20170420223732_sample_data.php
│ ├── 20170502190557_unit.php
│ └── index.html
├── models
│ ├── Controller_model.php
│ ├── Course_model.php
│ ├── Curriculum_model.php
│ ├── Curriculum_subject_model.php
│ ├── Dean_course_model.php
│ ├── Education_model.php
│ ├── Enrollment_model.php
│ ├── Enrollment_status_model.php
│ ├── Group_model.php
│ ├── Ion_auth_model.php
│ ├── Log_model.php
│ ├── Permission_model.php
│ ├── Report_info_model.php
│ ├── Requisites_model.php
│ ├── Room_model.php
│ ├── Student_model.php
│ ├── Students_subjects_model.php
│ ├── Subject_model.php
│ ├── Subject_offer_line_model.php
│ ├── Subject_offer_model.php
│ ├── Unit_model.php
│ ├── User_model.php
│ ├── Users_last_login_model.php
│ └── index.html
├── third_party
│ └── index.html
└── views
│ ├── admin
│ ├── _templates
│ │ ├── button_view.php
│ │ ├── create_curriculum_subject
│ │ │ └── form.php
│ │ ├── create_subject_offer
│ │ │ └── conflict_data.php
│ │ ├── curriculums
│ │ │ └── curriculum_information.php
│ │ ├── footer.php
│ │ ├── form.php
│ │ ├── header.php
│ │ ├── home
│ │ │ ├── dashboard_ctrl.php
│ │ │ ├── index.html
│ │ │ ├── student_course_count.php
│ │ │ └── user_count.php
│ │ ├── index.html
│ │ ├── permission
│ │ │ ├── edit.php
│ │ │ └── invalid.php
│ │ ├── search.php
│ │ ├── students
│ │ │ ├── print.php
│ │ │ └── view.php
│ │ └── table.php
│ ├── courses.php
│ ├── create_course.php
│ ├── create_curriculum.php
│ ├── create_curriculum_subject.php
│ ├── create_education.php
│ ├── create_group.php
│ ├── create_requisite.php
│ ├── create_room.php
│ ├── create_student.php
│ ├── create_student_subject.php
│ ├── create_subject.php
│ ├── create_subject_offer.php
│ ├── create_user.php
│ ├── curriculums.php
│ ├── database.php
│ ├── deactivate_user.php
│ ├── edit_group.php
│ ├── edit_room.php
│ ├── edit_student.php
│ ├── edit_user.php
│ ├── educations.php
│ ├── groups.php
│ ├── home.php
│ ├── index.html
│ ├── last_logins.php
│ ├── log.php
│ ├── login.php
│ ├── open_enrollment.php
│ ├── permission.php
│ ├── report_info.php
│ ├── reset_password.php
│ ├── rooms.php
│ ├── students.php
│ ├── subject_offers.php
│ ├── subjects.php
│ └── users.php
│ ├── auth
│ ├── change_password.php
│ ├── create_group.php
│ ├── create_user.php
│ ├── deactivate_user.php
│ ├── edit_group.php
│ ├── edit_user.php
│ ├── email
│ │ ├── activate.tpl.php
│ │ ├── forgot_password.tpl.php
│ │ ├── index.html
│ │ └── new_password.tpl.php
│ ├── forgot_password.php
│ ├── index.html
│ ├── index2.php
│ ├── login.php
│ ├── reset_password.php
│ └── signup.php
│ ├── errors
│ ├── cli
│ │ ├── error_404.php
│ │ ├── error_db.php
│ │ ├── error_exception.php
│ │ ├── error_general.php
│ │ ├── error_php.php
│ │ └── index.html
│ ├── html
│ │ ├── error_404.php
│ │ ├── error_db.php
│ │ ├── error_exception.php
│ │ ├── error_general.php
│ │ ├── error_php.php
│ │ └── index.html
│ └── index.html
│ ├── index.html
│ └── template.php
├── assets
├── custom_ccs
│ └── print_style.css
├── custom_js
│ └── flashdata_fade.js
├── framework
│ ├── bootstrap
│ │ ├── admin
│ │ │ ├── index.html
│ │ │ └── matrix-admin-package
│ │ │ │ ├── css
│ │ │ │ ├── bootstrap-responsive.min.css
│ │ │ │ ├── bootstrap-wysihtml5.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── colorpicker.css
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── font-awesome.css
│ │ │ │ ├── fullcalendar.css
│ │ │ │ ├── jquery.easy-pie-chart.css
│ │ │ │ ├── jquery.gritter.css
│ │ │ │ ├── matrix-login.css
│ │ │ │ ├── matrix-media.css
│ │ │ │ ├── matrix-style.css
│ │ │ │ ├── select2.css
│ │ │ │ └── uniform.css
│ │ │ │ ├── font-awesome
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── css
│ │ │ │ │ └── font-awesome.css
│ │ │ │ ├── font
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ └── fontawesome-webfont.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ └── fontawesome-webfont.woff
│ │ │ │ ├── img
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── breadcrumb.png
│ │ │ │ ├── demo
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── av1.jpg
│ │ │ │ │ ├── av2.jpg
│ │ │ │ │ ├── av3.jpg
│ │ │ │ │ ├── av4.jpg
│ │ │ │ │ ├── av5.jpg
│ │ │ │ │ ├── demo-image1.jpg
│ │ │ │ │ ├── demo-image2.jpg
│ │ │ │ │ ├── demo-image3.jpg
│ │ │ │ │ └── envelope.png
│ │ │ │ ├── gallery
│ │ │ │ │ ├── imgbox1.jpg
│ │ │ │ │ ├── imgbox2.jpg
│ │ │ │ │ ├── imgbox3.jpg
│ │ │ │ │ ├── imgbox4.jpg
│ │ │ │ │ └── imgbox5.jpg
│ │ │ │ ├── glyphicons-halflings-white.png
│ │ │ │ ├── gritter.png
│ │ │ │ ├── hue.png
│ │ │ │ ├── icons
│ │ │ │ │ ├── 16
│ │ │ │ │ │ ├── book.png
│ │ │ │ │ │ ├── cabinet.png
│ │ │ │ │ │ ├── calendar.png
│ │ │ │ │ │ ├── client.png
│ │ │ │ │ │ ├── database.png
│ │ │ │ │ │ ├── download.png
│ │ │ │ │ │ ├── graph.png
│ │ │ │ │ │ ├── home.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ ├── mail.png
│ │ │ │ │ │ ├── pdf.png
│ │ │ │ │ │ ├── people.png
│ │ │ │ │ │ ├── piechart.png
│ │ │ │ │ │ ├── search.png
│ │ │ │ │ │ ├── shopping-bag.png
│ │ │ │ │ │ ├── survey.png
│ │ │ │ │ │ ├── tag.png
│ │ │ │ │ │ ├── user.png
│ │ │ │ │ │ ├── wallet.png
│ │ │ │ │ │ └── web.png
│ │ │ │ │ └── 32
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── book.png
│ │ │ │ │ │ ├── cabinet.png
│ │ │ │ │ │ ├── calendar.png
│ │ │ │ │ │ ├── client.png
│ │ │ │ │ │ ├── dashboard.png
│ │ │ │ │ │ ├── database.png
│ │ │ │ │ │ ├── download.png
│ │ │ │ │ │ ├── graph.png
│ │ │ │ │ │ ├── home.png
│ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ ├── mail.png
│ │ │ │ │ │ ├── pdf.png
│ │ │ │ │ │ ├── people.png
│ │ │ │ │ │ ├── piechart.png
│ │ │ │ │ │ ├── search.png
│ │ │ │ │ │ ├── shopping-bag.png
│ │ │ │ │ │ ├── survey.png
│ │ │ │ │ │ ├── tag.png
│ │ │ │ │ │ ├── user.png
│ │ │ │ │ │ ├── wallet.png
│ │ │ │ │ │ └── web.png
│ │ │ │ ├── larrow.png
│ │ │ │ ├── line.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu-active.png
│ │ │ │ ├── rarrow.png
│ │ │ │ ├── saturation.png
│ │ │ │ ├── select2.png
│ │ │ │ ├── spinner.gif
│ │ │ │ └── sprite.png
│ │ │ │ ├── index.html
│ │ │ │ └── js
│ │ │ │ ├── bootstrap-colorpicker.js
│ │ │ │ ├── bootstrap-datepicker.js
│ │ │ │ ├── bootstrap-wysihtml5.js
│ │ │ │ ├── bootstrap.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── excanvas.min.js
│ │ │ │ ├── fullcalendar.min.js
│ │ │ │ ├── jquery.dataTables.min.js
│ │ │ │ ├── jquery.easy-pie-chart.js
│ │ │ │ ├── jquery.flot.crosshair.js
│ │ │ │ ├── jquery.flot.min.js
│ │ │ │ ├── jquery.flot.pie.js
│ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ ├── jquery.flot.resize.min.js
│ │ │ │ ├── jquery.flot.stack.js
│ │ │ │ ├── jquery.gritter.min.js
│ │ │ │ ├── jquery.min.js
│ │ │ │ ├── jquery.peity.min.js
│ │ │ │ ├── jquery.ui.custom.js
│ │ │ │ ├── jquery.uniform.js
│ │ │ │ ├── jquery.validate.js
│ │ │ │ ├── jquery.wizard.js
│ │ │ │ ├── masked.js
│ │ │ │ ├── matrix.calendar.js
│ │ │ │ ├── matrix.charts.js
│ │ │ │ ├── matrix.chat.js
│ │ │ │ ├── matrix.dashboard.js
│ │ │ │ ├── matrix.form_common.js
│ │ │ │ ├── matrix.form_validation.js
│ │ │ │ ├── matrix.interface.js
│ │ │ │ ├── matrix.js
│ │ │ │ ├── matrix.login.js
│ │ │ │ ├── matrix.popover.js
│ │ │ │ ├── matrix.tables.js
│ │ │ │ ├── matrix.wizard.js
│ │ │ │ ├── select2.min.js
│ │ │ │ └── wysihtml5-0.3.0.js
│ │ └── index.html
│ └── index.html
├── images
│ ├── favicon.ico
│ ├── index.html
│ └── students
│ │ ├── index.html
│ │ └── test
│ │ ├── four.jpg
│ │ ├── index.html
│ │ ├── one.jpg
│ │ ├── three.jpeg
│ │ └── two.jpg
├── index.html
└── libraries
│ └── dompdf
│ ├── CONTRIBUTING.md
│ ├── LICENSE.LGPL
│ ├── README.md
│ ├── VERSION
│ ├── autoload.inc.php
│ ├── composer.json
│ ├── lib
│ ├── Cpdf.php
│ ├── fonts
│ │ ├── Courier-Bold.afm
│ │ ├── Courier-BoldOblique.afm
│ │ ├── Courier-Oblique.afm
│ │ ├── Courier.afm
│ │ ├── DejaVuSans-Bold.ttf
│ │ ├── DejaVuSans-Bold.ufm
│ │ ├── DejaVuSans-BoldOblique.ttf
│ │ ├── DejaVuSans-BoldOblique.ufm
│ │ ├── DejaVuSans-Oblique.ttf
│ │ ├── DejaVuSans-Oblique.ufm
│ │ ├── DejaVuSans.ttf
│ │ ├── DejaVuSans.ufm
│ │ ├── DejaVuSans.ufm.php
│ │ ├── DejaVuSansMono-Bold.ttf
│ │ ├── DejaVuSansMono-Bold.ufm
│ │ ├── DejaVuSansMono-BoldOblique.ttf
│ │ ├── DejaVuSansMono-BoldOblique.ufm
│ │ ├── DejaVuSansMono-Oblique.ttf
│ │ ├── DejaVuSansMono-Oblique.ufm
│ │ ├── DejaVuSansMono.ttf
│ │ ├── DejaVuSansMono.ufm
│ │ ├── DejaVuSerif-Bold.ttf
│ │ ├── DejaVuSerif-Bold.ufm
│ │ ├── DejaVuSerif-BoldItalic.ttf
│ │ ├── DejaVuSerif-BoldItalic.ufm
│ │ ├── DejaVuSerif-Italic.ttf
│ │ ├── DejaVuSerif-Italic.ufm
│ │ ├── DejaVuSerif.ttf
│ │ ├── DejaVuSerif.ufm
│ │ ├── Helvetica-Bold.afm
│ │ ├── Helvetica-BoldOblique.afm
│ │ ├── Helvetica-Oblique.afm
│ │ ├── Helvetica.afm
│ │ ├── Helvetica.afm.php
│ │ ├── Symbol.afm
│ │ ├── Times-Bold.afm
│ │ ├── Times-Bold.afm.php
│ │ ├── Times-BoldItalic.afm
│ │ ├── Times-Italic.afm
│ │ ├── Times-Roman.afm
│ │ ├── Times-Roman.afm.php
│ │ ├── ZapfDingbats.afm
│ │ ├── dompdf_font_family_cache.dist.php
│ │ └── mustRead.html
│ ├── html5lib
│ │ ├── Data.php
│ │ ├── InputStream.php
│ │ ├── Parser.php
│ │ ├── Tokenizer.php
│ │ ├── TreeBuilder.php
│ │ └── named-character-references.ser
│ └── res
│ │ ├── broken_image.png
│ │ └── html.css
│ ├── phpcs.xml
│ └── src
│ ├── Adapter
│ ├── CPDF.php
│ ├── GD.php
│ └── PDFLib.php
│ ├── Autoloader.php
│ ├── Canvas.php
│ ├── CanvasFactory.php
│ ├── Cellmap.php
│ ├── Css
│ ├── AttributeTranslator.php
│ ├── Color.php
│ ├── Style.php
│ └── Stylesheet.php
│ ├── Dompdf.php
│ ├── Exception.php
│ ├── Exception
│ └── ImageException.php
│ ├── FontMetrics.php
│ ├── Frame.php
│ ├── Frame
│ ├── Factory.php
│ ├── FrameList.php
│ ├── FrameListIterator.php
│ ├── FrameTree.php
│ ├── FrameTreeIterator.php
│ └── FrameTreeList.php
│ ├── FrameDecorator
│ ├── AbstractFrameDecorator.php
│ ├── Block.php
│ ├── Image.php
│ ├── Inline.php
│ ├── ListBullet.php
│ ├── ListBulletImage.php
│ ├── NullFrameDecorator.php
│ ├── Page.php
│ ├── Table.php
│ ├── TableCell.php
│ ├── TableRow.php
│ ├── TableRowGroup.php
│ └── Text.php
│ ├── FrameReflower
│ ├── AbstractFrameReflower.php
│ ├── Block.php
│ ├── Image.php
│ ├── Inline.php
│ ├── ListBullet.php
│ ├── NullFrameReflower.php
│ ├── Page.php
│ ├── Table.php
│ ├── TableCell.php
│ ├── TableRow.php
│ ├── TableRowGroup.php
│ └── Text.php
│ ├── Helpers.php
│ ├── Image
│ └── Cache.php
│ ├── JavascriptEmbedder.php
│ ├── LineBox.php
│ ├── Options.php
│ ├── PhpEvaluator.php
│ ├── Positioner
│ ├── Absolute.php
│ ├── AbstractPositioner.php
│ ├── Block.php
│ ├── Fixed.php
│ ├── Inline.php
│ ├── ListBullet.php
│ ├── NullPositioner.php
│ ├── TableCell.php
│ └── TableRow.php
│ ├── Renderer.php
│ └── Renderer
│ ├── AbstractRenderer.php
│ ├── Block.php
│ ├── Image.php
│ ├── Inline.php
│ ├── ListBullet.php
│ ├── TableCell.php
│ ├── TableRowGroup.php
│ └── Text.php
├── composer.json
├── contributing.md
├── index.php
├── license.txt
├── maintanance.php
├── nbproject
├── private
│ └── private.properties
├── project.properties
└── project.xml
├── sample_data
└── ci_capstone.sql
└── system
├── .htaccess
├── core
├── Benchmark.php
├── CodeIgniter.php
├── Common.php
├── Config.php
├── Controller.php
├── Exceptions.php
├── Hooks.php
├── Input.php
├── Lang.php
├── Loader.php
├── Log.php
├── Model.php
├── Output.php
├── Router.php
├── Security.php
├── URI.php
├── Utf8.php
├── compat
│ ├── hash.php
│ ├── index.html
│ ├── mbstring.php
│ ├── password.php
│ └── standard.php
└── index.html
├── database
├── DB.php
├── DB_cache.php
├── DB_driver.php
├── DB_forge.php
├── DB_query_builder.php
├── DB_result.php
├── DB_utility.php
├── drivers
│ ├── cubrid
│ │ ├── cubrid_driver.php
│ │ ├── cubrid_forge.php
│ │ ├── cubrid_result.php
│ │ ├── cubrid_utility.php
│ │ └── index.html
│ ├── ibase
│ │ ├── ibase_driver.php
│ │ ├── ibase_forge.php
│ │ ├── ibase_result.php
│ │ ├── ibase_utility.php
│ │ └── index.html
│ ├── index.html
│ ├── mssql
│ │ ├── index.html
│ │ ├── mssql_driver.php
│ │ ├── mssql_forge.php
│ │ ├── mssql_result.php
│ │ └── mssql_utility.php
│ ├── mysql
│ │ ├── index.html
│ │ ├── mysql_driver.php
│ │ ├── mysql_forge.php
│ │ ├── mysql_result.php
│ │ └── mysql_utility.php
│ ├── mysqli
│ │ ├── index.html
│ │ ├── mysqli_driver.php
│ │ ├── mysqli_forge.php
│ │ ├── mysqli_result.php
│ │ └── mysqli_utility.php
│ ├── oci8
│ │ ├── index.html
│ │ ├── oci8_driver.php
│ │ ├── oci8_forge.php
│ │ ├── oci8_result.php
│ │ └── oci8_utility.php
│ ├── odbc
│ │ ├── index.html
│ │ ├── odbc_driver.php
│ │ ├── odbc_forge.php
│ │ ├── odbc_result.php
│ │ └── odbc_utility.php
│ ├── pdo
│ │ ├── index.html
│ │ ├── pdo_driver.php
│ │ ├── pdo_forge.php
│ │ ├── pdo_result.php
│ │ ├── pdo_utility.php
│ │ └── subdrivers
│ │ │ ├── index.html
│ │ │ ├── pdo_4d_driver.php
│ │ │ ├── pdo_4d_forge.php
│ │ │ ├── pdo_cubrid_driver.php
│ │ │ ├── pdo_cubrid_forge.php
│ │ │ ├── pdo_dblib_driver.php
│ │ │ ├── pdo_dblib_forge.php
│ │ │ ├── pdo_firebird_driver.php
│ │ │ ├── pdo_firebird_forge.php
│ │ │ ├── pdo_ibm_driver.php
│ │ │ ├── pdo_ibm_forge.php
│ │ │ ├── pdo_informix_driver.php
│ │ │ ├── pdo_informix_forge.php
│ │ │ ├── pdo_mysql_driver.php
│ │ │ ├── pdo_mysql_forge.php
│ │ │ ├── pdo_oci_driver.php
│ │ │ ├── pdo_oci_forge.php
│ │ │ ├── pdo_odbc_driver.php
│ │ │ ├── pdo_odbc_forge.php
│ │ │ ├── pdo_pgsql_driver.php
│ │ │ ├── pdo_pgsql_forge.php
│ │ │ ├── pdo_sqlite_driver.php
│ │ │ ├── pdo_sqlite_forge.php
│ │ │ ├── pdo_sqlsrv_driver.php
│ │ │ └── pdo_sqlsrv_forge.php
│ ├── postgre
│ │ ├── index.html
│ │ ├── postgre_driver.php
│ │ ├── postgre_forge.php
│ │ ├── postgre_result.php
│ │ └── postgre_utility.php
│ ├── sqlite
│ │ ├── index.html
│ │ ├── sqlite_driver.php
│ │ ├── sqlite_forge.php
│ │ ├── sqlite_result.php
│ │ └── sqlite_utility.php
│ ├── sqlite3
│ │ ├── index.html
│ │ ├── sqlite3_driver.php
│ │ ├── sqlite3_forge.php
│ │ ├── sqlite3_result.php
│ │ └── sqlite3_utility.php
│ └── sqlsrv
│ │ ├── index.html
│ │ ├── sqlsrv_driver.php
│ │ ├── sqlsrv_forge.php
│ │ ├── sqlsrv_result.php
│ │ └── sqlsrv_utility.php
└── index.html
├── fonts
├── index.html
└── texb.ttf
├── helpers
├── array_helper.php
├── captcha_helper.php
├── cookie_helper.php
├── date_helper.php
├── directory_helper.php
├── download_helper.php
├── email_helper.php
├── file_helper.php
├── form_helper.php
├── html_helper.php
├── index.html
├── inflector_helper.php
├── language_helper.php
├── number_helper.php
├── path_helper.php
├── security_helper.php
├── smiley_helper.php
├── string_helper.php
├── text_helper.php
├── typography_helper.php
├── url_helper.php
└── xml_helper.php
├── index.html
├── language
├── english
│ ├── calendar_lang.php
│ ├── date_lang.php
│ ├── db_lang.php
│ ├── email_lang.php
│ ├── form_validation_lang.php
│ ├── ftp_lang.php
│ ├── imglib_lang.php
│ ├── index.html
│ ├── migration_lang.php
│ ├── number_lang.php
│ ├── pagination_lang.php
│ ├── profiler_lang.php
│ ├── unit_test_lang.php
│ └── upload_lang.php
└── index.html
└── libraries
├── Cache
├── Cache.php
├── drivers
│ ├── Cache_apc.php
│ ├── Cache_dummy.php
│ ├── Cache_file.php
│ ├── Cache_memcached.php
│ ├── Cache_redis.php
│ ├── Cache_wincache.php
│ └── index.html
└── index.html
├── Calendar.php
├── Cart.php
├── Driver.php
├── Email.php
├── Encrypt.php
├── Encryption.php
├── Form_validation.php
├── Ftp.php
├── Image_lib.php
├── Javascript.php
├── Javascript
├── Jquery.php
└── index.html
├── Migration.php
├── Pagination.php
├── Parser.php
├── Profiler.php
├── Session
├── Session.php
├── SessionHandlerInterface.php
├── Session_driver.php
├── drivers
│ ├── Session_database_driver.php
│ ├── Session_files_driver.php
│ ├── Session_memcached_driver.php
│ ├── Session_redis_driver.php
│ └── index.html
└── index.html
├── Table.php
├── Trackback.php
├── Typography.php
├── Unit_test.php
├── Upload.php
├── User_agent.php
├── Xmlrpc.php
├── Xmlrpcs.php
├── Zip.php
└── index.html
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 |
3 | application/cache/*
4 | !application/cache/index.html
5 | !application/cache/.htaccess
6 |
7 | application/logs/*
8 | !application/logs/index.html
9 | !application/logs/.htaccess
10 |
11 | user_guide_src/build/*
12 | user_guide_src/cilexer/build/*
13 | user_guide_src/cilexer/dist/*
14 | user_guide_src/cilexer/pycilexer.egg-info/*
15 | /vendor/
16 |
17 | # IDE Files
18 | #-------------------------
19 | /nbproject/
20 | .idea/*
21 |
22 | ## Sublime Text cache files
23 | *.tmlanguage.cache
24 | *.tmPreferences.cache
25 | *.stTheme.cache
26 | *.sublime-workspace
27 | *.sublime-project
28 |
--------------------------------------------------------------------------------
/.htaccess:
--------------------------------------------------------------------------------
1 | RewriteEngine On
2 | RewriteCond %{REQUEST_FILENAME} !-f
3 | RewriteCond %{REQUEST_FILENAME} !-d
4 | RewriteRule ^(.*)$ index.php/$1 [L]
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: php
2 | php:
3 | - 5.5
4 | - 5.4
5 | - hhvm
6 | script: phpunit Test.php
7 |
8 | branches:
9 | only:
10 | - testing
11 |
12 |
--------------------------------------------------------------------------------
/application/.htaccess:
--------------------------------------------------------------------------------
1 |
Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/config/admin/curriculum_subject.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Directory access is forbidden.
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /application/config/admin/table.php: -------------------------------------------------------------------------------- 1 | '; 7 | $config['table_open_bordered'] = '