]> git.mxchange.org Git - shipsimu.git/commit - inc/classes/main/console/class_ConsoleTools.php
Base controller stub added
authorRoland Häder <roland@mxchange.org>
Fri, 11 Apr 2008 22:09:30 +0000 (22:09 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 11 Apr 2008 22:09:30 +0000 (22:09 +0000)
commitcfe047bc347eebc611270d996cb4f0f21246139f
treee6670c1f99a2848b0fc95b91b12e4528b3529b88
parent70be4eacb2f76926a07541d63da444c21cb2f0d6
Base controller stub added
27 files changed:
.gitattributes
inc/classes/main/class_
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/class_FrameworkArrayObject.php
inc/classes/main/compressor/class_Bzip2Compressor.php
inc/classes/main/compressor/class_GzipCompressor.php
inc/classes/main/compressor/class_NullCompressor.php
inc/classes/main/console/class_ConsoleTools.php
inc/classes/main/controller/.htaccess [new file with mode: 0644]
inc/classes/main/controller/class_BaseController.php [new file with mode: 0644]
inc/classes/main/database/class_BaseDatabaseFrontend.php
inc/classes/main/database/classes/class_LocalFileDatabase.php
inc/classes/main/debug/class_DebugConsoleOutput.php
inc/classes/main/debug/class_DebugErrorLogOutput.php
inc/classes/main/debug/class_DebugWebOutput.php
inc/classes/main/extended/class_ObjectLimits.php
inc/classes/main/extended/class_SerializationContainer.php
inc/classes/main/io/class_FileIOStream.php
inc/classes/main/io/class_FrameworkDirectoryPointer.php
inc/classes/main/io/class_FrameworkFileInputPointer.php
inc/classes/main/io/class_FrameworkFileOutputPointer.php
inc/classes/main/language/class_LanguageSystem.php
inc/classes/main/output/class_ConsoleOutput.php
inc/classes/main/output/class_WebOutput.php
inc/classes/main/request/class_HttpRequest.php
inc/classes/main/response/class_HttpResponse.php
inc/classes/main/template/class_TemplateEngine.php