]> git.mxchange.org Git - shipsimu.git/commit - application/ship-simu/main/class_
More smaller fixes, factory added to ship-simu
authorRoland Häder <roland@mxchange.org>
Thu, 15 May 2008 09:27:16 +0000 (09:27 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 15 May 2008 09:27:16 +0000 (09:27 +0000)
commit2fd5f8ecd793f9ec3004cf53629cc7b2c52522cc
tree138e4f5704ba4ce4486ec2f2582149d86bb28d3c
parent0a4c7d2793ad13bfe4798f947ef39529f32b6567
More smaller fixes, factory added to ship-simu
20 files changed:
.gitattributes
application/ship-simu/main/class_
application/ship-simu/main/class_WorksContract.php
application/ship-simu/main/companies/class_ShippingCompany.php
application/ship-simu/main/factories/.htaccess [new file with mode: 0644]
application/ship-simu/main/factories/class_ShipSimuNewsFactory.php [new file with mode: 0644]
application/ship-simu/main/ships/class_BaseShip.php
inc/classes/exceptions/main/class_ClassNotFoundException.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/commands/web/class_WebHomeCommand.php
inc/classes/main/controller/default/class_WebDefaultController.php
inc/classes/main/controller/default/class_WebDefaultNewsController.php
inc/classes/main/controller/registration/class_DefaultRegistrationController.php
inc/classes/main/factories/class_BaseFactory.php
inc/classes/main/factories/objects/.htaccess [new file with mode: 0644]
inc/classes/main/factories/objects/class_ObjectFactory.php [new file with mode: 0644]
inc/classes/main/factories/web/class_NewsFactory.php
inc/classes/main/resolver/class_BaseResolver.php
inc/classes/main/resolver/web/class_WebCommandResolver.php
inc/classes/main/resolver/web/class_WebControllerResolver.php