From 735ae13b4d4f71b769eb02de7050d6ba4495bf12 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 14 Mar 2008 03:17:49 +0000 Subject: typo --- user_guide/database/active_record.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index f644ba7df..5b7187bcf 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -241,7 +241,7 @@ $this->db->join('comments', 'comments.id = blogs.id', 'left');< $this->db->where('name', $name);
$this->db->where('title', $title);
$this->db->where('status', $status); -

// WHERE = 'Joe' AND title = 'boss' AND status = 'active' +

// WHERE = name 'Joe' AND title = 'boss' AND status = 'active'
-- cgit v1.2.3-24-g4f1b