簡易函數 插入或更新

if (!function_exists('addandupdate')) { /** * 自動執行add或update * */ function addandupdate($table, $where, $data) { $have = Db::table($table)->where($where)->find();
相關文章
相關標籤/搜索