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

RSS Icon Subscribe to comments

You need to login to post a comment.