We general use PHP’s try..catch blocks to handle exceptions. If the try block could cause one of several different exceptions they can each be handled…
Leave a CommentTag: Multiple
For small-scale applications single route file is sufficient but large-scale applications its cumbersome to maintain and organize the routes. The solution for this was creating…
1 CommentYou Can Connect to Multiple Database in the same Codeigniter application easily. To use Multiple Database Connections you have to crate multiple Configurations Arrays. By…
Leave a Comment