Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.0-BETA1
-
Component/s: Documentation
-
Labels:None
-
Environment:any
Description
There is no mentioning how to use the offset funktion in the "LIMIT and OFFSET clauses" chapter in the Doctrine 1.1 Documentation.
Some Example should feature:
->limit(12)
->offset(3)
to show how to use it.
Enhanced this for the 1.2 documentation since 1.1 end of life is approaching.