En la búsqueda utilizamos el comando de SQL «SUBSTRING». Ejemplo:
$students = TableRegistry::get('Students'); $query= $students->find()->where(['SUBSTRING(transaction_description, 1, 3) =' => 'Ago']);
En la búsqueda utilizamos el comando de SQL «SUBSTRING». Ejemplo:
$students = TableRegistry::get('Students'); $query= $students->find()->where(['SUBSTRING(transaction_description, 1, 3) =' => 'Ago']);