0 votes
in CodeIgniter by
edited by

How can you create a library in CodeIgniter?

🔗Source: CodeIgniter Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

1 Answer

0 votes
by
There are three methods to create a library,

Creating an entirely new library

Extending native libraries

Replacing native libraries
...