How to use core folder in codeigniter?
Answer / Nitin Kumar Kanoujya
The core folder in CodeIgniter contains the main library files. To use them, simply include the relevant file at the top of your script using the require_once or include_once statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get last inserted id in codeigniter?
How to use pagination in codelgniter?
Is codeigniter good for large applications?
How to insert data into database in codeigniter?
What is third party in codeigniter?
Explain the folder structure of codeigniter.
How to check data is updated or not in codeigniter
What is the use of hooks in codeigniter?
What is an orm, list orm’s for codeigniter?
How to handle sessions in codeigniter?
How do I do a count('foo') using the active record functions?
How to enable error log in codeigniter?