Categories
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- July 2007
- June 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
Monthly Archives: July 2007
Solar: From Blog to Docs
Quick note: the blog entries of the past few days have been converted to manual entries at the Solar website. Views and Layouts Using HTTP Sending Mail The translation went pretty quickly, because I wrote the original blog entries using … Continue reading
Posted in PHP, Solar
2 Comments
The Stenhouse CSS Framework and Solar
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 … Continue reading
Posted in PHP, Solar
3 Comments
Sending Mail with Solar
The recent release of Solar has new mailing components; click through to read more about how to use them, and how you can use the config file to automatically configure your SMTP and mail-transport dependency injections. Continue reading
Posted in PHP, Solar
5 Comments
Brief Intro to Solar_Http_Request and Response
As I noted in an earlier post, Solar how has classes to represent simple HTTP requests and responses. Solar_Http_Request The Solar_Http_Request class represents a standalone HTTP request (i.e., it’s not an HTTP client, just a request). It uses adapters, so … Continue reading
Posted in PHP, Solar
3 Comments
Testivus (for the Rest of Us) and the Testing Gene
The esteemed Sebastian Bergmann, author of PhpUnit, makes a great comment in my earlier post on testing and ravioli code. In the comment, he links to the Testivus Manifestivus from Alberto Savoia, which is about as non-dogmatic about testing as … Continue reading
Posted in PHP
3 Comments
TDD, Test-First, and Ravioli Code
Do TDD and test-first dogmatism lead to ravioli code? I tend to think so, but you be the judge. Continue reading
Posted in PHP
30 Comments
Speaking at PHP Works 2007
I got stiff-armed for ZendCon 2007 (apparently they don’t want presentations on competing frameworks ;-). However, the PHP Architect folks graciously accepted two of my talk proposals for php|works 2007 in Atlanta: Organizing Your PHP Projects, an updated version of … Continue reading
Posted in PHP
3 Comments
Solar 0.28 Alpha Released
Last Friday I released Solar 0.28 alpha. (As usual, the guys on the mailing list got notification of this on the same day.) This is the first release in four months. The last time I delayed so long between releases … Continue reading
Solar Views and Layouts
Looks like the Zend Framework project doesn’t have “complex views” settled just yet. I’m sure they’ll hit on a solution soon. In the mean time, let me show you how easy it is to work with views and layouts in … Continue reading
Posted in PHP, Solar
8 Comments
Zend Devzone Podcast: Solar Overview
Cal Evans at Zend has posted my Solar Overview podcast. Thanks Cal! Click through to see the transcript (“script”, really ;-) of the audio.
Posted in PHP, Solar
5 Comments