Backend Development CodeIgniter Objective
May 22, 2013

What is displayField attribute?

Choose the correct answer:
A) It specifies the database table name
B) It specifies the name of the database connection to use to bind your model class to the related database table
C) It specifies which database field should be used as a label for the record
D) either a or b
Detailed Explanation

The displayField attribute specifies which database field should be used as a label for the record.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback