Image controller/resolver and fixes:
authorRoland Häder <roland@mxchange.org>
Tue, 24 Jun 2008 15:21:28 +0000 (15:21 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Jun 2008 15:21:28 +0000 (15:21 +0000)
commitd5e40277c2607f2cb130ab9fde84f8fbdb832ce4
tree8356fb0ff447d7538cc3d9bc71f463c271d4904d
parent40a783a7a586e54793176ad51c8e2a4ad7a36a93
Image controller/resolver and fixes:
- Controller and resolver added for images
- Exceptions fixed in controller and resolver
- No more fall-back on default command if requested command is missing
- Misc constant fixes
21 files changed:
.gitattributes
application/ship-simu/class_ApplicationHelper.php
application/ship-simu/config.php
application/ship-simu/templates/de/code/captch_graphic_code.ctp
inc/classes/exceptions/controller/class_DefaultControllerException.php
inc/classes/exceptions/controller/class_InvalidControllerException.php
inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
inc/classes/exceptions/main/class_InvalidCommandException.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/controller/class_
inc/classes/main/controller/image/.htaccess [new file with mode: 0644]
inc/classes/main/controller/image/class_ImageDefaultController.php [new file with mode: 0644]
inc/classes/main/controller/web/class_WebDefaultController.php
inc/classes/main/resolver/command/image/.htaccess [new file with mode: 0644]
inc/classes/main/resolver/command/image/class_ImageCommandResolver.php [new file with mode: 0644]
inc/classes/main/resolver/command/web/class_WebCommandResolver.php
inc/classes/main/resolver/controller/class_BaseControllerResolver.php
inc/classes/main/resolver/controller/image/.htaccess [new file with mode: 0644]
inc/classes/main/resolver/controller/image/class_ImageControllerResolver.php [new file with mode: 0644]
inc/classes/main/resolver/controller/web/class_WebControllerResolver.php
inc/config.php