If we want to use $this->render() method to pass the contents of an existing
html file into current location  of the view script file. For example we use
<?= $this->render('AdditionalEndovascPrc.phtml') ?> inside edit.phtml file,
the AdditionalEndovascPro.phtml script file has to locate in the
views/scripts directory. Actually the AdditionalEndovascPrc.phtml should
logically located inside the main subdirectory of
views/scripts(views/scripts/main). Try to use <?=
$this->render('./main/AdditionalEndovascPrc.phtml') ?> to  locate it from
main subdirectory, it does not work. Is there any way to find a solution to
relocate this file to the main subdirectory?

-- 
View this message in context: 
http://www.nabble.com/using-render-in-the-html-script-file-tf4589611s16154.html#a13101190
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to