Allow different history drivers. This still uses Horde_History as a base class. It...
authorGunnar Wrobel <p@rdus.de>
Tue, 29 Sep 2009 11:53:51 +0000 (13:53 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 29 Sep 2009 11:53:51 +0000 (13:53 +0200)
commit33a8f0fbee75da2cbc770f64b32d452a3b949844
tree568873bf45c1ba3e9a9a0c8ec170c18d23d73c63
parent8af8df4c0be8b3b434a9463ff67f20de5537a606
Allow different history drivers. This still uses Horde_History as a base class. It might be better to use Horde_History_Base but I wanted to keep the API 100% intact for now.
framework/History/lib/Horde/History.php
framework/History/lib/Horde/History/Factory.php [new file with mode: 0644]
framework/History/lib/Horde/History/Sql.php [new file with mode: 0644]
framework/History/package.xml
framework/History/test/Horde/History/InterfaceTest.php