summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-12-16 13:11:57 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-12-16 13:11:57 +0100
commit25f3ce3b697fe77d0a8930be154321f88e7df7f3 (patch)
treec55ca92c8cb7cbd950a624bd730528580878587b /user_guide/database
parent0cb3ca74c4036ac5aa9ef52a3b83249483b1ae45 (diff)
wording clarification
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/active_record.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 1432ccb92..d6bf9b70c 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -198,7 +198,7 @@ $query = $this->db->get();<br />
<p>Multiple function calls can be made if you need several joins in one query.</p>
-<p>If you need something other than a natural JOIN you can specify it via the third parameter of the function.
+<p>If you need a specific type of JOIN you can specify it via the third parameter of the function.
Options are: left, right, outer, inner, left outer, and right outer.</p>
<code>