Another workaround for this:

class AppModel extends Model {

  function paginate($params) {
    return $this->Behaviors->Mybehaviour->paginate($this, $params);
  }
  function paginateCount($conditions) {
    return $this->Behaviors->Mybehaviour->paginateCount($this,
$conditions);
  }

}

I don't like it very much but, is there any cleaner solution?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to