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
VIII   Functions
  _PTM()
  _PTM_FILE()
  append_file_text()
  basic_header()
  delete_cookie()
  end_session()
  get_dir_list()
  get_file_text()
  is_secure()
  is_session()
  nohtml()
  redirect_header()
  session_add()
  session_delete()
  session_domain()
  session_id()
  session_name()
  session_path()
  session_secure()
  set_basic_header()
  set_cookie()
  set_redirect_header()
  start_session()
  update_session()
  write_file_text()
IX   Modules
Documentation
View / Download this file.
---------------
_PTM() FUNCTION
---------------

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

    DO NOT USE THIS FUNCTION

    Although _PTM() is a publicly accessible function, it is not intended for
    public use. _PTM() is, figuratively speaking, the heart of the PTM language.
    This function parses out all PTM script tags and evaluates them according to
    their type. In the process of doing so it adjusts the values of the global
    variables @_PTM, $_PTM_POS, $_PTM_PREPROCESS, and @_REQUIRE. _PTM() returns
    a string of Perl script to be evaluated, using the mentioned variables.

    Although there are a small set of safe instances in which to call this
    function directly, it is not recommended for the average developer.

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

    VARIABLES

      @_PTM, $_PTM_POS, $_PTM_PREPROCESS, @_REQUIRE

    FUNCTIONS

      _PTM_FILE()
Home    SVN    Downloads    Documentation    Forum    Contact