doctrine
Why am I getting the error "Class PDO not found" in this situation?
I am getting the following error even though I have PDO installed and included in my php.ini. What could I be possibly missing? I am using doctrine and codeigniter[详细]
2023-04-04 18:50 分类:问答How can I write a DQL for these entities?
I have entities 开发者_如何学Goseen as DB screenshot: You can see the screenshot here-> http://imageshack.us/photo/my-images/830/asdsasda.jpg/[详细]
2023-04-04 18:14 分类:问答make a weak relationship using doctrine and symfony
what im trying to do is a weak relationship between my User table and my Confirmation table, being Confirmation weak of User. To represent it, my schema is as follows:[详细]
2023-04-04 16:50 分类:问答How to create a JavaScript date object from a JSON store?
I have following JSON respon开发者_JAVA百科se created by Doctrine 2 as a datetime entity in server-side and encoded as JSON by zend framework`s Zend_Json::encode($stores) method:[详细]
2023-04-04 15:38 分类:问答Retrieve database names / dsn info from symfony / doctrine databases.yml
I have a complex data structure that means I have not been able to fully use relationships defined in schema.yml for my model.[详细]
2023-04-04 14:38 分类:问答Internationalize content best practices for using utf8_encode() (php function)
In order for website to accept user submitted content which may not be in English (e.g. Japanese) and save it to the database, is it in my best interest to utf8_encode all new content, and user utf8_d[详细]
2023-04-04 11:04 分类:问答Making 2 admin modules for the same model in symfony 1.4
I want to ask how to make 2 admin modules fo开发者_开发百科r the same model I have a model called client. and I made an admin module for it with the name of client[详细]
2023-04-04 09:28 分类:问答Symfony backend: specific test on field before insert
am using the symfony\'s admin generator, in the \"new\" interface, i have on开发者_运维百科e specific field that i want to test before insert into database, and if it doesn\'t pass i return the user t[详细]
2023-04-04 06:28 分类:问答doctrine2 - use custom query getter
I\'m using Symfony2 and Doctrine2. How would I go about using a different query for a get method? (poorly worded, let me explain)[详细]
2023-04-04 06:26 分类:问答Doctrine 2 and "unknown column in "ON clause"
I am currently working in a project that is using Doctrine 2 with ZF. So far so good. However I have a problem that looks like a bug.[详细]
2023-04-04 06:16 分类:问答