Class Zend_Version

Description

Class to store and retrieve the version of Zend Framework.

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

Located in /Version.php (line 29)


	
			
Class Constant Summary
 VERSION = '0.9.3beta'
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.3beta' (line 34)

Zend Framework version identification - see compareVersion()

Documentation generated on Sun, 27 May 2007 23:28:25 -0700 by phpDocumentor 1.3.2