Run the below command in terminal:
wget --no-cache -O - https://gist.github.com/EmpireWorld/737fbb9f403d4dd66dee1364d866ba7e/raw/install-lamp.sh | bash
<?php | |
/** | |
* A base model with a series of CRUD functions (powered by CI's query builder), | |
* validation-in-model support, event callbacks and more. | |
* | |
* @link http://github.com/jamierumbelow/codeigniter-base-model | |
* @copyright Copyright (c) 2012, Jamie Rumbelow <http://jamierumbelow.net> | |
*/ | |
class MY_Model extends CI_Model |