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 2006
PHP Architect Article
My first article for php|a, Introduction to Solar, is online. Give it a read, let me know what you think.
Posted in PHP, Solar
6 Comments
Solar 0.21 and 0.22 released in quick succession
I released Solar 0.21.0 yesterday, and a quick followup 0.22.0 today. The rest of this entry covers highlights for changes in both versions. The main highlights are three new classes (Solar_Struct, Solar_Sql_Row, and Solar_Sql_Rowset) along with a backwards-compatibility break to how classes store their default configuration values. Continue reading
Posted in PHP, Solar
8 Comments
Solar-Talk Archives Now Searchable
Rodrigo Moraes just set up a web interface to search the Solar-Talk mailing list. From his announcement on Solar-Talk: The Solar-talk archives are now searchable: http://tipos.org/solartalk/ It is a very rudimentary mini-app using Solar & Zend_Search_Lucene for the indexing. Some … Continue reading
Input Tags In Forms Not Valid XHTML
It appears that an input tag is not allowed to appear directly within a form tag. To be valid XHTML 1.1 strict, the input tag must be wrapped by another block-level element, such as <p> or <fieldset>. Read on for yet another Solar solution. Continue reading
Posted in PHP
13 Comments
Easy Benchmarking with Solar
Solar now makes benchmarking as easy as it does unit-testing; read on for how to write a simple benchmarking test with Solar_Test_Bench, and the 5x speed gain of Solar::loadClass() over require_once(). Continue reading
Posted in Benchmarks, PHP, Solar
6 Comments