I have a problem during save password on database. I have password field with complex regexp validator (minlenght + special chars + alphanumerics). After send form, password value is checked by valida
Is there a hook in Doctrine \\ Symfony to manually edit queries that are built by Do开发者_如何学Cctrine before they are sent to the database?No there isn\'t... You\'re not supposed to do that in my o
I want to do a somewhat complex query in doctrine, namely an inner join with a subquery with a group_concat.
I use the following code to build my tables from my models: Doctrine::createTablesFromModels(); I\'m just starting out on a new project and it is the first time I\'ve used Doctrine in an applicatio
Is there a convention for naming tables when using Doctrine ORM? I like to name tables with the plural but if there\'s a convention I want to stick to it.
Thi开发者_如何学Cs question is a sort of extension to this question: Perform some cleanup when deleting a record in Symfony/Doctrine
I\'m using Doctrine 1.2 and Symfony 1.4. In my action, I have two different query that return different result set. Somehow the second query seem to change the result (or the reference?) of the first
I\'m trying to create a DQL query with two conditions in a left join. It\'s ok with one condition, but impossible to find the semantic for more conditions. Just below a SQL example about what I\'m try
I have never used any ORM, but the Zend_Db_Table (if you can call it one). I\'d like give it a try with some famous ROM and 开发者_开发知识库I\'ve only heard of these 2 (Propel and Doctrine).
I have a table using Doctrine\'s Searchable behaviour, which works well for single word queries. However I\'ve noticed that when a query includes a space, the page hangs and I can\'t get any response