Static Public Member Functions | |
static | compareVersion ($version) |
Data Fields | |
const | VERSION = '1.9.7' |
Definition at line 30 of file Version.php.
static compareVersion | ( | $ | version ) | [static] |
Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework.
string | $version | A version string (e.g. "0.7.1"). |
Definition at line 47 of file Version.php.
const VERSION = '1.9.7' |
Zend Framework version identification - see compareVersion()
Definition at line 35 of file Version.php.