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
IX   Modules
  PTMDB
      • db_add_row()
      • db_add_row_hash()
      • db_create_database()
      • db_create_table()
      • db_connect()
      • db_disconnect()
      • db_delete_row()
      • db_delete_row_like()
      • db_delete_row_where()
      • db_drop_database()
      • db_drop_table()
      • db_get_column_count()
      • db_get_column_stats()
      • db_get_columns()
      • db_get_databases()
      • db_get_index_stats()
      • db_get_indexes()
      • db_get_process_stats()
      • db_get_row()
      • db_get_row_count()
      • db_get_row_count_like()
      • db_get_row_count_where()
      • db_get_row_hash()
      • db_get_row_hash_like()
      • db_get_row_hash_where()
      • db_get_row_hashes()
      • db_get_row_hashes_like()
      • db_get_row_hashes_where()
      • db_get_row_like()
      • db_get_row_where()
      • db_get_rows()
      • db_get_rows_like()
      • db_get_rows_where()
      • db_get_table_stats()
      • db_get_tables()
      • db_select_database()
      • db_query()
      • db_update_row()
      • db_update_row_hash()
      • db_update_row_hash_like()
      • db_update_row_hash_where()
      • db_update_row_like()
      • db_update_row_where()
  RSS20
Documentation
View / Download this file.
------------
PTMDB MODULE
------------

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

    PTMDB allows PTM developers a database interface capable of managing
    connections with MySQL, MS SQL, mSQL, Oracle, Informix, ADO, etc.
    This module wraps the functionality of Perl's DBI module. For more
    specific information regarding PTMDB/DBI's conformity to your database
    scheme, see the documentation on CPAN.ORG for DBD::db_type (DBD::mysql
    for example). See the documentation that came with your distribution
    for further information.

  ------------
  INSTALLATION
  ------------

    Place this file in the same directory as your PPA (ptm.cgi) file, or in
    your working directory.

  ------------
  USAGE FORMAT
  ------------

    Include using PTM's REQUIRE tag using one of the following methods:

    <?REQUIRE PTMDB REQUIRE?>
    <?require PTMDB require?>
    <?require PTMDB ?>
    <?~ PTMDB ~?>
    <?~ PTMDB ?>
    <?~
      PTMDB
    ?>

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

    TAGS

      REQUIRE
      
    MODULES
    
      PTMDB
      
        Function List
Home    SVN    Downloads    Documentation    Forum    Contact