錯誤訊息中文化
發表於 : 2005-10-19 22:18:45
clsRecordstudent
把
$this->name = new clsControl(ccsTextBox, "name", "Name", ccsText, "", CCGetRequestParam("name", $Method));
改為
$this->name = new clsControl(ccsTextBox, "name", "姓名", ccsText, "", CCGetRequestParam("name", $Method));
第3個參數就是顯示出來的欄位名稱
把
$this->name = new clsControl(ccsTextBox, "name", "Name", ccsText, "", CCGetRequestParam("name", $Method));
改為
$this->name = new clsControl(ccsTextBox, "name", "姓名", ccsText, "", CCGetRequestParam("name", $Method));
第3個參數就是顯示出來的欄位名稱