Ben, Thanks for replying. I've been playing with Pylons for a while and I feel like I'm starting to understand its basics.
I've implemented CeetahController that takes care of Cheetah templates rendering using TurboCheetah. The reason why I didn't follow recommended way (buffet) is that it doesn't allow me to use full power of Cheetah name resolution. If I use buffet, all my template data would have c. as name prefix which makes it impossible to use $name and dont worry whether it's variable or function, defined by template or its superclass. There are few questions I have no aswers to so far. Is there any place to run once-per-thread code in controller context? How do I handle file upload in controller? Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
