Is codeigniter object oriented?
Answer / Lata Sngh
Yes, CodeIgniter follows the Object-Oriented Programming (OOP) paradigm. It encourages developers to use objects and classes when building their applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
In which files routes are defined in codeigniter?
Explain why codeigniter is called as loosely based mvc framework?
How we can configure hooks in codeigniter?
Is codeigniter easy to learn?
How create custom config file in codeigniter?
How to unset session in codeigniter?
Explain the remapping method calls in codeigniter.
Explain how you will load or add a model in codeigniter?
How we can load multiple helper files in codelgniter?
Is codeigniter a cms?
How to set csrf token in codeigniter?
What is use of hook in codeigniter?