Zend Framework Action: Including Header and FooterTag: framework, zend, zend framework, view, MVC, action, header, footer Category: PHP Frameworkpost: 11 Apr 2008 read: 1,426 Zend Framework Action Step By Step Tutorial - Part 5: Last posting from this series, we talk about how to include header and footer for template. I know, may be this is not any relation with Zend Framework Action, but, may be this knowledge become useful for you to build web site now. Create a file named "header.phtml" within views/scripts/user. Enter following code:
Now, create a file named "footer.phtml" within views/scripts/user. Enter following code:
Last, update "name.phtml" within views/scripts/user with this:
Now, try to point your browser to http://localhost/test/zend/helloworld/web_root/user/ name/username/wiwit/gender/man
| ||
| | Give Your Opinion | Recommend |
|

