JVersion/1.5
From Joomla! Documentation
[Edit Descripton] JVersion is a class that provides Version information about the currently installed Joomla application.
Defined in
libraries/joomla/version.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| getHelpVersion | |
| getLongVersion | |
| getShortVersion | |
| isCompatible | Compares two "A PHP standardized" version number against the current Joomla! version. |
Importing
jimport( 'joomla.version' );
See also
[Edit See Also] SeeAlso:JVersion
Examples
<CodeExamplesForm />