所有檔頭註解標題改為檔案名稱

This commit is contained in:
Yuan Chiu 2014-10-25 00:52:47 +08:00
parent 3053541e3b
commit fd68b1d3d3
20 changed files with 21 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 整體資料庫操作 * DBAdmin.php
* *
* 此檔案針對整體資料庫的功能,像是建立此資料庫、建立表格、清空...等等 * 此檔案針對整體資料庫的功能,像是建立此資料庫、建立表格、清空...等等
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 學習標的資料表 * DBTarget.php
* *
* 此檔案針對學習標的,以及學習標的的區域、廳等的資料庫查詢用。 * 此檔案針對學習標的,以及學習標的的區域、廳等的資料庫查詢用。
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 使用者資料表 * DBUser.php
* *
* 此檔案針對使用者資料表的功能。 * 此檔案針對使用者資料表的功能。
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 帳號登入階段資料表 * DBUserSession.php
* *
* 此檔案針對使用者登入階段資料表的功能。 * 此檔案針對使用者登入階段資料表的功能。
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 整體資料庫操作 * Database.php
* *
* 此檔案針對整體資料庫的功能,像是建立此資料庫、建立表格、清空...等等 * 此檔案針對整體資料庫的功能,像是建立此資料庫、建立表格、清空...等等
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 資料庫相關的例外檔案 * Exception.php
*/ */
namespace UElearning\Exception; namespace UElearning\Exception;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 資料庫連接專用 * MySQLDB.php
* *
* 有用到的Define: * 有用到的Define:
* DB_NAME, DB_HOST, DB_USER, DB_PASS * DB_NAME, DB_HOST, DB_USER, DB_PASS

View File

@ -1,5 +1,7 @@
<?php <?php
/** /**
* Exception.php
*
* 通用例外類別檔案 * 通用例外類別檔案
*/ */

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 此位使用者的相關操作 * Area.php
*/ */
namespace UElearning\Target; namespace UElearning\Target;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 使用者帳號群組相關例外類別檔案 * Exception.php
*/ */
namespace UElearning\Exception; namespace UElearning\Exception;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 廳專用類別 * Hall.php
*/ */
namespace UElearning\Target; namespace UElearning\Target;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 此位使用者的相關操作 * Target.php
*/ */
namespace UElearning\Target; namespace UElearning\Target;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 班級群組類別檔案 * ClassGroup.php
*/ */
namespace UElearning\User; namespace UElearning\User;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 班級群組管理類別檔案 * ClassGroupAdmin.php
*/ */
namespace UElearning\User; namespace UElearning\User;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 使用者帳號群組相關例外類別檔案 * Exception.php
*/ */
namespace UElearning\Exception; namespace UElearning\Exception;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 此位使用者的相關操作 * User.php
*/ */
namespace UElearning\User; namespace UElearning\User;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 使用者群組類別檔案 * UserGroup.php
*/ */
namespace UElearning\User; namespace UElearning\User;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 使用者群組管理類別檔案 * UserGroupAdmin.php
*/ */
namespace UElearning\User; namespace UElearning\User;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 使用者登入階段管理類別檔案 * UserSession.php
*/ */
namespace UElearning\User; namespace UElearning\User;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* 密碼以及加密相關的函式庫 * Password.php
*/ */
namespace UElearning\Util; namespace UElearning\Util;