I am making a Doctrine query and I have to do a wildcard match in the where clause. How should I escape the variable that I want to insert?
I\'m using Doctrine and want to log all generated SQL queries. I know tha开发者_StackOverflow社区t I could use $q->getSqlQuery() but I don\'t want to do that manually each time.
Is there a way in symfony to get from a doctrine nested set the whole path/route from a s开发者_C百科pecified by id element to the root element in a Doctrine_Collection or array ?I think this should r
I\'m wo开发者_开发百科rking on my first Symfony project with Doctrine, and I\'ve run into a hitch.I\'m trying to express a game with two players.The relationship I want to have is PlayerOne and Player
im using doctrine and need to specify the length of a thread body (datatype开发者_如何学JAVA: blob).
im using symfony with doctrine and zend. i wo开发者_JAVA技巧nder if i wanna validate the user input data, should i use validation from symfony, zend or even doctrine?
Whenever I insert an entity that already exists in the database, I get an error because there is a unique constraint on one of the fields (email).
I have an array of default values that I\'d like to merge with a Doctrine record. I tried using Doctrine\'s merge method but it\'s overwriting existing values with the merge array, even if th开发者_St
I\'m using Symfony 1.4.4 and Doctrine and I need to upload an image on the server. I\'ve done that hundreds of times without any problem but this time something weird happens : instead of the filenam
I\'m using Symfony 1.4 with Doctrine. Sorry if this is a silly question but what exactly does one need to build on top of the sfDoctrineGuardPlugin to get the \"remember me\" functionality working?