PLEASE NOTE!
phpLiteFW has been combined with phpOpenFW beginning with phpOpenFW version 1.0. Archive versions of phpLiteFW will still be available, but all future development will be a done with the two frameworks together under phpOpenFW. The functionality is still the same, with the only exception that phpLiteFW is now a part of phpOpenFW.
Here is an example of how to easily make the transition:
Before
<?php
require_once("/path/to/phpLiteFW/framework/phplitefw.inc.php");
$pco = new phplitefw_controller();
... The rest of your code here ...
?>
After
<?php
require_once("/path/to/phpOpenFW1/framework/phplitefw.inc.php");
$pco = new phplitefw_controller();
... The rest of your code here ...
?>
Latest Releases
Download from SourceForge
News
- 12/27/2011 - phpOpenFW version 1.1.0 released.
- 11/23/2011 - LWCMS version 0.8.0 released.
- 11/10/2011 - phpOpenPlugins version 0.5.0 released.
- 11/10/2011 - phpOpenFW version 1.0.9 released.
- 11/8/2011 - LWCMS version 0.7.9 released.
- 9/23/2011 - phpOpenFW version 1.0.8 released.
- 9/1/2011 - phpOpenFW version 1.0.7 released.
- 11/27/2010 - Site Common version 0.5.0 released.
- 11/27/2010 - phpOpenFW version 1.0.6 released.
- 11/9/2010 - LWCMS version 0.7.8 released.
- 11/3/2010 - phpOpenFW version 1.0.5 released.
- 10/27/2010 - phpOpenFW version 1.0.4 released.
emonlade.net