On Mon, Mar 19, 2012 at 11:13 AM, Chris McDonough <[email protected]> wrote: > On Mon, 2012-03-19 at 11:04 -0700, Mike Orr wrote: > >> So it sounds like Lukasz is asking for a way to make a view with >> customizable output. I can see a possibility for this if the view is >> written to use "something" that can be overridden. I'm not sure where >> to go from there, or what kind of plugin mechanism would be suitable. >> Can overriding assets be used for more than just static files? Or >> would ZCA be useful in this case (and not overkill)? > > ZCA is probably not really useful here. > > What I think Lukasz is asking for is an example of how to use the > existing include() machinery to include some configuration that > registers one or more views.
Yes, it depends on whether he wants to add views or customize existing views. I thought his "takes something from a database, and displays it in a different way" meant he wants to customize existing views. -- 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.
