codeigniter-base-model icon indicating copy to clipboard operation
codeigniter-base-model copied to clipboard

⛔️DEPRECATED CodeIgniter base CRUD model to remove repetition and increase productivity

Results 103 codeigniter-base-model issues
Sort by recently updated
recently updated
newest added
trafficstars

there should be option to set callbacks from controller all before, after variables are protected we can not set them from controller there should be set_callback function to set before...

I create a model in subfolder , like users/user_model.php, users/role_model.php, and make a belongsTo relationship between them, when I get a user instance, I could not get the role

Hi, I wanted to change the native "delete" returns, so that they return ($this->db->affected_rows() > 0). This way, they return TRUE if anything was deleted, and FALSE if nothing was...