ForwardFW
[ class tree: ForwardFW ] [ index: ForwardFW ] [ all elements ]

Class: ForwardFW_Controller_DataHandler_MDB2

Source Location: /Controller/DataHandler/MDB2.php

Class Overview

ForwardFW_Controller
   |
   --ForwardFW_Controller_DataHandler
      |
      --ForwardFW_Controller_DataHandler_MDB2

Managing DataLoading via PEAR::MDB2


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: ForwardFW_Controller_DataHandler

ForwardFW_Controller_DataHandler::__construct()
Constructor
ForwardFW_Controller_DataHandler::getCacheSystem()
Initializes and returns the caching system depending on connection configuration.
ForwardFW_Controller_DataHandler::getConnection()
Gets the connection handler.
ForwardFW_Controller_DataHandler::getInstance()
Returns an instance of configured DataHandler.
ForwardFW_Controller_DataHandler::initConnection()
Loads and initialize the connection handler.
ForwardFW_Controller_DataHandler::loadFrom()
Loads Data from a connection (DB, SOAP, File)
ForwardFW_Controller_DataHandler::loadFromCached()
Loads Data from cache or from a connection (DB, SOAP, File) if cache failed.
ForwardFW_Controller_DataHandler::saveTo()
Saves Data to a connection (DB, SOAP, File)

Class: ForwardFW_Controller

ForwardFW_Controller::__construct()
Constructor
ForwardFW_Controller::getConfigParameter()
Returns configuration of the given parameter for this class.
ForwardFW_Controller::getParameter()
Returns content of the given parameter for this class.

Class Details

[line 48]
Managing DataLoading via PEAR::MDB2



Tags:



[ Top ]


Class Variables

$arTablePrefix = array()

[line 53]



Tags:

var:  Prefix for tables
access:  private

Type:   array


[ Top ]



Class Methods


method initConnection [line 125]

void initConnection( string $strConnection)

Loads and initialize the connection handler.



Tags:

access:  public


Overrides ForwardFW_Controller_DataHandler::initConnection() (Loads and initialize the connection handler.)

Parameters:

string   $strConnection   Name of connection

[ Top ]

method loadFrom [line 63]

mixed loadFrom( string $strConnection, $arOptions)

Loads Data from a connection (DB, SOAP, File)



Tags:

return:  Data from the connection.
access:  public


Overrides ForwardFW_Controller_DataHandler::loadFrom() (Loads Data from a connection (DB, SOAP, File))

Parameters:

string   $strConnection   Name of connection
array   $arOptions   Options to load the data

[ Top ]

method saveTo [line 112]

mixed saveTo( string $strConnection, $options, array $arOptions)

Saves Data to a connection (DB, SOAP, File)



Tags:

return:  Data from the connection.
access:  public


Overrides ForwardFW_Controller_DataHandler::saveTo() (Saves Data to a connection (DB, SOAP, File))

Parameters:

string   $strConnection   Name of connection
array   $arOptions   Options to load the data
array   $options  

[ Top ]


Documentation generated on Sun, 30 Jan 2011 20:46:43 +0100 by phpDocumentor 1.4.3