On Jun 8, 2006, at 8:10 AM, Huy wrote: > thanks Ben, I ended up using this. > > However, i am using other methods from the "m" object, like > fetch_component (myghty related) and "m" seems to no longer be in > fashion in the Pylons 0.8.2+. What do you suggest ?
The m object is still the main one you use in 0.8 series including 0.8.2. I'm assuming you're using 0.8.2? There's a more basic 'm' object for backwards compatibility in the 0.9 svn trunk, which will handle doing the majority of things Myghty's m object does when you're in the controller. Usage of 'm' within Myghty templates themselves is unchanged and will continue to be that way as the m object within a Myghty template is fairly integral to how Myghty works. HTH, Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
