سؤال

I have a problem with this pagination i use this code

var $paginate = array(
    'limit' => 5)

yes it work but after i code my search plugin, this pagination code is not working

please help me

لا يوجد حل صحيح

نصائح أخرى

Try using this as an example for your pagination

$this->paginate = array(
    'conditions' => array( ... )
    'limit' => 5,
);
$myResults = $this->paginate( 'MyModel' );
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top