Class: base_database2xml

Quellcode Position: Program_Root/base_db2xml.php

Class base_database2xml

Class Overview

Export database structur as XML

Implementiert in Program_Root/base_db2xml.php [Zeile 21]

base_object
   |
   --base_db
      |
      --base_database2xml
Author(s): Information Tags:

Properties

Methods

Inherited Properties And Methods
Inherited Properties Inherited Methods

Abgeleitet von base_db

base_db::$dbobj_name
base_db::$dbsocket
base_db::$db_obj
base_db::$msgs

Abgeleitet von base_db

base_db::createDBObject()
Create data base object(PEAR)
base_db::db_addField()
Interface function: insert field
base_db::db_addIndex()
Interface function: insert index
base_db::db_changeField()
Interface function: change field
base_db::db_changeIndex()
Interface function: change index
base_db::db_connect()
Connect to data base object
base_db::db_createTable()
Interface function: create given table
base_db::db_deleteRecord()
Interface function: delete database record
base_db::db_deleteRecords()
Interface function: delete records
base_db::db_dropField()
Interface function: delete field
base_db::db_dropIndex()
Interface function: delete index
base_db::db_emptyTable()
Interface function: delete ALL data in this table
base_db::db_getSQLSource()
DBMS spezific SQL source
base_db::db_insertRecord()
Interface function: create new record, return ID, set default values
base_db::db_insertRecords()
Interface function: insert records
base_db::db_query()
Interface function: submit database query
base_db::db_queryFmt()
Interface function: escape params and submit query
base_db::db_queryTableNames()
Interface function: delete all table names
base_db::db_queryTableStructure()
Interface function: table structur returned as array
base_db::db_updateRecord()
Interface function: change data record
base_db::db_updateRecords()
Interface function: change data records
base_db::escapeStr()
Store string in sql for use

Abgeleitet von base_object

base_object::addmsg()
Adds a message in the message object.
base_object::createPluginObject()
Create plugin object
base_object::debug()
Show the debug of the variable &$var
base_object::encodeQueryString()
Encode query string
base_object::escapeForFilename()
Escape chars in a string to use it in a filename
base_object::getAbsoluteURL()
Return absolute URL
base_object::getBaseLink()
Get base link
base_object::getBasePath()
get base path to current script
base_object::getLink()
Get link
base_object::getSessionValue()
base_object::getWebLink()
Get web link
base_object::getWebMediaLink()
Get web media link
base_object::includePluginFile()
Include plugin file
base_object::initializeParams()
Parameter initialisation
base_object::initializeSessionParam()
Initialisation of session-parameter
base_object::logMsg()
Log events
base_object::parseRequestURI()
Parse request URI to filter data out of it
base_object::setSessionValue()
base_object::stripslashes()
base_object::_gt()
Phrasetranslator - Fetch translation for all phrase
base_object::_gtf()
Phrasetranslator - Fetch translation of one phrase and insert variable
base_object::_gtfile()
Phrases - Locate files

Properties Summary
mixed   $dburi  

Method Summary
string   array2CSVLine()   Transform aray to CSV line
boolean   exportTables2XML()   Export a table into XML-file
void   table2xml()   Transform table to XML
void   tableData2CSV()   Transform table data to CSV

Properties
mixed   $dburi = PAPAYA_DB_URI [Zeile 23]
Neudefinition von:
base_db::$dburi
Database URI

Methods
array2CSVLine  [Zeile 120]

  string array2CSVLine( array $data  )

Transform aray to CSV line

Parameters:
array   $data: 

API Tags:
Access:  public


exportTables2XML  [Zeile 87]

  boolean exportTables2XML( [string $path = './'], [string $prefix = 'table_']  )

Export a table into XML-file

Parameters:
string   $path:  target path
string   $prefix:  file prefix

API Tags:
Access:  public


table2xml  [Zeile 31]

  void table2xml( string $tablename, mixed $filename  )

Transform table to XML

Parameters:
string   $tablename: 

API Tags:
Access:  public


tableData2CSV  [Zeile 144]

  void tableData2CSV( $tablename $tablename, $filename $filename  )

Transform table data to CSV

Parameters:
$tablename   $tablename: 
$filename   $filename: 

API Tags:
Access:  public