ypnos-web / cakephp-datatables

CakePHP3 Plugin for DataTables plug-in for jQuery
MIT License
27 stars 24 forks source link

Call to undefined method App\Controller\XxxController::getRequest() #54

Closed r34117y closed 6 years ago

r34117y commented 6 years ago

I use CakePHP 3.5.11 - controllers uses request property, not getRequest() function. Should I download different version of cakephp-datatables? (I use v 3.0) Best regards,

ypnos-web commented 6 years ago

My bad, I assumed getRequest to be present in 3.5. Use 2.x version of plugin. I will update composer version dependency.

r34117y commented 6 years ago

Ok. Thanks for info. I'll try 2.x :)