doctrine
What is a good PHP framework for migrating an existing app to?
I\'ve recently come on board with a PHP application.There has not been much design put into the app - there is a front controller, however, view, model and controller code is usually mixed together.[详细]
2023-04-13 09:04 分类:问答edit sfForkedDoctrineApplyPlugin user/settings
I wan\'t to edit the user/settings page made by s开发者_StackOverflow中文版fForkedDoctrineApplyPlugin.[详细]
2023-04-12 23:15 分类:问答Symfony sorted model with having request
I have two models : Operation and OperationHistory Operation: columns: startdate:{ type: timestamp, notnull: true }[详细]
2023-04-12 18:43 分类:问答Symfony2 - How to remove the Doctrine Bundle?
I am currently working on a project using Symfony2 and I have no need for the Doctrine Bundle. I have tried to remove it on numerous occasions but I keep getting errors that break the install.[详细]
2023-04-12 11:52 分类:问答Zend get foreign ID from login table
I am using Zend and Doctrine to login using a table containing also a foreign ID to another table. I need to get this ID in order to use it in a Doctrine query (through the controller) to the database[详细]
2023-04-12 05:06 分类:问答How to correctly close an Entity Manager in doctrine
I was having a memory leak problem in a Doctrine2 script that was aparently caused by a piece of code that was supposed to eliminate memory problems.[详细]
2023-04-12 02:39 分类:问答Doctrine2 and magic finders with more fields not working?
Doctrine2 allows you to query using magic finders based on field names. If you have an entity named User you should able to call $repo->findOneByUsernameAndPassword() assuming that the entity has u[详细]
2023-04-11 21:13 分类:问答doctrine 2 - query builder conditional queries... If statements?
My query is doctirne 2.i have a status field in users,private or public.i want to be able to run this query and display all comments[详细]
2023-04-11 20:27 分类:问答Doctrine Inheritance: find all children of a table
I have a question about Table Inheritance in Doctrine. for an example I\'ll use 3 tables: Notification:[详细]
2023-04-11 16:44 分类:问答how to set default value in backend form?
i generated admin in Symfony 1,4. I have there DoctrineChoice. I would like set this list select in action.class.php.[详细]
2023-04-11 16:28 分类:问答