摘要:
class DB_Handle { var $ClassName = "DB_Handle"; var $Server; var $UserName; var $Password; var $Database; var $LinkID = 0; var $QueryResult = ""; var $LastInsertID = ""; /* private ignore=ignore the error and continue, halt=report the error and halt, report=report the error and continue */ var $H 阅读全文