What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to CodeIgniter...
Please Help! Thanks...
Load it into the view like any other piece of data...
$data['item'] = $this->session->userdata('item');
$this->load->view('view', $data);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With