Hi Wikus,

I'm trying to use a single controller for all my functions, including the 
"web/site" controller/function.

Is it not possible?.

Thanks again,

   Carlos


On Tuesday, March 13, 2012 5:19:54 AM UTC-6, Wikus van de Merwe wrote:
>
> What is the purpose of the "demo" version there? Wouldn't it be easier to 
> have a separate "demo" controller?
> You could then simply define the default for the domains as:
>
> routers = dict(
>     BASE = dict(
>         domains = {"domain.com":"app", "demo.domain.com
> ":"app/demo/index"},
>         default_application = 'app', 
> default_controller = 'org',
>  default_function = 'index'
>     )
> )
>
>

Reply via email to