//############################################## 引用物件
include_once('app_config.php'); // 藉由含括子系統的設定檔,取得網站及子系統的各種設定
include_once(OBJ_DIR.'obj_db.php'); // 引用資料庫
include_once(OBJ_DIR.'obj_mail.php'); // 引用mail物件
include_once(OBJ_DIR.'obj_db_one.php'); // 引用簡單查詢物件
include_once(OBJ_DIR.'obj_db_up.php'); // 瀏覽次數 + 1
include_once(OBJ_DIR.'fun_admin.php'); // 引用管理者檢查程式
//############################################## 建立資料庫物件
class cc_use_db extends DB{
function cc_use_db(){
$this->DB();
}
function setSQL(){
}
function isDataValid(){ //新增資料時所做的驗證
if(strlen(trim($this->txt)) == 0){
$this->error.= '留言必須要有內容';
}
return strlen($this->error) == 0;
}
function isDataUpdata(){ //修改資料時所做的驗證
return strlen($this->error) == 0;
}
function getProperties(){
return strlen($this->error) == 0;
}
}
?>
include_once("../view/app_obj.php");
$obj = new cc_use_db;
?>
Organizing Committee
Kuo-Chen Yeh (Chairman)
Research Fellow and Interim Director