Skip to content

Instantly share code, notes, and snippets.

@steinkel
Created August 14, 2014 19:55
Show Gist options
  • Save steinkel/d76235bc42fbcb65872e to your computer and use it in GitHub Desktop.
Save steinkel/d76235bc42fbcb65872e to your computer and use it in GitHub Desktop.
getting the Table of a given Entity in CakePHP 3.0
<?php
$table = Cake\ORM\TableRegistry::get($entity->source());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment