Welcome Guest, Not a member yet? Register   Sign In
User Guide: Missing Text on Active Record Class Page in Docs
#1

[eluser]kirkaracha[/eluser]
The comment in the multiple function calls example for $this->db->where(); is missing the word "name." The example is:

Code:
$this->db->where('name', $name);
$this->db->where('title', $title);
$this->db->where('status', $status);

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

The last line should be:
Code:
// WHERE name = 'Joe' AND title = 'boss' AND status = 'active'
#2

[eluser]Derek Allard[/eluser]
thanks. got it.




Theme © iAndrew 2016 - Forum software by © MyBB