Awesome
CakePHP 3 ORM Example
This repo currently contains the some simple code for bootstraping the CakePHP 3 ORM, its purpose is so it can be used as an example for people trying out this component.
How to use?
git clone https://github.com/lorenzo/cake-orm-example.git && cd cake-orm-example;
composer install
php example.php
You should see the JSON output of the query in the example.php
file.