Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Padraic Brady's Blog:
ZF Blog App - Part 4: Design with Blueprint CSS & Zend_Layout
Apr 30, 2008 @ 15:21:43

Padraic Brady has posted part four today detailing his development process for a piece of blogging software with the Zend Framework. This part focuses on the design stage of the application.

In this article we're going to take a stab at setting up a default blog style, using some filler content, and finally capturing the design with a Zend_View template to be consumed by Zend_Layout as a common HTML Layout for the entire future blog.

He uses the Blueprint CSS framework for his projects, a simple system that helps you lay out pages it a bit more sensible fashion without having to worry about the underlying CSS so much. He shows how to integrate the library into his project and gives some sample HTML to style with it. Then, with a little help from the Zend_Layout component, he splits it up into a layout that can be used over the entire website (code included).

tagged: zendframework blueprint css zendlayout tutorial design template blog

Link:


Trending Topics: