Welcome Guest, Not a member yet? Register   Sign In
A better CodeIgniter ORM
#1

(This post was last modified: 03-26-2016, 02:31 PM by eddmash.)

I created this project because i required a lightweight easy to use ORM that i could use in my CodeIgniter projects with the least amount of configuration . sort of plug and play if you will. while at the same time reducing repetition and providing a consistent way to deal with databases.

That is, 
  • i wanted to avoid the repetitive actions of creating migration files i.e generate migrations automatically, 
  • creating query method to query the database and also 
  • wanted to be able to see all my database table fields on my models without me going to the database tables themselves and use this fields to interact with the database.
If you like it, help me make it better find it here

A very simple but effective codeignter orm
Reply


Messages In This Thread
A better CodeIgniter ORM - by eddmash - 03-26-2016, 09:20 AM
RE: A better CodeIgniter ORM - by albertleao - 03-30-2016, 12:23 PM
RE: A better CodeIgniter ORM - by Blair2004 - 03-30-2016, 02:51 PM
RE: A better CodeIgniter ORM - by eddmash - 03-31-2016, 04:21 AM
RE: A better CodeIgniter ORM - by Blair2004 - 03-31-2016, 09:19 AM
RE: A better CodeIgniter ORM - by eddmash - 03-31-2016, 11:29 PM
RE: A better CodeIgniter ORM - by arma7x - 04-01-2016, 02:51 AM
RE: A better CodeIgniter ORM - by eddmash - 06-29-2016, 09:07 PM
RE: A better CodeIgniter ORM - by eddmash - 06-29-2016, 09:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB