Top "Symfony-2.2" questions

This is the Symfony 2.2.x specific tag.

Access static variable in symfony 2.2 twig

I have a class containing constant options in array form: namespace MyNameSpace; class OptionConstants { /** * Gender options */ public static $GENDER = array( …

static twig symfony-2.2
how to call function of entity repository in form type in symfony2

i want to call function in form type class. function generate array and is written in entity repository class. using …

symfony entity symfony-2.2 formbuilder
Symfony2 demo testing issues

I just installed the last version of phpunit and when I run the demo test with: bin/phpunit src/Acme/…

testing symfony phpunit symfony-2.2
Gedmo\Loggable logs data that doesn't have changed

I'm using Symfony2.2 with StofDoctrineExtensionsBundle (and so Gedmo DoctrineExtensions). I've a simple entity /** * @ORM\Entity * @Gedmo\Loggable * @ORM\Table(name="…

symfony doctrine-orm symfony-2.2 doctrine-extensions stofdoctrineextensions
Aggregate SUM with Doctrine2 and QueryBuilder

in my repository class I have this, but the query is not working. public function getResultsByName($page, $resultsCount, array $request_…

symfony doctrine sum query-builder symfony-2.2
how to overriding fosuserbundle registration form style

I want to use bootstrap style apply in fosuserbundle registration form.and the login cant overriding,but because of registration …

twitter-bootstrap fosuserbundle symfony-2.2
How do I set Entity constructor parameter from a Form Type?

I need to pass a parameter to the constructor of an Entity that is being used in a Form Type. …

symfony symfony-2.2
Symfony2 Sometimes Slow Dev and Production Response Time

I have been working on a new project for work and have been running into a weird issue where my …

symfony symfony-2.2