Published on 2008-02-08 22:08:54

The Simplicity PHP Application Framework is an advanced, scalable and extensible PHP application framework to aid developers in creating high traffic, high availability Web 2.0 online applications. Integrating a solid MVC framework with some of the best Open Source projects around Simplicity aims to assist developers with any amount of experience in taking their applications to a new level.

Simplicity PHP


Version 0.2-dev have just been released and development team currently working towards an April release for the first beta, there are many new features in this release some of which detailed below :

Firstly, the MQL(Model Query Language) data abstraction, this allows you to create connections to multiple data sources; currently this is all RDBMS' supported by PHPs PDOs,CSV / TSV files, or raw PHP arrays with RSS feeds and more to follow shortly. Once you have created your connection you can create models to encapsulate your data, and create relationships between those models, you could for instance have users in a mysql table, linking to full country names in a CSV file. All of this can be configured via the new admin console.

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved