Hi Marko, On 13 Jan 2010, at 15:36, Marko78 wrote: > Is there some way to check if some view script (template file) exists?
Yes. You could use is_readable() in conjunction with Zend_View::getScriptPaths() http://uk2.php.net/is_readable http://framework.zend.com/manual/en/zend.view.html#zend.view.introduction.accessors HTH Carlton
