Version 0.9.1 was published on 03 Feb 2008.
See the new features
QPHP stands for Quick PHP and is a MVC framework similar as architecture to ASP.NET.
I, as the author of the project, have spent the last 8 years working on web projects using
various Java frameworks, ASP.NET and PHP. This framework tries to get the best of the above
platforms as well as to avoid the problematic parts. 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
Code-behind approach is used, so every webpage consists of 2 files:
- .PHP - presentation logic
- .PHP.SCRIPT - business/programming logic
If you are a first visitor and want to get familiar and start using QPHP in less than a hour,
these are the practical steps to do:
- Go to the examples section and spend 10-15 minutes taking a look over the stuff. For every example both source files are available at the bottom right corner.
- Go to the documentation section and spend 10-15 minutes having a look under the PHP folder, just to become more comfortable how things work. Especially have a look at TApplication, TPage and TWebControl classes.
- Follow the installation guide
- Take a look at the know-how page
- Follow the my first application guide