cakephp pagination overide paginate() method
- by islam
iam using cakephp pagination
and to paginate using custome query i override the paginate() method in my controller
the problem is that every other action that use paginate() method not work any more
how i can override this method without conflict with other that use this method from the same model