Download the PHP package cakesuit/metatable without Composer
On this page you can find all versions of the php package cakesuit/metatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cakesuit/metatable
More information about cakesuit/metatable
Files in cakesuit/metatable
Download cakesuit/metatable
More information about cakesuit/metatable
Files in cakesuit/metatable
Vendor cakesuit
Package metatable
Short Description Cakesuit/MetaTable plugin for CakePHP
License MIT
Package metatable
Short Description Cakesuit/MetaTable plugin for CakePHP
License MIT
Please rate this library. Is it a good library?
Informations about the package metatable
Cakesuit/MetaTable plugin for CakePHP
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
How to use it (for example)
Create table user:
Create a table meta for user
Insert user row:
id | username | password |
---|---|---|
1 | Cakesuit | 12345 |
Insert user meta row:
id | meta_key | meta_value | user_id |
---|---|---|---|
1 | age | 26 | 1 |
2 | sexe | male | 1 |
Config UsersTable:
Fetch meta:
...
If you encounter any difficulties, contact me. Thank you.
C@kesuit
All versions of metatable with dependencies
PHP Build Version
Package Version
Requires
cakephp/cakephp Version
^3.4
The package cakesuit/metatable contains the following files
Loading the files please wait ....