->escape() (Previous) (Next) ->orderBy()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

->limit()

->limit() -- Set limit

Описание

Sets the limit for a query. (this only works on databases that support the LIMIT clause), without parameters, it will clear the current limit.

Параметр

  • int $from - limit start (or number), or blank to reset

  • int $number - limit results to number

Заметка

Эта функция не должна вызываться статически.

Since postgres and mysql only really support limit directly - calling this on an unsupported database will emit a PEAR::Error and die.

->escape() (Previous) (Next) ->orderBy()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.