Download the PHP package fordnox/mikron without Composer
On this page you can find all versions of the php package fordnox/mikron. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fordnox/mikron
More information about fordnox/mikron
Files in fordnox/mikron
Download fordnox/mikron
More information about fordnox/mikron
Files in fordnox/mikron
Vendor fordnox
Package mikron
Short Description PDO to object mapper
License Apache-2.0
Homepage https://github.com/fordnox/mikron
Package mikron
Short Description PDO to object mapper
License Apache-2.0
Homepage https://github.com/fordnox/mikron
Please rate this library. Is it a good library?
Informations about the package mikron
Mikron
Simple PHP PDO data mapper
Maps database rows to simple PHP object and nothing more.
Usage
Load database values to Order object. All public members of the class must be the same as field names in database. Entity is identified by field "id"
Simple model class:
Maps database values to Entity class
Custom entity names and table names
Define custom function to map entities to table names and vice versa. By default entity name is same as table name.
All versions of mikron with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package fordnox/mikron contains the following files
Loading the files please wait ....