@jason
What would be the difference between
function testAction() {
[...]
}
and
function testAction() {
[...]
$this->render('test');
}what do I really skip by doing so, and why isn't that done by default ? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/includes-are-slow-wrong-set-include-path-tp2736921p2763908.html Sent from the Zend Framework mailing list archive at Nabble.com.
