controller should go into the main repo, it's already horde 4 ready
authorChuck Hagenbuch <chuck@horde.org>
Sun, 9 Nov 2008 20:36:46 +0000 (15:36 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 9 Nov 2008 20:36:46 +0000 (15:36 -0500)
commitdbc9c537f55dc8b7dd616fb2424c7253f04057dc
tree03f539def2f9827f261e2af348e17f1191f2d01a
parent2b1ce3826eb480adda6bdf37afb4ef66d6865f84
controller should go into the main repo, it's already horde 4 ready
framework/Controller/lib/Horde/Controller/Base.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Dispatcher.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Exception.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Request/Base.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Request/Http.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Request/Mock.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Response/Base.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Response/Http.php [new file with mode: 0644]
framework/Controller/lib/Horde/Controller/Response/Mock.php [new file with mode: 0644]
framework/Controller/package.xml [new file with mode: 0644]
framework/Controller/test/Horde/Controller/AllTests.php [new file with mode: 0644]