API15:JVersion
From Joomla! Documentation
JVersion is a class that provides Version information about the currently installed Joomla application.
Defined in
libraries/joomla/version.php
Methods
| Method name | Description |
|---|---|
| getLongVersion | string Long format version |
| getShortVersion | string Short version format |
| getHelpVersion | string Version suffix for help files |
| isCompatible | Compares two "A PHP standardized" version number against the current Joomla! version |
Importing
jimport( 'joomla.version' );
Examples
Code Examples