Author Topic: Dynamic list show in index page by zend framework code  (Read 812 times)

0 Members and 1 Guest are viewing this topic.

Offline amarbhanuTopic starter

  • Irregular
  • Posts: 1
    • View Profile
Dynamic list show in index page by zend framework code
« on: October 08, 2009, 03:22:16 AM »
i did successfully code in zend framework for menu based open a page but when i want to some content like dynamic list display in sidebar then create a problem. layout.php page call index.tpl.php page by code <?=$this->layout()->content ?> of layout.php but i can't understand how to call sidebar.tpl.php page. i am new for zend framework so help me....

and suggest me dynamic content flow in index page...