summaryrefslogtreecommitdiffstats
path: root/.zfproject.xml
diff options
context:
space:
mode:
authorSimon2011-04-05 15:54:00 +0200
committerSimon2011-04-05 15:54:00 +0200
commit92c66441276e03c6fd53496ac8d57ff52b4a3eb4 (patch)
tree2a1def37a76d2d7f15fd8ecb982c51ad1721f8b6 /.zfproject.xml
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-92c66441276e03c6fd53496ac8d57ff52b4a3eb4.tar.gz
pbs2-92c66441276e03c6fd53496ac8d57ff52b4a3eb4.tar.xz
pbs2-92c66441276e03c6fd53496ac8d57ff52b4a3eb4.zip
Session-Controller erstellt
Diffstat (limited to '.zfproject.xml')
-rw-r--r--.zfproject.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zfproject.xml b/.zfproject.xml
index 21e4994..3a64fde 100644
--- a/.zfproject.xml
+++ b/.zfproject.xml
@@ -184,6 +184,9 @@
<controllerFile controllerName="Preboot">
<actionMethod actionName="index"/>
</controllerFile>
+ <controllerFile controllerName="Session">
+ <actionMethod actionName="index"/>
+ </controllerFile>
</controllersDirectory>
<formsDirectory>
<formFile formName="Login"/>
@@ -342,6 +345,9 @@
<viewControllerScriptsDirectory forControllerName="Person">
<viewScriptFile forActionName="show"/>
</viewControllerScriptsDirectory>
+ <viewControllerScriptsDirectory forControllerName="Session">
+ <viewScriptFile forActionName="index"/>
+ </viewControllerScriptsDirectory>
</viewScriptsDirectory>
</viewsDirectory>
<bootstrapFile filesystemName="Bootstrap.php"/>
@@ -827,6 +833,7 @@
<testApplicationControllerFile filesystemName="AuthControllerTest.php"/>
<testApplicationControllerFile filesystemName="StatsControllerTest.php"/>
<testApplicationControllerFile filesystemName="PrebootControllerTest.php"/>
+ <testApplicationControllerFile filesystemName="SessionControllerTest.php"/>
</testApplicationControllerDirectory>
</testApplicationDirectory>
<testLibraryDirectory>