Class Zend_Version

Description

Class to store and retrieve the version of Zend Framework.

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

Located in /Zend/Version.php (line 29)


	
			
Class Constant Summary
 VERSION = '0.9.2beta'
Method Summary
 static boolean compareVersion (string $version)
Methods
static compareVersion (line 46)

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

  • return: -1 if the $version is older,
    1. if they are the same,
    and +1 if $version is newer.
  • access: public
static boolean compareVersion (string $version)
  • string $version: A version string (e.g. "0.7.1").
Class Constants
VERSION = '0.9.2beta' (line 34)

Zend Framework version identification - see compareVersion()

Documentation generated on Fri, 06 Apr 2007 18:32:38 -0700 by phpDocumentor 1.3.1