[symfony-users] Re: Dynamic Theme Creation

2008-11-09 Thread Mohammad Asif Ali
Thanks James I look forward to see few more suggestions from expert symfonians. Thanks again :-) -Asif On Nov 9, 1:19 pm, James <[EMAIL PROTECTED]> wrote: > This is how I did it in 1.0 > > First I created a filter I called it. domainWatchFilter.class.php > It's job is to get the host name re

[symfony-users] Re: Dynamic Theme Creation

2008-11-09 Thread James
This is how I did it in 1.0 First I created a filter I called it. domainWatchFilter.class.php It's job is to get the host name requested, and check the database and get the database site id information. The theme id is them put in a constant for later use. Then I override the view. with