summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorwei <>2007-01-17 23:48:19 +0000
committerwei <>2007-01-17 23:48:19 +0000
commitc9ff93f38aeb420d726341859f4a6e1fe2ca6f88 (patch)
tree5b988521542a986bf50a0828f720b1ef1356dc79 /demos
parentcd236d693d1df3e20c370c97a98c51ba3fcbd610 (diff)
typo
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/pages/Database/ActiveRecord.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Database/ActiveRecord.page b/demos/quickstart/protected/pages/Database/ActiveRecord.page
index bc1d2359..0e8b8f7d 100644
--- a/demos/quickstart/protected/pages/Database/ActiveRecord.page
+++ b/demos/quickstart/protected/pages/Database/ActiveRecord.page
@@ -248,7 +248,7 @@ $finder->find($criteria); //the 2nd parameter for find() is ignored.
</p>
<ul id="u2" class="block-content">
<li><tt>Parameters</tt> -- name value parameter pairs.</li>
- <li><tt>OrderBy</tt> -- column name and ordering pairs.</li>
+ <li><tt>OrdersBy</tt> -- column name and ordering pairs.</li>
<li><tt>Condition</tt> -- parts of the WHERE SQL conditions.</li>
<li><tt>Limit</tt> -- maximum number of records to return.</li>
<li><tt>Offset</tt> -- record offset in the table.</li>