July 8th, 2010
This video outlines a little trick I’ve found immensely helpful in larger applications: managing your css selectively. Luckily, the Zend Framework is built with some great features for handling this case using Zend_View and Zend_Layout. Enjoy!
Grab a copy of the project or browse the repository.
Topics: zend_layout |
Tags: css, zend_layout, zend_view
Posted in zend_layout |
6 Comments »
June 3rd, 2009
This tutorial covers a lot of the basic use cases with Zend_Navigation. Using a uri-based navigation.xml file, we generate a very simple menu system as well as a breadcrumb with some basic information. In the last 3 minutes I cover how to get a Google compliant sitemap from the navigation.xml file. This video is by no means exhaustive, but should get you up and running with Zend_Navigation in the Zend Framework.
Browse the code off google code or download a zip here.
On another note, I’m thinking of putting together a forum as a way of organizing some of the informative discussion I’ve found in the comments section. I know other forums exist so I’d be curious to know if you think zendcasts would benefit from such a thing.
Alternatively, if you have topics you’d like covered and are willing to step up to the mic, I’d love to share your own screencasts with the now over 550 subscribers!
Topics: zend_layout, zend_view |
Tags: breadcrumbs, menu, sitemap, zend_navigation
Posted in zend_layout, zend_view |
98 Comments »
May 29th, 2009
Zendcasts has now moved to 1.8.2! This video covers setting up a Zend Framework perspective in Zend Studio for Eclipse as a well as using Zend_Tool to get a project structure up and running. The second half of the video covers setting up Zend_Layout and a typical Zend MVC structure. Source code is available on Google Code or downloadable here. Enjoy!
Topics: zend_layout, zend_mvc |
Tags: Zend_Tool Bootstrapping MVC Zend_Layout 1.8
Posted in zend_layout, zend_mvc |
19 Comments »
January 7th, 2009
Using zend_layout, a CSS file and doctype will be set through some helpful tools provided in the Zend Framework.
Topics: zend_layout, zend_mvc |
Tags: css, doctype, xhtml, zend_layout
Posted in zend_layout, zend_mvc |
4 Comments »