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

I'm trying to use the built in Relationship features, and it's not letting me use my own name when doing a join. E.G public $belongs_to = array('owner' => array('model' =>...

Lets you customize the error messages using a array in extended model. The sintaxe is protected $validate_messages = array( array( 'rule'=> 'required', 'message' => '{field} is required. Please insert de...

Add getter for the primary_key

Can you please please see this question on stackoverflow ? https://stackoverflow.com/questions/30320540/my-model-jamierumbelow/30320689#30320689

Hi, I'm currently testing your model and it does a great job. :-) However, there is something I don't understand : it seems that we cannot retrieve fields value after...

eliminating problems from unspecified deleted status (NULL) (unable to get / get all the records) when the "deleted" key is not specified.

Are there any plans on upgrading this quite useful model to CodeIgniter 3.0? That would very much be appreciated. /Anders

(Codeigniter 3.x) ...this is because the Form Validation library runs prep functions (like trim(), strtolower() ... etc) on the $_POST array values. Fix: Re-populate the $data array with the $_POST...

NULL is a case-insensitive constant, so this doesn't affect the functionality of anything. Just tidying up appearances (was "NULl")

As far as I could verify, there is no way to get sorted (ordered) elements by a certain relationship key. Please let me know if I'm wrong or if there...