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.10.6'
Method Summary
 static boolean compareVersion (string $version)
Methods
static compareVersion (line 47)

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 boolean compareVersion (string $version)
  • string $version: A version string (e.g. "0.7.1").
Class Constants
VERSION = '1.10.6' (line 35)

Zend Framework version identification - see compareVersion()

Documentation generated on Mon, 21 Jun 2010 15:51:34 -0400 by phpDocumentor 1.4.3