Easy PHP Framework is set of few easy-to-use PHP 5 classes which tries to simplify development of small PHP applications. It requires PHP 5 and MySQL 4.1 (If you want to use the integrated DB support). It uses XSLT as a templating system.
2005-10-05: New version 1.2, new tutorial and new forum!
This framework is currently used by the Devpak repository project.
It is written by Michal Molhanec. The link leads to my personal pages where you can find my email and ICQ number which you can use to contact me.
Reference documentation online
Download reference documentation in HTML Help (CHM) format
Download reference documentation in HTML format
CVS
You can get the code from CVS using:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/devpaks co -P devpaks4/epf
The CVS repository is shared with Devpaks.org project, so don't be scared
that this command will create devpaks4 directory.
Easy PHP Framework
Copyright (c) 2005 Michal Molhanec
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute
it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented;
you must not claim that you wrote the original software.
If you use this software in a product, an acknowledgment
in the product documentation would be appreciated but
is not required.
2. Altered source versions must be plainly marked as such,
and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any
source distribution.
Last update on 2005-10-05.