Geeklog 2: MVCnPHP2 Released
The Model-View-Controller (MVC) Framework for Geeklog 2 has been released and is considered stable. This is a PHP5 implementation of the MVC design pattern. The biggest change in this release is it will compile the XML configuration file to a PHP file if it is told to:<MVC_CONFIGURATION COMPILE="true">
...
</MVC_CONFIGURATION>
Users of previous versions will need to uninstall the old version. This new version is available as a PEAR-compatible package making installation easy:
$> pear install http://www.tonybibbs.com/Geeklog_MVCnPHP-2.0.1.tgz
Those interested in developing plugins for Geeklog-2 are encouraged to become familiar with the package as many of the plugins will use the same framework.
Enjoy!
--Tony