InterviewSolution
Saved Bookmarks
| 1. |
How to deal with Error handling in CodeIgniter? |
|
Answer» CodeIgniter enables you to develop error REPORTING into your applications by using the below-given functions. Also, it has a class dedicated to error logging that permits messages RELATED to error and debugging to be SAVED as text files. Functions related to error handling are:
|
|