Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Call controller method within library without redirect
Post: Call controller method within library without redi...

Hey! I'm building a library for CI and I need to run the callback after my logic. How do i call a controller method within library? I tried different ways and nothing worked :( PHP Code:...
4,721 Views
1 Replies
06-01-2017, 06:24 AM
Russ_AB
    Thread: Library - Custom Exception Handler
Post: Library - Custom Exception Handler

I made a Library to handle caught exceptions, uncaught exceptions and php errors easily. Check it out! https://github.com/russ-ab/CodeIgniter-Custom-Exception-Handler ;)
1,981 Views
0 Replies
05-24-2017, 08:34 AM
Russ_AB
    Thread: Multiple config.php files
Post: RE: Multiple config.php files

Use the ENVIRONMENT constant to check. Something like PHP Code: -- $config['base_url'] = (ENVIRONMENT === 'production' ? 'http://prod' : 'http://dev'); --
5,256 Views
3 Replies
03-16-2016, 11:18 AM
Russ_AB
    Thread: CodeIgniter 3 - How to "Remember me" session
Post: RE: CodeIgniter 3 - How to "Remember me" session

@mwhitney Amazing reply again! I ended up using the Ion Auth because of all their other functions. You gave a good explanation how to do that, definitely i will use this on future projects! T...
25,492 Views
7 Replies
09-16-2015, 09:52 AM
Russ_AB
  Exclamation Thread: CodeIgniter 3 - How to "Remember me" session
Post: CodeIgniter 3 - How to "Remember me" session

Hello, I'm trying to create a "Remember me" session (that lasts for 1 week) using the new CI Session. My configs are: PHP Code: -- ... $config['sess_driver'] = 'database'; $config['sess_cookie_na...
25,492 Views
7 Replies
09-09-2015, 01:22 PM
Russ_AB

Theme © iAndrew 2016 - Forum software by © MyBB