reference/yaf/yaf_view_simple/clear.xml
73fae4ee51b644b72028e610abefefced57c18ad
...
...
@@ -54,6 +54,7 @@ class IndexController extends Yaf_Controller_Abstract {
54
54
$this->getView()->clear("foo")->clear("bar"); // clear "foo" and "bar"
55
55
$this->_view->clear(); //clear all assigned variables
56
56
}
57
+
}
57
58
?>
58
59
]]>
59
60
</programlisting>
60
61