I\'ve got a MySQL 5.1.41 database which i\'m trying to fill with doctrine, but doctrine does not insert the relations correctly. My YAML is:
I have a symfony form which have crea开发者_开发问答ted_at and updated_at field for date. But I want to populate this field with default value and not shown when the form shows. So that, the created_a
how to acess user session in sfDoctrineRoute with开发者_如何学JAVA symfony ? var_dump(sfContext::getInstance()->getUser());
I know that the architecture is different in symfony 开发者_开发问答2.0 but im learning 1.4 right now.
Hy, I\'m using jq_link_to_remote function to load in a div a form to do answers to a comment (like in facebook). My problem is that i call this form like that \'social/respond/id/14\'where id content
I work on a Symfony web application which has a standard login form. To allow users to login more easily we want to give them a link which logs them in dire开发者_JAVA百科ctly. I\'ve already build a w
hey, I am a newbie in symfony. I am following this joobet tutorial on symfony-project.com, I am on there day 3 http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03
I am using Symfony 1.3.2 on Ubuntu. I have written a little helper function (statsfoo) that prints out sum开发者_JAVA百科mary statistics about an item.
Am I missing something or should my custom route work with the index.php (or 开发者_StackOverflownothing) instead of frontend_dev.php? I\'m getting a 500 error when I go to the model, and a 404 for th
For my site navigation I\'d like to indicate the current page. If each page in the navigation has its own route i开发者_Python百科s there a way to see if the current request matches the route? Somethi