I\'m trying to set some conditional statements for nested embedRelation() instances, and can\'t find a way to get any kind of option through to the second embedRelation.
I\'m not really sure I\'m using the good terms, so I\'ll try to explain my problem first. I have a cross-reference table, CompetenceCollab, containing the associations between people and their compet
i\'m trying to join two independent forms (login and register) in the same page. My idea is (just looking at the signin form):
Good day, I have an application written using the Symfony framework.The application works on my development server, where I have shell access.However, I am unable to load my application on my host, a
Is there a way to insert logic based on virtual fields into a Doctrine_Query? I have defined a virtual field in my model, \"getStatus()\" which I would ultimately like to utilize in a Where clause in
Symfony detects if it receives a XmlHttpRequest and automatically turns off your debug bar and layout. However I\'d like 开发者_如何学运维to have the response decorated with a specified layout. Also I
I\'m having trouble selecting a subset of data with doctrine. I have 3 tables Location Contact Contact_location
i have this code: if(sfContext::getInstance()->get(\'form_signin\')){ //... } but im getting this error:
I\'m working with a few custom forms, and one of them isn\'t binding it\'s values on a POST. I\'m using the same logic for each, and only one of them isn\'t working. Here\'s the code:
there is this code below in sfDoctrineGuardPlugin. $a = sfConfig::get(\'app_sf_guard_plugin_success_signin_url\');