mihaiblebea/domino
Composer 安装命令:
composer require mihaiblebea/domino
包简介
Domino is a basic ORM for PHP using mysql PDO
README 文档
README
Methods:
public function construct()
- requires Connector class
- stores the connector into private connector
public function getTable()
- returns the saved table name to create different schemas
public function setTable()
- must be set before calling any CRUD method on this class
- sets the table name
public function connect()
- returns the connector from the Connector class stored in this class
public function where()
- accepts a valueA, operand and valueB
- creates the query schema
public function orWhere()
- accepts a valueA, operand and valueB
- if schema is not null, then it adds an 'OR' operation and another secondary schema
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-09