Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in symfony

Symfony2 and Doctrine - Error: Invalid PathExpression. Must be a StateFieldPathExpression

symfony doctrine-orm dql

cascade={"remove"} VS orphanRemoval=true VS ondelete="CASCADE

"Class XXX is not a valid entity or mapped super class" after moving the class in the filesystem

php symfony doctrine-orm

Path of assets in CSS files in Symfony 2

php css symfony assetic

Symfony 2: How do I check if a user is not logged in inside a template?

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? [closed]

php symfony

How can I use break or continue within for loop in Twig template?

php symfony for-loop twig break

Problems with lib-icu dependency when installing Symfony 2.3.x via Composer

php symfony composer-php

Symfony2 : How to get form validation errors after binding the request to the form

symfony

Add more than one parameter in Twig path

symfony twig

Doctrine 2 can't use nullable=false in manyToOne relation?

Automatic post-registration user authentication

php symfony registration

How to sort findAll Doctrine's method?

symfony doctrine-orm

How to get the root dir of the Symfony2 application?

What does the tilde (~) mean in my composer.json file?

symfony syntax composer-php

symfony 2 twig limit the length of the text and put three dots

symfony twig

Is it fine if first response is private with AppCache (Symfony2)?

How to know which version of Symfony I have?

php symfony

How to set default value for form field in Symfony2?

php symfony

How do I get the entity that represents the current user in Symfony2?