Welcome Guest, Not a member yet? Register   Sign In
NEED HELP - Error Undefined Variable
#1

hi senior,
 
i still learning CI, i have problem
 
this is my code :
 
$id_p = $this->db->query('select max(id) as max_id from products')->row();        
        $store = $this->Setting_model->get_outlet_all();      
        foreach ($store as $st) {
            
            $countIfStoreExist = $this->Products_model->countIfStoreExist($st->id,$id); --> this is cause error

thanks all
Reply


Messages In This Thread
NEED HELP - Error Undefined Variable - by henz.wijaya - 04-15-2021, 08:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB