Download the PHP package xhxhx/mypro without Composer
On this page you can find all versions of the php package xhxhx/mypro. 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 mypro
pro
基于PDO的一个简单地ORM
在用原生写脚本的时候怀念起框架中封装好的ORM,所以仿照laravel写了这个简版的ORM,可以链式操作。
SELECT:
UPDATE
INSERT
安装
composer require xhxhx/mypro v1.0.2
实现功能
条件函数
- table()
- select()
- leftJoin()
- where() 支持数组或多参数形式
- orWhere()
- whereIn
- whereBetween
- group()
- order()
- offset()
- limit()
操作函数
- count()
- findIt()
- find()
- get()
- insert()
- update()
- delete()
数据库配置在Config/db_config中
All versions of mypro with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.1
The package xhxhx/mypro contains the following files
Loading the files please wait ....