Alpha Framework 1.1 Released

 
Published on 2011-12-21 by John Collins.

Last week I released version 1.1 of the Alpha Framework for PHP, which you can download from here:

Alpha Framework - Download

Overall I am very pleased with this release, as it de-couples Alpha from the MySQLi API in PHP, and in doing so introduces a new DAO (Data Access Object) interface that enables you to implement business object storage in other databases or key/value stores apart from MySQL. You can see a detailed list of all of the changes in the change log here:

Alpha Framework Change Log

I intend to write a lot more about the new features in Alpha in the new year, as well as working on the 1.2 release to add support for other databases and a REST API for accessing business objects.


Updated 2022 : note that the above post was originally published in 2011, but is left here for archival purposes. I have fixed some broken links above.