如何在cakephp中使用sql中的限制...我的意思是以下是sql ...
select * from emp limit 3,4
如何在查找功能中使用上述限制[3,4] ...
cakephp
cakephp ×1