________ should be used in CodeIgniter to securely handle errors containing sensitive information.
- die()
- exit()
- log_message()
- show_error()
In CodeIgniter, the show_error() function should be used to securely handle errors containing sensitive information. It presents a user-friendly error message.
Loading...
Related Quiz
- What is the best practice for handling dependencies in a custom library in CodeIgniter?
- For advanced dependency management in custom libraries, CodeIgniter developers often use the ________ pattern.
- In the context of SQL injection, what is the significance of using stored procedures?
- How does CodeIgniter's logging mechanism assist in identifying security issues?
- In the Active Record Class, what method is used to update an existing record in the database?