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
#2

this is error :

Undefined variable : id
Reply
#3

It has nothing to do with the framework.
You are trying to pass a variable that doesn't exist.
Reply
#4

(This post was last modified: 04-19-2021, 06:11 AM by kleber.)

Where did you set the $id variable?
In the code that you sent there is only $id_p and $store.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB