Home »
MCQs »
CodeIgniter MCQs
Which kind of relationship is there between a URL string and its corresponding controller class/method?
10. Which kind of relationship is there between a URL string and its corresponding controller class/method?
- Many-to-one
- One-to-many
- Many-to-many
- One-to-one
Answer: D) One-to-one
Explanation:
A URL string and its related controller class/method usually have a one-to-one relationship.