On Jul 8, 2011, at 6:02 AM, saiman wrote: > Is there any way using Zend pagiantor with raw SQL query, not using > Zend_Db_Select or Zend_Db_Table_Select. Sometimes I prefer not using > those (Zend_Db_*)
Create your own adapter that implements the interface. http://framework.zend.com/manual/en/zend.paginator.advanced.html
