How to use core folder in codeigniter?



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

Post New Answer

More CodeIgniter Interview Questions

How to get last inserted id in codeigniter?

1 Answers  


How to use pagination in codelgniter?

1 Answers  


Is codeigniter good for large applications?

1 Answers  


How to insert data into database in codeigniter?

1 Answers  


What is third party in codeigniter?

1 Answers  


Explain the folder structure of codeigniter.

1 Answers  


How to check data is updated or not in codeigniter

1 Answers  


What is the use of hooks in codeigniter?

1 Answers  


What is an orm, list orm’s for codeigniter?

1 Answers  


How to handle sessions in codeigniter?

1 Answers  


How do I do a count('foo') using the active record functions?

1 Answers  


How to enable error log in codeigniter?

1 Answers  


Categories