Download the PHP package qingbing/php-db-model without Composer
On this page you can find all versions of the php package qingbing/php-db-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qingbing/php-db-model
More information about qingbing/php-db-model
Files in qingbing/php-db-model
Download qingbing/php-db-model
More information about qingbing/php-db-model
Files in qingbing/php-db-model
Vendor qingbing
Package php-db-model
Short Description db-model模型的抽象
License MIT
Homepage http://www.phpcorner.net
Package php-db-model
Short Description db-model模型的抽象
License MIT
Homepage http://www.phpcorner.net
Please rate this library. Is it a good library?
Informations about the package php-db-model
php-db-model
描述
db-model 的相关操作,定义了包含数据表关联关系的数据表操作ar模型
注意事项
- 继承自php-model的 Model 类,包含有 php-model 的所有相关操作
- 提供对数据表的对应关系,save(insert和update)、delete、find等操作
- 增加了model的模型唯一性验证 : \DbModelSupports\Validators\Unique
- 数据对象之间包含有四种关联关系
- BELONGS_TO : 属于
- HAS_MANY : 拥有(多个)
- HAS_ONE : 拥有(有且只有一个)
- STAT : 统计符合条件的个数
- 模型支持分页查询
使用方法
0、基础模型
1、模型基础操作
2、模型新增操作
3、模型更新操作
4、模型删除操作
5、模型查找操作
6、模型关联操作
7、模型唯一性定义验证
8、模型的分页使用示例
====== 异常代码集合 ======
异常代码格式:1015 - XXX - XX (组件编号 - 文件编号 - 代码内异常)
All versions of php-db-model with dependencies
PHP Build Version
Package Version
Requires
qingbing/php-helper Version
>=1.0, <2.0
qingbing/php-model Version >=1.0, <2.0
qingbing/php-database Version >=1.0, <2.0
qingbing/php-file-cache Version >=1.0, <2.0
qingbing/php-model Version >=1.0, <2.0
qingbing/php-database Version >=1.0, <2.0
qingbing/php-file-cache Version >=1.0, <2.0
The package qingbing/php-db-model contains the following files
Loading the files please wait ....