PTM Logo Version 0.5.1 Beta
Home    SVN    Downloads    Documentation    Forum    Contact
This Site is 100%
Powered by PTM

SourceForge.net Logo
Documentation
I   Index
II   GNU GPL
III   Description
IV   Installation
V   Language Overview
VI   Tags
VII   Variables
  $_BASE
  $_CGI
  %_COOKIES
  $_DEFAULT_PTM_FILE
  $_DOCUMENT_ROOT
  %_GET
  $_HEADER
  @_KEYWORDS
  $_PATH
  %_POST
  @_PTM
  $_PTM_POS
  $_PTM_PREPROCESS
  @_REQUIRE
  $_SCRIPT
  %_SERVER
  %_SESSION
  %_SET_COOKIES
  $_SYNTAX_...
  $_URL
  $_USE_SECURE_SCRIPT_PASSING
  $_VERSION
VIII   Functions
IX   Modules
Documentation
View / Download this file.
------------------
$_VERSION VARIABLE
------------------

  -----------
  DESCRIPTION
  -----------

    The $_VERSION variable simply stores the version number of the PTM
    distribution in use. For example, as of this documentation's publication,
    the current PTM version was 0.4 Beta, and as such $_VERSION stored the value
    '0.4 Beta'.

  --------------
  USAGE EXAMPLES
  --------------

    -------------------------------------------------
    Example 1: Displaying the PTM Version to the User
    -------------------------------------------------

      This Site is Running PTM Version <?= $_VERSION ?>.

  --------
  SEE ALSO
  --------

    TAGS

      DISPLAY
Home    SVN    Downloads    Documentation    Forum    Contact