Welcome Guest, Not a member yet? Register   Sign In
Variables of single row in view
#2

[eluser]JoostV[/eluser]
Model
Code:
function nacitaj_produkt($id)
    {
      $query=$this->db->get_where('produkty', array('status' => '1', 'id_produkty' => $id));
      return $query->num_rows > 0 ? $query->row(); false;
    }

View
Code:
if($product != false) {
    echo $product->id_produkty;
}


Messages In This Thread
Variables of single row in view - by El Forum - 02-18-2010, 11:53 AM
Variables of single row in view - by El Forum - 02-18-2010, 12:01 PM
Variables of single row in view - by El Forum - 02-18-2010, 12:25 PM
Variables of single row in view - by El Forum - 02-19-2010, 12:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB