summaryrefslogtreecommitdiffstats
path: root/user_guide/database/active_record.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/database/active_record.html')
-rw-r--r--user_guide/database/active_record.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 874dda58e..aa888d28f 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -337,6 +337,7 @@ $this->db->or_where('id >', $id);
<li><strong>Simple key/value method:</strong>
<code>$this->db->like('title', 'match');
+ <br /><br />// Produces: WHERE title LIKE '%match%' </code>
<p>If you use multiple function calls they will be chained together with <var>AND</var> between them:</p>