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
#2

Well done! I already use eloquent, but this looks clean from a glimpse
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply
#3

hi, nice work.
NexoPOS 2.6.2 available on CodeCanyon.
Reply
#4

thank you guys... help it helps someone else.
Reply
#5

Someone else ? i don't understand
NexoPOS 2.6.2 available on CodeCanyon.
Reply
#6

(03-31-2016, 09:19 AM)Blair2004 Wrote: Someone else ? i don't understand

I meant since I'm already using it.....I hope someone else apart from me finds it useful.
Reply
#7

I should try using this ORM. Thanks
Keep calm.
Reply
#8

(04-01-2016, 02:51 AM)arma7x Wrote: I should try using this ORM. Thanks

Please let me know how you find it . Thank you.
Reply
#9

Please also report any issues on github.com so i can work on them..
Reply




Theme © iAndrew 2016 - Forum software by © MyBB