(尚未測試) Log 類別
This commit is contained in:
parent
f141d9e8b9
commit
c8794e7f3f
@ -33,7 +33,6 @@ class DBLog extends Database {
|
|||||||
$array['other'] = null;
|
$array['other'] = null;
|
||||||
}
|
}
|
||||||
// TODO: 不填enable, enable_noAppoint也要能操作
|
// TODO: 不填enable, enable_noAppoint也要能操作
|
||||||
|
|
||||||
$LID = $array['lid'];
|
$LID = $array['lid'];
|
||||||
$UId = $array['uid'];
|
$UId = $array['uid'];
|
||||||
$Date = $array['date'];
|
$Date = $array['date'];
|
||||||
|
23
htdocs/lib/Log/Log.php
Normal file
23
htdocs/lib/Log/Log.php
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Log.php
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace UElearning\Log;
|
||||||
|
|
||||||
|
require_once UELEARNING_LIB_ROOT.'/Database/DBStudy.php';
|
||||||
|
require_once UELEARNING_LIB_ROOT.'/Study/Exception.php';
|
||||||
|
use UElearning\Database;
|
||||||
|
use UElearning\Exception;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 學習記錄
|
||||||
|
*
|
||||||
|
* @version 2.0.1
|
||||||
|
* @package UElearning
|
||||||
|
* @subpackage Log
|
||||||
|
*/
|
||||||
|
class Log {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user