Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 374 Bytes

File metadata and controls

14 lines (10 loc) · 374 Bytes

CodeIgniterLibrarySamples

Sample libraries for CodeIgniter

MY_Input.php

Extending the CI_Input class to work with the FILES array

MY_Loader.php

Extending the CI_Loader class to use TWIG templates

MY_Loader_SSL.php

Extending the CI_Loader class to work with SSL certificates

MY_Model.php

Extension CI_Model to extend useful database manipulation functions