Маршруты:
$routes->connect('/textos',['controller' => 'Administracion', 'action' => 'textos']);
Контроллер:
class AdministracionController extends AppController {
public function textos() {
$this->set('textos', $this->Textos->find('all'));
}
}
Модель ---> Текстовая таблица
Ошибка: вызов функции-члена find () для логического файла
/srv/www/cake-arbol/src/Controller/AdministracionController.php Строка:
20
Строка 20: $this->set('textos', $this->Textos->find('all'));
В чем проблема? имя таблицы - Textos