阅读目录
- 使用 `illuminate database` 查询构造器进行数据库操作
-
- 安装
- 建立配置
- PHP使用组件构建自己的PHP框架【应用DB】
-
- 获取结果集
-
- 从一张表中获取一行 / 一列
- 获取数据列值列表
- 强制不重复
- Where 查询
-
- 简单 Where 子句
- Where 数组
- orWhere 语句
- whereIn 、whereNotIn 语句
- whereBeteen、whereNotBetween 语句
- whereNull、whereNotNull 语句
- whereDate 语句
- whereMonth 语句