Tagged Questions
2
votes
2answers
954 views
Zend_Db_Table Relationships and Zend_Paginator
is there a way, hot to apply paginator limit on select, which I send to findDependentRowset function? for example:
$select = $row->select();
$select->order('item_name');
...