Recently I published a new PHP MVC Framework. It is ASP.NET like, object oriented, event driven, component based, with AJAX support, I18N support and is highly customizable. It also has very good documentation and plenty of examples.
Any opinions on it are welcomed.
http://qphp.net
New PHP MVC Framework - QPHP.NET
Moderator: General Moderators
Re: New PHP MVC Framework - QPHP.NET
Not bad!
Can you please add some example applications on the site. Maybe a blog or guest book.
I think thats the best way for anyone to learn how to use your framework.
Can you please add some example applications on the site. Maybe a blog or guest book.
I think thats the best way for anyone to learn how to use your framework.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: New PHP MVC Framework - QPHP.NET
How is it better or different from PRADO?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: New PHP MVC Framework - QPHP.NET
Moved to General Discussion.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: New PHP MVC Framework - QPHP.NET
Prado is a .NET clone. Almost all of the syntax in Prado is derived from .NET.
This framework seems a little different to me. It is like a mash of the .NET codebehind style mixed with a Solar/Zend Framework type of view use.
This framework seems a little different to me. It is like a mash of the .NET codebehind style mixed with a Solar/Zend Framework type of view use.
Re: New PHP MVC Framework - QPHP.NET
I am not aware in too much details for every single feature that Prado has, but generally QPHP is not using template engine, just pure PHP file and has support for PHP4.