Class: papaya_public_boxeslinks

Quellcode Position: Program_Root/papaya_publicboxeslinks.php

Class papaya_public_boxeslinks

Class Overview

papaya_public_boxeslinks variable

Implementiert in Program_Root/papaya_publicboxeslinks.php [Zeile 21]

base_object
   |
   --base_db
      |
      --base_boxeslinks
         |
         --papaya_public_boxeslinks
Author(s): Information Tags:

Properties

Inherited Properties And Methods
Inherited Properties Inherited Methods

Abgeleitet von base_boxeslinks

base_boxeslinks::$baselink
base_boxeslinks::$boxlist
base_boxeslinks::$data
base_boxeslinks::$linklist
base_boxeslinks::$msgs
base_boxeslinks::$paramname
base_boxeslinks::$params
base_boxeslinks::$table_modules
base_boxeslinks::$used

Abgeleitet von base_db

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

Abgeleitet von base_boxeslinks

base_boxeslinks::base_boxeslinks()
Base boxeslinks
base_boxeslinks::add()
Add a box into link table
base_boxeslinks::delete()
Delete box from link table
base_boxeslinks::exchange()
Exchange ( move box link from to )
base_boxeslinks::execute()
User input Processing
base_boxeslinks::getBoxCacheId()
base_boxeslinks::getBoxList()
Get Box list
base_boxeslinks::getGroupedIDs()
Get grouped ids
base_boxeslinks::getList()
Get list
base_boxeslinks::initializeNodes()
Initiation nodes
base_boxeslinks::loadBoxCache()
base_boxeslinks::loadBoxGroupList()
Load box group list
base_boxeslinks::loadBoxList()
Load box list
base_boxeslinks::loadDataList()
Load data list
base_boxeslinks::loadList()
Load list
base_boxeslinks::move()
Move
base_boxeslinks::parsed()
Parse function
base_boxeslinks::parsedBox()
Parse box ( for output )
base_boxeslinks::writeBoxCache()

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  
mixed   $table_box  
mixed   $table_boxgroup  
mixed   $table_link  
mixed   $table_topics  

Properties
mixed   $dburi = PAPAYA_DB_URI [Zeile 22]
Neudefinition von:
base_boxeslinks::$dburi

mixed   $table_box = PAPAYA_DB_TBL_BOX_PUBLIC [Zeile 23]
Neudefinition von:
base_boxeslinks::$table_box

mixed   $table_boxgroup = PAPAYA_DB_TBL_BOXGROUP [Zeile 24]
Neudefinition von:
base_boxeslinks::$table_boxgroup

mixed   $table_link = PAPAYA_DB_TBL_BOXLINKS [Zeile 25]
Neudefinition von:
base_boxeslinks::$table_link

mixed   $table_topics = PAPAYA_DB_TBL_TOPICS_PUBLIC [Zeile 26]
Neudefinition von:
base_boxeslinks::$table_topics

Methods