Download the PHP package sethink/swoole-orm without Composer
On this page you can find all versions of the php package sethink/swoole-orm. 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 swoole-orm
swoole-orm
感谢完善
[1]:nowbe -> 新增数据返回insert_id
版本
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6
v0.0.7
引入
入门例子
基本使用
查询
查询单条
查询多条
添加
添加单条数据
批量添加
更新数据
删除数据
详解
init($server)
instance()
例子:
put($mysql)
例子:
name($tableName)
field($field)
order($order)
例子: $order为一维数组时
$order为二维数组时
group($group)
例子:
having($having)
例子:
distinct($distinct)
例子:
lock($state)
例子:
fetchSql()
例子:
where($whereArray)
例子1:
find()
select()
insert($data)
insertAll($data)
update($data)
delete()
query($sql)
例子:
setDefer($bool)
All versions of swoole-orm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-swoole Version >=4.2.7
ext-swoole Version >=4.2.7
The package sethink/swoole-orm contains the following files
Loading the files please wait ....