On 5/25/07, voltron <[EMAIL PROTECTED]> wrote:
> Is it possible to nest classes in a controller class?

Routes knows how to look at a URL and try to figure out the matching
controller module -> controller class -> method name.  If you deviate
from this too much, you will probably not find joy.  Of course, once
you're inside the controller, you can do whatever you want, including
call local classes.

> A way to use
> subclassed contollers would interest me too

One controller class can subclass another.  No prob.  Is that what
you're asking?

Best Regards,
-jj

-- 
http://jjinux.blogspot.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to