Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] to view a list using models
#2

[eluser]WebsiteDuck[/eluser]
Code:
$this->db->where("book_id", $this->input->post("book_id"));
$this->db->where("is_available", true);
$query = $this->db->get('book');

or if you want all available books get rid of the first line


Messages In This Thread
[SOLVED] to view a list using models - by El Forum - 01-14-2010, 06:10 PM
[SOLVED] to view a list using models - by El Forum - 01-14-2010, 06:41 PM
[SOLVED] to view a list using models - by El Forum - 01-14-2010, 06:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB