标签:orm fir fetch form where div use color user
public function getintegration($userid) { $sql = "SELECT * FROM %t WHERE userid=%d"; //print_r(DB::format($sql, array($this->_table, $userid)));exit(); return DB::fetch_first($sql, array($this->_table, $userid)); }
标签:orm fir fetch form where div use color user
原文地址:https://www.cnblogs.com/bycnboy/p/9078314.html