Ticket #285 (closed task: fixed)
Isolate all calls to BasePeer::doSelect() in the generated peer classes
| Reported by: | hans | Owned by: | hans |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Generator | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It would be advantageous to have all calls to !BasePeer::doSelect() passing through a single method in the generated Peer classes. Indeed, there is no reason not to use the generated doSelectStmt() method for this, since it is essentially passes queries through to BasePeer.
Change History
Note: See
TracTickets for help on using
tickets.
Implemented in [420]