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');`
Post New Answer View All Answers
How to add / link an images/css/javascript from a view in ci?
717