Zend Framework
1.12
|
Static Public Member Functions | |
static | compareVersion ($version) |
Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework. | |
static | getLatest () |
Fetches the version of the latest stable release. | |
Public Attributes | |
const | VERSION = '1.12.4' |
Zend Framework version identification - see compareVersion() | |
Static Protected Attributes | |
static | $_latestVersion |
|
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"). |
|
static |
Fetches the version of the latest stable release.
|
staticprotected |
const VERSION = '1.12.4' |
Zend Framework version identification - see compareVersion()