## 查询
```
$info = pdo_fetch('select * from ' . tablename('ewei_shop_member') . ' where openid=:openid and uniacid=:uniacid limit 1', array(':uniacid' => $_W['uniacid'], ':openid' => $openid));
$members = pdo_fetchall("SELECT * FROM " . tablename("ewei_shop_member") . " WHERE status=1 and isagent=1 AND uniacid=" . $_W["uniacid"]);
$value = pdo_fetchcolumn("SELECT credit1 FROM " . tablename('ewei_shop_member') . " WHERE uniacid=:uniacid and openid=:openid limit 1", array(':uniacid' => $_W['uniacid'], ':openid' => $openid));
$sql = 'DELETE FROM '.tablename('ewei_shop_bmwater_meslog').' WHERE id> 0 '.$condition;
pdo_query($sql, $params);
```
## 新增
```
pdo_insert('ewei_shop_member', $member);
$id = pdo_insertid();
```
## 修改删除
```
//x修改
pdo_update('ewei_shop_member', $member, array('id' => $member['id']));
//
删除
pdo_delete('ewei_shop_commission_order', array('id' => $item['id']));
```
## 按ID当数组的KEY
```
$level2_agentids = pdo_fetchall('select id from ' . tablename('ewei_shop_member') . ' where agentid in( ' . implode(',', array_keys($level1_agentids)) . ') and isagent=1 and status=1 and uniacid=:uniacid', array(':uniacid' => $_W['uniacid']), 'id');
```
## 其他
```
p('commission')->getOrderCommissions($orderid,$ogid);
$set = m('common')->getSysset('wap');
$set = m('common') -> getPluginset('commission');
$set = $this -> getPluginset('commission');
$leveltype = intval($set['leveltype']);
```
- php调试
- php记录
- 常用循环
- 日期时间转换
- 时间格式
- mktime获取今日昨日本月时间戳
- http_build_query生成请求字符串
- PHP取整的几种方法
- 微擎记录
- W全局变量
- Http请求
- 人人商城二开记录
- 数据处理
- 常用查询
- 会员信息
- 确认收货处理
- 维权处理
- 设置读取和配置
- 报单商品类型属性
- 团队佣金
- 自动升级
- 业绩分红
- 前端html和js
- html按钮提交处理
- 引用js传参
- 表单
- 表单判断
- 任务执行
- 提示跳转页
- 全局变量
- 订单交易
- DIY设置
- 系统菜单
- mysql记录
- 创建表-14
- html和js
- 模板中使用js变量传参
- js表单处理
- 表单判断
- js页面跳转刷新
- thinkphp帮助
- 导入导出excel