Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to load databases dynamically in codeigniter
Post: How to load databases dynamically in codeigniter

I'm using Codeigniter 3.X in my application and I want to use different databases for each user dynamically. Currently, the main database is called main_db, but if a user with user id 1 logs in, then ...
117 Views
0 Replies
03-15-2023, 11:46 PM
BobbyTanomrfp
    Thread: How to make email notifications for errors and exceptions?
Post: RE: How to make email notifications for errors and...

There are several ways to handle errors and exceptions in your application without modifying the core engine code. One approach is to use a third-party library that provides custom error handling and ...
763 Views
12 Replies
03-03-2023, 12:48 AM
BobbyTanomrfp
    Thread: Unserialize PHP session data
Post: Unserialize PHP session data

I'm using CodeIgniter 3.x with database session driver and i want to access data cloumn that BLOB type. Here my blob data: __ci_last_regenerate|i:1435420891;identity|s:13:"[email protected] ";username|s...
108 Views
1 Replies
03-03-2023, 12:15 AM
BobbyTanomrfp
    Thread: Maximum execution time of 300 seconds exceeded
Post: Maximum execution time of 300 seconds exceeded

I keep getting this PHP error: Fatal error: Maximum execution time of 300 seconds exceeded I have tried setting my max_execution_time and my max_input_time settings in php.ini (both apache and c...
369 Views
0 Replies
02-24-2023, 03:17 AM
BobbyTanomrfp
    Thread: Destroying Codeigniter library instance
Post: Destroying Codeigniter library instance

Is it possible to destroy a Codeigniter library instance? I'm looking for a way to free up RAM while running a large script and want to know if there's a way to do this with my library. I'm wonderi...
67 Views
1 Replies
02-14-2023, 04:55 AM
BobbyTanomrfp

Theme © iAndrew 2016 - Forum software by © MyBB