Class Zend_Version

Description

Class to store and retrieve the version of Zend Framework.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Version.php (line 30)


	
			
Class Constant Summary
 VERSION = '1.11.0rc1'
Variable Summary
 static string $_lastestVersion
Method Summary
 static int compareVersion (string $version)
 static string getLatest ()
Variables
static string $_lastestVersion (line 42)

The latest stable version Zend Framework available

  • access: protected
Methods
static compareVersion (line 54)

Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework.

  • return: -1 if the $version is older,
    1. if they are the same,
    and +1 if $version is newer.
  • access: public
static int compareVersion (string $version)
  • string $version: A version string (e.g. "0.7.1").
static getLatest (line 67)

Fetches the version of the latest stable release

static string getLatest ()
Class Constants
VERSION = '1.11.0rc1' (line 35)

Zend Framework version identification - see compareVersion()

Documentation generated on Tue, 26 Oct 2010 20:09:20 +0400 by phpDocumentor 1.4.2