Hello,

I want to use the same symfony application for multiple domains. The
layout is all the same and all website have the same elements.
On the frontend I use the $request->getHost() to filter my queries for the
specific domain.

Now the interesting part, I want the same thing for the admin generator.
Only the records the user of that domain may edit should appear in the
list.
I browsed the source code of the generated actions and noticed I could use
the pageGeneratorConfiguration to customize the getFilterDefaults.

Is there a more elegant way to accomplish this?

Thanks in advance!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to