For a project requiring a database to be populated with specific types of data for testing, the developer would use ________.

  • Controller
  • Database Seeder
  • Model
  • Query Builder
CodeIgniter provides a Database Seeder feature that allows developers to populate the database with specific data for testing purposes. This ensures a controlled environment for testing and validating various scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *