]> wagnertech.de Git - projects.git/blobdiff - verleihnix/gui/ConfigurationData.php
phpide-d10
[projects.git] / verleihnix / gui / ConfigurationData.php
diff --git a/verleihnix/gui/ConfigurationData.php b/verleihnix/gui/ConfigurationData.php
new file mode 100644 (file)
index 0000000..d9249d5
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+$configurationData = array (
+
+       "gui::applications" => array ("Verleihnix"), 
+       "autoloader" => array ("ClassLoader", "autoload"),
+       "Verleihnix::InterfaceClass" => "VNAdministration",
+       "PropelClassPath"       => "Verleihnix/impl/data/build"
+       );