0 votes
in CodeIgniter by
edited by

How will you call a constructor in CodeIgniter?

🔗Source: CodeIgniter Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

1 Answer

0 votes
by
To use a constructor, you need to mention the following line of code,

parent::_construct()
...