I am using the DataMapper ORM in my CodeIgniter project. The problem I am having is, when I use the following codes:
I read the documentation several times. This is table structure: categories: id controller user_id approved enabled_comments
I\'m using the DMZ DataMapper ORM for CodeIgnite开发者_StackOverflowr. I\'m sure it is possible to configure it to connect to multiple databases. I haven\'t found any documentation yet. Has anyone do
I\'m using codeigniter and datamapper to build an API service (on mysql), and part of it involves geolocation - 开发者_如何学Gohowever I can\'t seem to find a workaround to use the point datatype. If
I cannot find the solution in the docs for this simple problem. I want to fetched a set of objects from the database in a specific date range.
I need help on this plz : 2 tables Service : has many Sub_Service Sub_Service : has one Service My code :
I\'ve got a \"steps\" table, with the \"id\" and the text of the step named \"step\".Then I have a \"customers\" table with \"id\" and other customer info.Finally, I have a \"customers_steps\" join ta
I am a newbie user to CodeIgniter and DataMapper. I have a User model and User Group model. Both of this model has an one-to-many relationships. Is there any way I could get user_group_name in User Gr
I am new to Codeigniter and I am thinking about the use of this framework in my new project. I am going to need these two extensions. Before digging into too deep, I wonder if anyone already has exper
I have 2 classes - Students and Gr开发者_开发问答oups with many-to-many relationship. On a student page, I want to show all his details and list all groups he belongs to, delimited by comma.