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

[eluser]Unknown[/eluser]
Hello;
I got a program for library. and i had some models. one of them is "book". and it has "is_available" (boolean) field.
and i want to take a "available books list".
can you help me about this please?
if i want to view a specific book i do it like this:
$this->db->where("book_id", $this->input->post("book_id"));
$query = $this->db->get('book');


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