Viewing 15 posts - 1 through 15 (of 22 total)
ha its php codeigniter
June 23, 2014 at 5:47 am
actually category and subcategory will not be having foreign keys these two tables ids we are inserting into association table as i mentioned above.
As i tried separtely it is refreshing...
June 23, 2014 at 5:34 am
If we are deleting that it should display a message there itself.
June 18, 2014 at 12:08 am
$data=array(
'order_id'=>$this->input->post('order_id'),
'order_name'=>$this->input->post('order_name'),
'cat_id'=>$this->input->post('cat_id'),
'sub_cat_id'=>$this->input->post('sub_cat_id'),
);
$this->db->insert('order_master',$data);
}
Actually this is my code which i usedto add theorders can u make changes in this how to do that
it will be helpfull for me please
June 17, 2014 at 1:48 am
$data=array(
'order_id'=>$this->input->post('order_id'),
'order_name'=>$this->input->post('order_name'),
'cat_id'=>$this->input->post('cat_id'),
'sub_cat_id'=>$this->input->post('sub_cat_id'),
);
$this->db->insert('order_master',$data);
}
Actually this is my code which i usedto add theorders can u make changes in this how to do that
it will be helpfull for me please
June 17, 2014 at 1:47 am
$data=array(
'order_id'=>$this->input->post('order_id'),
'order_name'=>$this->input->post('order_name'),
'cat_id'=>$this->input->post('cat_id'),
'sub_cat_id'=>$this->input->post('sub_cat_id'),
);
$this->db->insert('order_master',$data);
}
Actually this is my code which i usedto add theorders can u make changes in this how to do that
June 17, 2014 at 1:47 am
in where class ur comparing the ids in the table but where ur getting the association id
June 17, 2014 at 1:44 am
what is mycatId which u have i didnt get that
June 17, 2014 at 1:27 am
can i have one example regarding that
June 11, 2014 at 3:19 am
while deleting the cat_id from category table if i want to get a message then how to do regarding cat_id is present in order table
June 11, 2014 at 2:43 am
i cantget u what u r saying
June 11, 2014 at 2:24 am
Viewing 15 posts - 1 through 15 (of 22 total)