->limit()

->limit() -- Set limit

Synopsis

Описание

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

Параметр

Заметка

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

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

Пример

    Поддержать сайт на родительском проекте КГБ