From 25f3ce3b697fe77d0a8930be154321f88e7df7f3 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 16 Dec 2009 12:11:57 +0000 Subject: wording clarification --- user_guide/database/active_record.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') 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();

Multiple function calls can be made if you need several joins in one query.

-

If you need something other than a natural JOIN you can specify it via the third parameter of the function. +

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.

-- cgit v1.2.3-24-g4f1b