Firstly, I would like to just it out there that I am an ORM noob. I\'ve never used an ORM in my life and have reached a point in my day-to-day developing that I need to do some crazy advanced relation
I am new to CodeIgniter, and I need a way to get more meaningful error messages. Specifically I am having trouble with some model relationships, but the error is vague. I am willing to try/install any
So I\'m using the following: $r = new Record(); $r->select(\'ip, count(*) as ipcount\'); $r->group_by(\'ip\');
I created a database for a site i\'m doing using Django as the admin backend.However because the server where the site is hosted on, won\'t be able to support Python, I find myself needing to do the f
I have the following relationship CType has many Field Field has many Ctype and of course the tables used are fields, ctypes, and ctypes_fields.