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...
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(...
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.