symfony2 Questions

3

Solved

I'm using Symfony2.2 with StofDoctrineExtensionsBundle (and so Gedmo DoctrineExtensions). I've a simple entity /** * @ORM\Entity * @Gedmo\Loggable * @ORM\Table(name="person") */ class Person {...
Gabbro asked 26/4, 2013 at 9:28

1

Solved

When I try to run the following command from my Symfony2 project root php bin/vendors install I get the following error: Could not open input file: bin/vendors I'm completely new to git and comp...
Fruitless asked 6/10, 2012 at 15:39

1

Solved

I'm trying to add EWZRecaptcha to my registration form. My registration form builder looks something like this: public function buildForm(FormBuilder $builder, array $options) { $builder->add(...
Conquian asked 2/1, 2012 at 23:53

1

Solved

I'm following the directions here: http://symfony.com/doc/2.0/bundles/DoctrineMongoDBBundle/index.html I have installed deps: #deps [doctrine-mongodb] git=http://github.com/doctrine/mongodb.git ...
Burberry asked 2/11, 2011 at 18:13
1

© 2022 - 2024 — McMap. All rights reserved.