Home »
MCQs »
CodeIgniter MCQs
Which of the following folder will contain the base class of your application?
40. Which of the following folder will contain the base class of your application?
- Hooks
- Helpers
- Config
- Core
Answer: D) Core
Explanation:
The core folder will contain the base class of your application.