Skip to content

An extension of CodeIgniter's base Model class for providing a couple handy methods.

Notifications You must be signed in to change notification settings

phpfour/MY_Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MY_Model

An extension to CodeIgniter's general Model class to assist in writing very small amount of code to do general tasks that are needed in regular application.

Methods

  • findBy($field, $value)
  • findAllBy($field, $value)
  • findAll($conditions, $fields, $order, $start, $limit)
  • find($conditions, $fields, $order)
  • field($conditions, $name, $fields, $order)
  • findCount($conditions)
  • insert($data)
  • update($data, $id)
  • remove($id)

About

An extension of CodeIgniter's base Model class for providing a couple handy methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages