File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ the code and added new features.
9
9
This version drops any backwards compatibility and makes things even more
10
10
awesome then you could expect.
11
11
12
- ### Documentation
12
+ ##Documentation
13
13
Documentation is located at http://benedmunds.com/ion_auth/
14
14
15
- ### Installation
15
+ ##Installation
16
16
Just copy the files from this package to the correspoding folder in your
17
17
application folder. For example, copy Ion_auth/config/ion_auth.php to
18
18
system/application/config/ion_auth.php.
19
19
20
- ##Relational DB Setup
20
+ ### Relational DB Setup
21
21
Then just run the appropriate SQL file (if you're using migrations you can
22
22
get the migrations from JD here:
23
23
https://github.com/iamfiscus/codeigniter-ion-auth-migration ).
24
24
25
- ##MongoDB Setup
25
+ ### MongoDB Setup
26
26
Integrate the following projects to enable MongoDB support in CodeIgniter:
27
27
28
28
CodeIgniter MongoDB Active Record Library - http://github.com/alexbilbie/codeigniter-mongodb-library/tree/v2
@@ -33,7 +33,7 @@ Set $config['use_mongodb'] = TRUE; in the config file and then run the following
33
33
$ mongorestore sql/mongo
34
34
35
35
36
- ### Usage
36
+ ##Usage
37
37
In the package you will find example usage code in the controllers and views
38
38
folders. The example code isn't the most beautiful code you'll ever see but
39
39
it'll show you how to use the library and it's nice and generic so it doesn't
You can’t perform that action at this time.
0 commit comments