Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Using CodeIgniter
General Help
Help adding CI3 compatibility to Flexi Auth
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Help adding CI3 compatibility to Flexi Auth
mrtomtom
Junior Member
Posts:
16
Threads:
4
Joined:
Nov 2014
Reputation:
0
#5
11-12-2014, 12:07 PM
Ok I found a fix, was how the library was being called, just needed to change
load_class('Flexi_auth_lite', 'libraries', FALSE);
to
$CI =& get_instance();
$CI->load->library('Flexi_auth_lite’);
Unless anyone is aghast at the idea of doing that?
Reply
Messages In This Thread
Help adding CI3 compatibility to Flexi Auth
- by
mrtomtom
- 11-10-2014, 10:27 AM
RE: Help adding CI3 compatibility to Flexi Auth
- by
mrtomtom
- 11-10-2014, 11:22 AM
RE: Help adding CI3 compatibility to Flexi Auth
- by
benedmunds
- 11-11-2014, 06:00 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
mrtomtom
- 11-11-2014, 08:28 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
mrtomtom
- 11-12-2014, 12:07 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
Chroma
- 11-14-2014, 08:52 AM
RE: Help adding CI3 compatibility to Flexi Auth
- by
mrtomtom
- 11-14-2014, 03:44 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
bclinton
- 11-16-2014, 09:57 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
mrtomtom
- 12-07-2014, 11:27 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
Marcel
- 03-03-2015, 02:27 AM
RE: Help adding CI3 compatibility to Flexi Auth
- by
netsurfaces
- 04-07-2015, 09:23 PM
RE: Help adding CI3 compatibility to Flexi Auth
- by
rajranjan
- 08-13-2015, 05:01 AM
RE: Help adding CI3 compatibility to Flexi Auth
- by
jurajg
- 10-12-2016, 11:59 PM
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB