Add limit and offset editor
Add limit and offset editor
modyking55
Posts: 14Questions: 7Answers: 0
in General
$editor-> limit? and offset ?
EX: SELECT * FROM cat
limit 5
This discussion has been closed.
Answers
No - the main Editor doesn't provide the ability to set a limit. You can for the
Options
class, but not Editor itself. If you need that, then you could create a VIEW with the LIMIT and have the Editor class select from that VIEW.Allan