summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-25 16:35:35 +0200
committerBjörn Geiger2011-06-25 16:35:35 +0200
commitb92142fb247cf9e3f090f233354d8fca26be8133 (patch)
tree086bd7af6cad5c9f12004b138d68de5a3d97c31c /application/Bootstrap.php
parentZend Application hinzugefügt (diff)
downloadpoolctrl-b92142fb247cf9e3f090f233354d8fca26be8133.tar.gz
poolctrl-b92142fb247cf9e3f090f233354d8fca26be8133.tar.xz
poolctrl-b92142fb247cf9e3f090f233354d8fca26be8133.zip
Zend Application hinzugefügt
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
new file mode 100644
index 0000000..613100c
--- /dev/null
+++ b/application/Bootstrap.php
@@ -0,0 +1,8 @@
+<?php
+
+class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
+{
+
+
+}
+