J4PHP is an application framework inspired by STRUTS and IBATIS. This means it separates presentation logic, business logic and data access logic using the MVC and DAO pattern.
J4PHP does not port STRUTS or IBATIS to the PHP language however! J4PHP does not try to change how PHP works, J4PHP tries to extend PHP in an elegant way.
How do I know J4PHP is something for me?
* You like to use PHPs object-oriented features, in fact you wish PHP was even more object-oriented than it currently is.
* You like to have a single clean configuration file which controls the flow of your application. You dislike having to remember 101 conventions and being bound by them in all possible ways.
* You like to be in total control of your application: you want to be able to extend the framework yourself.
You can download J4PHP here: http://sourceforge.net/project/showfiles.php?group_id=192578