cnizzardini / cakephp-datatable

CakePHP Component for interoperability between CakePHP 2.x and jQuery DataTables plugin.
62 stars 49 forks source link

Broken at 2.3.5 - working up to 2.3.4 - fix included (also working for 2.3.1) #9

Closed ionas closed 10 years ago

ionas commented 10 years ago

In public function getResponse($controller = null, $model=null):

ionas commented 10 years ago

stupid markdown... REMOVE $parameters['limit'] = $limit = "$start,$length"; ADD $parameters['limit'] = $length; ADD $parameters['offset'] = $start;

htstudios commented 10 years ago

Ignore and see https://github.com/cnizzdotcom/cakephp-datatable/pull/10