高手帮我看这个函数的作用
function insert($sessionId, $clientId)
{
$this-> session_id = $sessionId;
$this-> client_id = $clientId;
$this-> time = time();
$ret = $this-> _db-> insertObject( $this-> _tbl, $this );
if( !$ret ) {
$this-> _error = strtolower(get_class( $this )). ":: ". JText::_( 'store failed ' ) . "
" . $this-> _db-> stderr();
return false;
} else {
return true;
}
}
function insertObject( $table, &$object, $keyName = NULL, $verbose=false ) {
return;
}
下面的insertObject函数有社么作用吗?
------解决方案--------------------
insertObject写成目前这个样子没什么用的。
------解决方案--------------------
不会的.
------解决方案--------------------
要自己写构造函数
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号