Download the PHP package tjn/mpdo without Composer
On this page you can find all versions of the php package tjn/mpdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mpdo
pdo简易封装
实例化
表
table()
条件
where()
参数会形成AND组合
whereOr()
参数会形成OR组合
whereIn()
whereInOr()
whereNotIn()
whereNotInOr()
whereRaw()
获取数据
get()
first()
all()
count()
groupBy
orderBy
join
插入数据
insert()
insertAll()
更新数据
update()
删除数据
delete()
事务
beginTransaction()
commit()
rollBack()
All versions of mpdo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-pdo Version *
ext-pdo Version *
The package tjn/mpdo contains the following files
Loading the files please wait ....