Skip to content

zeshan77/Codeigniter-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it about

This model class outlines the most common functions used in almost evenry codeigniter model. This class contains those common functions and wrapped into a single class to make your models more clean and DRY (Don't Repeat Yourself).

How it can help you

As every model has some common functions, here we've tried to consolidate all those into a single class and use it in any model. Hence you won't need to write same functions again and again.

#Installation Place this MY_Model.php class inside application/core/ and extend MY_Model instead of CI_Model in rest of the models.

Usage

Examples

License

Please see the license agreement

Resources

  • Wiki Please look into the Wiki page for details information.

About

Codeigniter model best practices with examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages