InterviewSolution
Saved Bookmarks
| 1. |
How to check the CodeIgniter version? |
|
Answer» There are 2 ways to check the CodeIgniter VERSION.
You can echo the constant value of CI_VERSION in the CodeIgniter CONTROLLER or view file.
|
|