Tagged Questions
0
votes
0answers
77 views
Fill a list box in edit case in symfony2.0
public function buildForm(FormBuilder $builder, array $options) {
$builder
->add('name')
->add('description')
->add('parentid', 'entity', ...
1
vote
2answers
591 views
What version of doctrine-mongodb-odm should I use with Symfony2 v2.0.12?
After some trial and error (ok, just error) I figured out that c089b69c3d contained something that broke my code, causing
Fatal error: Interface 'Doctrine\Common\Persistence\Proxy' not found
but ...
0
votes
2answers
525 views
Configuring MongoDB + doctrine in Symfony
I was trying to install MongoDB doctrine bundle as written in here
But when I ran the command
$ php bin/vendors install
It throws up the following error:
Fatal error: Call to undefined ...