Cakephp and serverside
Cakephp and serverside
Hi. I have problem with datatables and script http://datatables.net/development/server-side/php_cake to cakephp.
I using it many time but no I have to use join and server response me MySQL Error: 1052.
Problem is in this line :
[code] $sTable = "`clients` AS c JOIN users AS u ON (c.users_id = u.id)"; [/code]
When I print my all query and paste it in phpmyadmin everything is OK, but cake get error.
I using it many time but no I have to use join and server response me MySQL Error: 1052.
Problem is in this line :
[code] $sTable = "`clients` AS c JOIN users AS u ON (c.users_id = u.id)"; [/code]
When I print my all query and paste it in phpmyadmin everything is OK, but cake get error.
This discussion has been closed.