On Mon, Feb 20, 2012 at 6:57 AM, pipoun <[email protected]> wrote: > I think 1/ is actually quite close to your post "Limited traversal" (which > gave me an example of how to do it).
I'm leaning toward going back to URL dispatch for the use case I showed, because of the issues re generating a URL and needing a generation route anyway. It sounds like we need a tutorial on traversal with SQLAlchemy, one for non-recursive and one for recursive. The wiki tutorial may be suitable for non-recursive, and a stripped-down version of Kotti for recursive. > And finally, he showed me that I could do everything with a view mapper. What is a view mapper and what does it do? According to the glossary, it prepares the view's arguments and modifies its return value? It says it's mainly used by extension builders so I haven't looked further into it. (Look! Here's something for that super-advanced manual we've been talking about. :) > By the way, when looking at the Akhet documentation (latest), the pylons > guide has been moved to the pyramid cookbook, which is not online yet. Where > can I get it otherwise? Do you know if it will be online soon? I'm working on it today, actually. I just finished organizing the cookbook into topic-sections, so I can distribute the material to their appropriate sections. -- Mike Orr <[email protected]> -- 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.
