Test Zend Layout


/ Published in: PHP
Save to your folder(s)

This is an easy way to Instantiate and check layouts within a ZendFramework


Copy this code and paste it in your HTML
  1. $layout = Zend_Layout::getMvcInstance();
  2. die($layout->getLayout());

Report this snippet


Comments


You need to login to view comments.