reference/yaf/yaf_view_simple/set.xml
73fae4ee51b644b72028e610abefefced57c18ad
...
...
@@ -60,6 +60,7 @@ class IndexController extends Yaf_Controller_Abstract {
60
60
public function indexAction() {
61
61
$this->getView()->foo = "bar"; // same as assign("foo", "bar");
62
62
}
63
+
}
63
64
?>
64
65
]]>
65
66
</programlisting>
66
67