CAKEPHP_SHELL.txt 173 Bytes
$ bin/cake console

>>> $users = Cake\ORM\TableRegistry::getTableLocator()->get('Users');
>>> $users->find()->first();
>>> $users->find()->last();
>>> $users->find()->all();