Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: cannot set an index of a session
Post: RE: cannot set an index of a session

InsiteFX Wrote: (07-04-2018, 03:44 AM) -- You need to read the CodeIgniter User's Guide PHP Code: -- $this->session->set_userdata('coins', '5'); -- -- No, This is my session: PHP Code: -- ar...
5,306 Views
4 Replies
07-04-2018, 06:36 AM
hamidb80
    Thread: cannot set an index of a session
Post: cannot set an index of a session

Hello. I try to change an index of a session but codeigniter sent an Error : PHP Code: -- $this->session->user['coins'] = 5; -- Code: -- Indirect modification of overloaded property CI_Sessi...
5,306 Views
4 Replies
07-04-2018, 01:31 AM
hamidb80
  Question Thread: Can I have more management on my controller by separate functions into classes?
Post: Can I have more management on my controller by sep...

 created a simple "CMS" with "codeigniter". I want to know can it separates public functions into a new class? This is my controller code: PHP Code: -- class Admin extends MY_Controller { ...
1,340 Views
0 Replies
07-03-2018, 06:32 AM
hamidb80

Theme © iAndrew 2016 - Forum software by © MyBB