From 5f21bf9f52028f400639557e267efaa5b79b5b95 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 14 Jan 2009 00:58:37 -0500 Subject: [PATCH] controller stub --- hippo/app/controllers/ApplicationController.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hippo/app/controllers/ApplicationController.php b/hippo/app/controllers/ApplicationController.php index e69de29bb..51b036cba 100644 --- a/hippo/app/controllers/ApplicationController.php +++ b/hippo/app/controllers/ApplicationController.php @@ -0,0 +1,14 @@ +db = Horde_Db_Adapter::factory($GLOBALS['conf']['sql']); + } + +} -- 2.11.0