Download the PHP package wwtg99/data_pool without Composer
On this page you can find all versions of the php package wwtg99/data_pool. 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 data_pool
Data Pool
A collection of data connections for data mappers.
Usage
-
Configure conf file
-
Use conf file to create data pool
-
Get connection
-
Define data mapper
-
Get data mapper for query
-
Use pagination
- Use order
>
for ascending, <
for descending
Methods to query
- select($select, $where)
- get($key, $select, $where)
- insert($data)
- update($data, $where, $key)
- delete($key, $where)
- has($where)
- count($select, $where)
- search($term, $select, $fields)
All versions of data_pool with dependencies
PHP Build Version
Package Version
The package wwtg99/data_pool contains the following files
Loading the files please wait ....