Author: Derick Rethans
Date: 2006-11-27 11:06:15 +0100 (Mon, 27 Nov 2006)
New Revision: 4071

Log:
- Fixed documentation of orderBy.

Modified:
   trunk/Database/src/sqlabstraction/query_select.php

Modified: trunk/Database/src/sqlabstraction/query_select.php
===================================================================
--- trunk/Database/src/sqlabstraction/query_select.php  2006-11-27 10:01:43 UTC 
(rev 4070)
+++ trunk/Database/src/sqlabstraction/query_select.php  2006-11-27 10:06:15 UTC 
(rev 4071)
@@ -704,7 +704,7 @@
      *
      * @param string $column a column name in the result set
      * @param string $type if the column should be sorted ascending or 
descending.
-     *        you can specify this using ezcQuery::ASC or ezcQuery::DESC
+     *        you can specify this using ezcQuerySelect::ASC or 
ezcQuerySelect::DESC
      * @return ezcQuery a pointer to $this
      */
     public function orderBy( $column, $type = self::ASC )

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to