QPHP
Basically it:
- Brings the elegance of Java and C#
- Drops all Perl like bizzare statements that other PHP frameworks use
- Relies extensively on OOP concepts
It is an open-source lightweight web application framework based on object-oriented PHP 5, MySQL, and XSLT. It is fully object-oriented and designed following the MVC architecture and REST design principles. The idea behind it is not to reinvent the wheel but instead to combine existing and proven technologies in a convenient and effective way.
The DIY Framework is a compact class library which can be extended and included by user applications. It puts few restrictions and gives flexibility. In contrast, most of the current web application frameworks are designed inside-out: they define the general structure and only allow your application to fit within their constraints.
For the same reasons, the framework does not contain plugins, scaffolding, routing, AJAX, widgets or other buzzwords. We see them as helper applications at best, not as parts of the framework itself. No frills are included (hence the name) — just precise control over your sever-side code.
for more information click here
EXT produces Web 2.0 styled content all within your browser. Now comes EXT Core 3.0 Beta, a subset of the soon to be released EXT 3.0.
The developers of EXT 3.0 have gone through the code, stripping out everything except for the core functionality, optimised the code and gzipped it to bring it down to a modest 25kb in size. They have also changed the licensing to use the MIT License (which drew some ire from some developers but was generally accepted by the majority).
Some of the features of EXT Core 3.0 are:
For more information: EXT Core 3.0 Beta
jCart is a very simple & free shopping cart script that is built with PHP & jQuery.
It offers a base Ajaxed basket interface that can be improved further by implementing the checkout pages.

The script is unobtrusive, generates valid XHTML & design of it can be customized easily via CSS.
jCart’s inputs are validated on the server-side for a better security.
There is a step-by-step installation & how-to provided that can be found here.
SproutCore is a framework for building applications in JavaScript with remarkably little amounts of code. It can help you build full “thick” client applications in the web browser that can create and modify data, often completely independent of your web server, communicating with your server via Ajax only when they need to save or load data.
JavaScript applications are faster, easier to use, and a lot easier to write that complicate Ajax-driven applications. When you use a framework that SproutCore to help you, they can also be a lot of fun to write.
SproutCore is a totally new way of building applications on the web. Instead of following the typical web-driven model where most interesting things happen in the server, SproutCore applications split the load. A SproutCore application is a JavaScript application that runs entirely in the web browser. It can often run on its own, without even needing support for a web server except when it makes sense for the application. This frees the server developer to focus on the things the server can do very well such as saving, restoring and aggregating data and performing expensive operations. Meanwhile the “thick” client running in the web browser can handle the task of presenting the user with a friendly interface that is fast and intuitive. Read more…