Good day > The example I am thinking of is an app could very well have millions of > rows, and if you did happen to pass a zero you would most probably end up > killing the server with an out of memory error, or timeout issues... and > thus bring you app crashing down.
Judging with protected function _renderLimitoffset($sql) in http://framework.zend.com/svn/framework/standard/trunk/library/Zend/Db/Select.php, that large limit is PHP_INT_MAX and is related to select all entries from the offset to the end of database, no? -- Валерий Яцко ______________________________________________________________________ [email protected] | http://www.artlebedev.ru
