onPHP5.com

PHP5: Articles, News, Tutorials, Interviews, Software and more
  
Featured Article:
Learning PHP Data Objects
 
 
Thu, 24 Jul 2008
 Home   About   Contribute   Contact Us   Polls 
Top Tags
article book conference mysql mysqli news onphp5 oop pdo php5 poll prado security solar symfony unicode zend zend core zend framework zend platform
More tags »

Not logged in
Login | Register


Solar 0.26.0 Released

« Some SEO Tips You Would Not Like to Miss Most Important Feature of PHP 5? »

By dennisp on Thursday, 01 February 2007, 16:06
Published under: news   solar
Views: 1245, comments: 0

A new version (0.26.0) of Solar, a PHP5 framework, has been released and is available for download


Quoting the lead developer's blog (there is no announcement on the official site):

The first new release of Solar in three months, version 0.26.0 alpha, has arrived! There are over 150 separate changes and improvements noted in the change log. [...]

The single biggest change is a move from the Facade pattern to the Factory pattern for classes using adapters, such as Access, Auth, Cache, Log, Sql, and Role. [...]

The front-controller and page-controller now support automatic discovery of alternative output formats from the URI. For example, if the URI ends in ".rss" and that page-action allows the ".rss" format, the controller will automatically load up the ".php.rss" view and turn off the layout (instead of just the ".php" view with the default layout). This means you can use one action method to provide data for multiple output formats automatically.

Solar_Sql has a lot of little improvements: built-in profiling, emulated prepare-statment using PDO, new fetch*() methods to eventually replace the select(*) method, table-column definition retrieval via fetchTableCols(), and much more.

Solar is a PHP 5 framework for rapid application development. It is fully name-spaced and uses enterprise application design patterns, with built-in support for localization and configuration at all levels.

Related articles

Solar 0.27.0 and 0.27.1 Released
Zend Framework 1.0.0 Production Released
Prado 3.1.0 Released
Symfony 1.0.5 Released
CodeIgniter 1.5.4 Released
Zend Framework 1.0.0 RC3 Released
Zend Framework 1.0.0 RC1 Released
PHP Version 5.2.3 Released
Zend Framework 1.0.0 RC2 Released
Symfony 1.0.4 Released
Zend Framework 1.0.1 Released
PHP Version 5.2.4 (RC1) Released for Testing
PHP Version 5.2.5 Released
Zend Framework 1.0.3 Released
PRADO version 3.1.2 released
Prado 3.1.1 Released
Zend Framework 1.0.2 Released
Symfony 1.0.6 Released
PHP Version 5.2.4 Released
2008 PHP Quebec Conference Call for Papers
Symfony 1.0.3 Released
Prado 3.1.0 RC Released
Zend Platform 3.0 Released
Symfony 1.0 Released
Zend Framework 0.8.0 Released
PHP Version 5.2.1 Released
PHP Conference UK 2007 Registration Open
Zend Platform 3.0 Beta for Windows Released
Symfony 1.0 Beta 4 Released
International PHP Conference Call for Papers Announced
Zend Core 2.0 Released
Zend Framework 0.9.0 Beta Released
PHP Version 5.2.2 Released
Zend Framework 0.9.3 Beta Released
Zend Core 2.0.1 for Oracle and IBM Released
Symfony 1.0.2 Released
PHP Version 5.2.2 (RC1) Released for Testing
Zend Framework 0.9.1 Beta Released
Prado 3.0.7 Released
Prado 3.1.0 Beta Released
Prado 3.1.0 Alpha Released


© 2008 onPHP5.com