Matthew Weier O'Phinney wrote:

Partials have been on my to-do list for a while now. They actually don't
require any changes on the view level; you can very simply create a new
View object in the helper, setup the environment from the old view
object (minus the variables), assign variables as passed, and then
render the "partial" view. I just need to write good test cases for
them, and determine the syntax for pulling them.

You mean like this: ;)
http://svn.ralphschindler.com/repo/Xend/library/Xend/Layout/ViewHelper/Partial.php

Reply via email to