This is the Symfony 2.2.x specific tag.
I have a class containing constant options in array form: namespace MyNameSpace; class OptionConstants { /** * Gender options */ public static $GENDER = array( …
static twig symfony-2.2i want to call function in form type class. function generate array and is written in entity repository class. using …
symfony entity symfony-2.2 formbuilderI just installed the last version of phpunit and when I run the demo test with: bin/phpunit src/Acme/…
testing symfony phpunit symfony-2.2I'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 stofdoctrineextensionsin 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.2I want to use bootstrap style apply in fosuserbundle registration form.and the login cant overriding,but because of registration …
twitter-bootstrap fosuserbundle symfony-2.2I need to pass a parameter to the constructor of an Entity that is being used in a Form Type. …
symfony symfony-2.2I have been working on a new project for work and have been running into a weird issue where my …
symfony symfony-2.2