-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
32 lines (17 loc) · 872 Bytes
/
README
File metadata and controls
32 lines (17 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
User-Library for the CodeIgniter Framework
Author: Adam Thody - http://www.adamthody.com/a-codeigniter-user-library/
Contributors:
Jedd
Dustin Blake - http://www.circuitbomb.com
Details:
This User Library for the CodeIgniter Framework is an abstracted user/auth system
to provide simple, core user management functionality, and nothing more.
CodeIgniter Version: 1.7.1
http://www.codeigniter.com
----------------------------------------------------------------------------------
Installation Instructions:
-- Download from Github via http://github.com/thody/User-Library/downloads
-- Extract contents to system/application/libraries
-- Import or run MySQL queries to create database tables from schema in userlibrary.sql
-- Open config/config.php and set $config['sess_use_database'] to TRUE
-- Optionally: Add the library to config/autoload.php