On 6/11/08, patrick veach <[EMAIL PROTECTED]> wrote:
>
> Hola!
>
> Since we are routing output through the response object, it makes zend view
> filters feasible.
> The idea is to attach a filter(s) to a named segment of the response object
> and then, when the
> response object "renders" to the view, it first runs the contents of the
> named segments through a filter.
> or possibly a filter chain on its way to the view object.
>
> $view->myFilter('response_segment');
>
> or maybe filters could be set by a viewHelper:
>
> $view-->setFilter('response_segment', 'filter_name');
>
> It may be possible to do this without changing the response object
> by using a view helper to set the filters and plugins to render the named
> segments.
> Or, perhaps a more integrated method may be used. We already have
> /views/filters directory.
>
> Anybody have thoughts on this issue?
So... You first add some stuff to the view to filter it out later on? Why
not make sure it doesn't end up there immediately?
Adios.
>
> *quetzequatl*
>
--
Vincent