首頁 > 後端開發 > php教程 > 高手帮小弟我看这个函数的作用

高手帮小弟我看这个函数的作用

WBOY
發布: 2016-06-13 10:00:19
原創
972 人瀏覽過

高手帮我看这个函数的作用
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写成目前这个样子没什么用的。
------解决方案--------------------
不会的.
------解决方案--------------------
要自己写构造函数

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板