For complex schema changes, ________ should be used to avoid data loss during migrations.
- $this->db->modify()
- $this->db->protect()
- $this->db->update()
- Database Seeder
In CodeIgniter, $this->db->protect() should be used for complex schema changes to avoid data loss during migrations by wrapping column and table names with backticks.
Loading...
Related Quiz
- The technique of _________ effectively limits SQL injection by stripping out SQL commands from user inputs.
- A mobile app uses OAuth for authentication. The app should primarily use the ________ grant type to ensure security and efficiency.
- When limiting the number of results returned by a query in CodeIgniter, the ________ method is employed.
- In CodeIgniter, where are log files typically stored by default?
- Which HTML5 feature provides native form validation without additional scripting?