CommunityAuth and My_Model |
Read: https://forum.codeigniter.com/thread-693..._logged_in
Examples controller extends MY_Controller, which should extend Auth_Controller. If this isn't the case, then you need to fix that. So if you already had a MY_Controller, you need to have it extend Auth_Controller. See the MY_Controller that ships with Community Auth for the details. |
Messages In This Thread |
CommunityAuth and My_Model - by chrismartinez99 - 01-11-2018, 09:12 PM
RE: CommunityAuth and My_Model - by skunkbad - 01-11-2018, 11:22 PM
RE: CommunityAuth and My_Model - by chrismartinez99 - 01-12-2018, 07:15 AM
RE: CommunityAuth and My_Model - by chrismartinez99 - 01-14-2018, 08:49 PM
RE: CommunityAuth and My_Model - by chrismartinez99 - 01-14-2018, 09:22 PM
RE: CommunityAuth and My_Model - by skunkbad - 01-14-2018, 10:39 PM
RE: CommunityAuth and My_Model - by chrismartinez99 - 01-15-2018, 09:40 AM
|