This post originated from an RSS feed registered with PHP Buzz
by Paul M Jones.
Original Post: The Stenhouse CSS Framework and Solar
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
Solar comes with a reference application, Solar_App_Bookmarks. As I outlined in an earlier post about views and layouts in Solar, the bookmarks application is extended from Solar_App_Base. The Base package holds all the layouts, and those layouts are what I want to talk about in this entry.
The Stenhouse CSS Framework
Solar_App_Base comes packaged with [...]