adspace


How to check the version of codeigniter framework?

Answer Posted / Arun Singh Rawat

To check the version of the CodeIgniter framework, you can use the following code snippet: `echo $this->config->item('version');`

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717