Top "Sonata" questions

The Sonata Project is an open source set of bundles which are built on top of Symfony2.

Symfony 2 Get original data of entity from entity manager

I am using Sonata admin bundle for my application all works well,In my application i have users and admin,…

php symfony doctrine-orm sonata-admin sonata
How to properly configure 'sonata_type_collection' field in Sonata Admin

In a nutshell: When I am using 'sonata_type_collection' in OneToMany relationship I have to specify the other side …

symfony sonata-admin symfony-sonata sonata
Handling multiple file uploads in Sonata Admin Bundle

So, after research a lot and get no results (maybe I'm a bad searcher) I coming from this topics: SonataAdmin …

php symfony sonata-admin sonata sonata-media-bundle
Symfony Sonata Media Bundle add images/videos to a user

I am trying to integrate Sonata Media Bundle in my project. The problem is, that i don't understand how the …

php symfony sonata sonata-media-bundle
Symfony doctrine auto_mapping Unrecognized

I have added SonataUserBundle and it is giving error config.yml doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" naming_…

php symfony doctrine-orm doctrine sonata
sonata sonata_type_collection display table

I have two entities: "Event" and "EventImage". One event can have multiple images. This is the relationship defined on the …

symfony sonata-admin sonata sonata-media-bundle
Sonata Admin Custom list field template contains link to admin edit object

I have an admin class of an object of class Car. This object is in relation with Person or Organisation. …

symfony sonata