本文整理汇总了PHP中tool::getcid方法的典型用法代码示例。如果您正苦于以下问题:PHP tool::getcid方法的具体用法?PHP tool::getcid怎么用?PHP tool::getcid使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类tool
的用法示例。
在下文中一共展示了tool::getcid方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: tool
{
global $creditdb;
$this->row2['value'] = $this->row2['value'] - $this->money;
$costmoney = $this->row2['value'];
$sexecl = "update pw_membercredit set value='{$costmoney}' where uid='{$this->tgid}' and cid='{$this->tcid}'";
$this->db->query($sexecl);
$gexecl = "update pw_gold set money='{$costmoney}' where id='{$this->tgid}'";
if ($this->db->query($gexecl)) {
echo "<div class=\"costmsg\"><span>资金信息:</span><span class=\"cost\">你支出了 {$this->money} {$creditdb['name']}</span>";
} else {
echo "无法提交数据";
}
}
}
$ch = new tool($tname, $tgid, $gettool, $getchangegold, $getmsg, $repairid, $help, $db);
$tcid = $ch->getcid();
$creditdb = $db->get_one("SELECT * FROM pw_credits WHERE cid=" . pwEscape($tcid));
$ch->oc == 0 && showmsg('插件已关闭');
if ($gss == $ss) {
if ($getchangegold != '') {
$ch->chggold($creditdb);
}
if ($gettool != '') {
$ch->updatatool();
}
}
$ch->getscore();
$ch->getmsg();
if ($repair == $tgid) {
showmsg('你不能请自己吃饭或帮自己修理工具,快请你的朋友帮忙吧!');
} elseif ($getmsg != '' or $help != '') {