Download the PHP package katropine/kmapper without Composer
On this page you can find all versions of the php package katropine/kmapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download katropine/kmapper
More information about katropine/kmapper
Files in katropine/kmapper
Download katropine/kmapper
More information about katropine/kmapper
Files in katropine/kmapper
Vendor katropine
Package kmapper
Short Description PHP-MySql data layer
License MIT
Homepage http://github.com/katropine/kmapper
Package kmapper
Short Description PHP-MySql data layer
License MIT
Homepage http://github.com/katropine/kmapper
Please rate this library. Is it a good library?
Informations about the package kmapper
KMapper - MySql Database Layer
KMapper library is a PHP toolkit for accessing and manipulate MySql database. It provides a query builder class called TableMapper. KMapper is a PDO wrapper library. Data is returned as associative array.
Instructions
First create a kmapper.php
file in your /app/config
or /application/config
or /config
directory with content.
- For non MVC framework use define
kmapper.php
config path withdefine('KMAPPER_CONFIG_LOCATION', '/my/cistom/path')
Execute first query:
Table Prefix:
Multiple database connections
Query Builder
Insert & Update
In case "id" is not the primary key name, key has to be defined:
Mutiple UPDATE & INSERT
WHERE id IN ()
Transactions
Install KMapper with Composer
All versions of kmapper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package katropine/kmapper contains the following files
Loading the files please wait ....