What is the difference between table , entity and behavior in the Model context?
For example, I have a table called module, I want to make a query like this
$modulo = TableRegistry::get('Modulo');
$resultado = $modulo ->find()...
asked by
05.09.2017 / 16:41