diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/database/active_record.html | 2 |
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> |