Changeset 95 for trunk/www/Module
- Timestamp:
- Dec 21, 2014, 10:46:18 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 20 added
- 1 edited
- 42 moved
-
. (modified) (1 prop)
-
www/Module (added)
-
www/Module/Backup (added)
-
www/Module/Backup/Controller.php (moved) (moved from trunk/www/Application/Controller/Backup.php )
-
www/Module/Backup/Model.php (moved) (moved from trunk/www/Application/Model/Backup.php )
-
www/Module/Backup/View.php (moved) (moved from trunk/www/Application/View/Backup.php )
-
www/Module/Client (added)
-
www/Module/Client/Controller.php (moved) (moved from trunk/www/Application/Controller/Client.php ) (1 diff)
-
www/Module/Client/View.php (moved) (moved from trunk/www/Application/View/Client.php )
-
www/Module/Cluster (added)
-
www/Module/Cluster/Controller.php (moved) (moved from trunk/www/Application/Controller/Cluster.php ) (1 diff)
-
www/Module/Cluster/Model.php (moved) (moved from trunk/www/Application/Model/Cluster.php )
-
www/Module/Cluster/ModelList.php (moved) (moved from trunk/www/Application/Model/ClusterList.php )
-
www/Module/Cluster/View.php (moved) (moved from trunk/www/Application/View/Cluster.php )
-
www/Module/Database (added)
-
www/Module/Database/View.php (moved) (moved from trunk/www/Application/View/Database.php )
-
www/Module/Debug (added)
-
www/Module/Debug/Controller.php (moved) (moved from trunk/www/Application/Controller/Debug.php ) (1 diff)
-
www/Module/Debug/View.php (moved) (moved from trunk/www/Application/View/Debug.php )
-
www/Module/Emulator (added)
-
www/Module/Emulator/Controller.php (moved) (moved from trunk/www/Application/Controller/Emulator.php ) (1 diff)
-
www/Module/Emulator/Model.php (moved) (moved from trunk/www/Application/Model/Emulator.php )
-
www/Module/Emulator/View.php (moved) (moved from trunk/www/Application/View/Emulator.php )
-
www/Module/History (added)
-
www/Module/History/Model.php (moved) (moved from trunk/www/Application/Model/History.php )
-
www/Module/HomePage (added)
-
www/Module/HomePage/Controller.php (moved) (moved from trunk/www/Application/Controller/HomePage.php ) (1 diff)
-
www/Module/HomePage/View.php (moved) (moved from trunk/www/Application/View/HomePage.php ) (1 diff)
-
www/Module/Log (added)
-
www/Module/Log/Model.php (moved) (moved from trunk/www/Application/Model/Log.php )
-
www/Module/Mangos (added)
-
www/Module/Mangos/MangosConfigurationFile.php (moved) (moved from trunk/www/Application/Model/MangosConfigurationFile.php )
-
www/Module/Mangos/ModelDebug.php (moved) (moved from trunk/www/Application/Model/MangosDebug.php )
-
www/Module/News (added)
-
www/Module/News/Controller.php (moved) (moved from trunk/www/Application/Controller/News.php ) (1 diff)
-
www/Module/News/View.php (moved) (moved from trunk/www/Application/View/News.php )
-
www/Module/Permission (added)
-
www/Module/Permission/Model.php (moved) (moved from trunk/www/Application/Model/Permission.php )
-
www/Module/Platform (added)
-
www/Module/Platform/Model.php (moved) (moved from trunk/www/Application/Model/Platform.php )
-
www/Module/Realm (added)
-
www/Module/Realm/Controller.php (moved) (moved from trunk/www/Application/Controller/Realm.php ) (1 diff)
-
www/Module/Realm/Model.php (moved) (moved from trunk/www/Application/Model/Realm.php )
-
www/Module/Realm/ModelList.php (moved) (moved from trunk/www/Application/Model/RealmList.php )
-
www/Module/Realm/View.php (moved) (moved from trunk/www/Application/View/Realm.php )
-
www/Module/RemoteConsole (added)
-
www/Module/RemoteConsole/Model.php (moved) (moved from trunk/www/Application/Model/RemoteConsole.php )
-
www/Module/Server (added)
-
www/Module/Server/Controller.php (moved) (moved from trunk/www/Application/Controller/Server.php ) (1 diff)
-
www/Module/Server/Model.php (moved) (moved from trunk/www/Application/Model/Server.php )
-
www/Module/Server/ModelList.php (moved) (moved from trunk/www/Application/Model/ServerList.php )
-
www/Module/Server/View.php (moved) (moved from trunk/www/Application/View/Server.php )
-
www/Module/Task (added)
-
www/Module/Task/Controller.php (moved) (moved from trunk/www/Application/Controller/Task.php ) (1 diff)
-
www/Module/Task/Model.php (moved) (moved from trunk/www/Application/Model/Task.php )
-
www/Module/Task/View.php (moved) (moved from trunk/www/Application/View/Task.php )
-
www/Module/Update (added)
-
www/Module/Update/Controller.php (moved) (moved from trunk/www/Application/Controller/Update.php ) (1 diff)
-
www/Module/Update/View.php (moved) (moved from trunk/www/Application/View/Update.php )
-
www/Module/User (added)
-
www/Module/User/Controller.php (moved) (moved from trunk/www/Application/Controller/User.php ) (1 diff)
-
www/Module/User/Model.php (moved) (moved from trunk/www/Application/Model/User.php ) (1 diff)
-
www/Module/User/View.php (moved) (moved from trunk/www/Application/View/User.php )
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
.buildpath
.project
.settings
-
Property svn:ignore
set to
-
trunk/www/Module/Client/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Client.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class ClientController extends Controller -
trunk/www/Module/Cluster/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Cluster.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class ClusterController extends Controller -
trunk/www/Module/Debug/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Debug.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class DebugController extends Controller -
trunk/www/Module/Emulator/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Emulator.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class EmulatorController extends Controller -
trunk/www/Module/HomePage/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/HomePage.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class HomePageController extends Controller -
trunk/www/Module/HomePage/View.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/View.php'); 4 include_once(dirname(__FILE__).'/../ Model/Platform.php');4 include_once(dirname(__FILE__).'/../Platform/Model.php'); 5 5 6 6 class HomePageView extends View -
trunk/www/Module/News/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/News.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class NewsController extends Controller -
trunk/www/Module/Realm/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Realm.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class RealmController extends Controller -
trunk/www/Module/Server/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Server.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class ServerController extends Controller -
trunk/www/Module/Task/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Task.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class TaskController extends Controller -
trunk/www/Module/Update/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/Update.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class UpdateController extends Controller -
trunk/www/Module/User/Controller.php
r94 r95 2 2 3 3 include_once(dirname(__FILE__).'/../../Base/Controller.php'); 4 include_once(dirname(__FILE__).'/../ View/Page.php');5 include_once(dirname(__FILE__).'/ ../View/User.php');4 include_once(dirname(__FILE__).'/../../Application/View/Page.php'); 5 include_once(dirname(__FILE__).'/View.php'); 6 6 7 7 class UserController extends Controller -
trunk/www/Module/User/Model.php
r94 r95 3 3 include_once(dirname(__FILE__).'/../../Base/Model.php'); 4 4 include_once(dirname(__FILE__).'/../../Base/Mail.php'); 5 include_once(dirname(__FILE__).'/ Log.php');5 include_once(dirname(__FILE__).'/../Log/Model.php'); 6 6 7 7 class User extends Model
Note:
See TracChangeset
for help on using the changeset viewer.
