codeigniter-datamapper
Cannot get DataMapper to work in CodeIgniter
I\'m trying to implement an ORM in a CodeIgniter application, but cannot get it to work. To start I\'m just trying to instantiate a simple test model:[详细]
2023-04-13 04:47 分类:问答Encrypt password custom rule in DataMapper and Codeigniter
I am using Codeigniter 2.0.3 with DataMapper ORM 1.6.0. Integration DataMapper in CI has been implemented successfully and everything works fine, except password encryption.[详细]
2023-04-12 22:27 分类:问答routing Codeigniter with HMVC
I\'m using Codeigniter in combination with Datamapper and HMVC. see folder structure: -application -controllers[详细]
2023-04-10 15:14 分类:问答Codeigniter/Datamapper "where_related" causing too many queries
I have a many-to-many mapping between profiles and categories.This query: $profiles = new Profile(); $profiles->where(\'foobar_flag\',1);[详细]
2023-04-08 15:42 分类:问答Codeigniter Datamapper order by relation
Good afternoon, I am using Datamapper Overzealous Edition for Codeigniter to build a football league website. All of my fixtures are stored within a database table with the following format:[详细]
2023-04-04 09:19 分类:问答CodeIgniter Database connection on runtime
I\'m still having troubles with manually connection to a database on runtime. I open a new question becuase didn\'t find the answer yet.[详细]
2023-04-01 15:11 分类:问答Can I rollback a transaction after commiting it with Datamapper/Codeigniter?
Is it possible to ro开发者_如何学Cllback a transaction after it has been commited? I ask this because in the Datamapper documentation i see the trans_begin() method, but i didn\'t find the trans_end([详细]
2023-03-31 05:30 分类:问答problem with advanced relationship using codeigniter and datamapper
i have three tables customer, order and user - user is the login table and customer holds address info and so on.[详细]
2023-03-30 19:39 分类:问答Saving multiple new relations with validation (Codeigniter/DataMapper)
I am building an application with codeigniter that involves adding a \"carer\" with multiple telephone numbers to a database. From the UI side of things, there is an add button next to each telephone[详细]
2023-03-24 05:04 分类:问答Check if one object is related to another with Datamapper
Using Codeigniter and Datamapper: I have 2 tables: tags and clients. Clients can have many tags, tags can have many clients. I am using a separate join table to save the relationships.[详细]
2023-03-24 03:53 分类:问答