Add limit and offset editor

Add limit and offset editor

modyking55modyking55 Posts: 14Questions: 7Answers: 0

$editor-> limit? and offset ?
EX: SELECT * FROM cat limit 5

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    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

This discussion has been closed.