Method Database_Statement::limit
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Limit the current result to a certain number of rows and take an offset value as second argument
public function object limit(int $intRows, int $intOffset)
Parameters
- int $intRows
- Not documented yet. Please add documentation to this entry.
- int $intOffset
- Default:
- Not documented yet. Please add documentation to this entry.
Add a comment