Google News
logo
CakePHP - Interview Questions
How do you check the CakePHP version?
There are two ways to find the CakePHP version :
echo Configure::version()  
Or, go to the following path to find the version in the VERSION.txt file
/path/to/cake/lib/Cake/VERSION.txt
Advertisement