Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.2
-
Component/s: Zend_Paginator
-
Labels:None
-
Fix Version Priority:Should Have
Description
It is currently not possible to retrieve a Zend_Db_Table_Rowset from Zend_Paginator. This is due to the fact that it's not possible to get the table instance from a Zend_Db_Table_Select query.
A workaround for this problem could be an additional setTable() method in the DbSelect adapter. If a table is provided using this method, the DbSelect adapter will return a Rowset.
Attachments
Issue Links
| This issue is related to: | ||||
| ZF-3734 | Get the table instance from Zend_Db_Table_Select |
|
|
|
Added proposed patch. The patch proposes an opt-out situation.
Suggestion from zftalk.dev:
ESL|Stalker: cenuij, ralphschindler, norm2782: suggestion: opt-in in 1.6.2, opt-out in 1.7?