With symfony 1, there was a simple built in task for doing deployments via rsync. symfony project:deploy [--go] [--rsync-dir=\"...\"] [--rsync-options[=\"...\"]] server
I\'ve created a small Symfony2-Website (with Symfony PR11) with MongoDB as DB. I could create a form, that use a normal document, but how do I use a document with an embeddedDocument?
This is the route handler for my delete action.It works well as long as the item does not have any associations.
I\'m trying to create my first page in Symfony2 according to this tutorial: http://symfony.com/doc/2.0/book/page_creation.html. Can anyone please tell ho开发者_开发问答w should I run this command:
When I visit my Symfony2 project using app_dev.php, I see my site. When I visit it using app.php, I see the Symfony2 Welcome page that comes up for new projects.
I am trying to start on Symfony2 but ran into a problem right away following the Symfony 2 \"the book\" part \"Creating pag开发者_高级运维es in Symfony 2\":
In Symfony 1.4 I use to include just the needed assets with: apps/myApp/config/view.yml (general assets to be used in every page)
I get the following error message after submitting a form: Controller \"Foo\\ModelBundle\\Controller\\PostController::createAction()\"
I\'m looking to get several sites developed and am wondering whether it will be cheaper overall to get them developed in a framework or in straight PHP.
I had a little but unpleasant problem with symfony2 Field component. For example, I would like to outpu开发者_StackOverflow社区t array of form fields in twig template: