maintainable / framework

MVC framework for PHP 5.1.4 and later.

This URL has Read+Write access

windock (author)
Fri Sep 04 03:12:17 -0700 2009
maintainable (committer)
Wed Oct 28 11:47:04 -0700 2009
commit  850229bd1890bd73b2f2154cc5f85f62140ce3b0
tree    807605a41a7e77c962b2d1d6de6428c25144e30a
parent  40d2745af3d8b1f143e0721d8019d777d7c30966
framework / CHANGES.txt
100644 20 lines (13 sloc) 0.639 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Next Release
 
 - Our Mad_Model_ConnectionAdapter package has been expanded and
   moved into the Horde Project as Horde_Db. We now bundle Horde_Db
   and support more databases.
 
 - Removed dependency on Solar_Json. JSON functionality now only works
   if PHP's JSON extension is enabled. If it is not enabled and a
   framework function needing it is called, an exception will be thrown.
   A workaround for older PHP versions is to define the global functions
   json_encode() and json_decode().
 
 - Replaced Zend_Log with Horde_Log.
 
 - Replaced Mad_Support_Timer with Horde_Support_Timer.
 
0.1.0 (17-Oct-2008)
 
 - First Release