Packageindex Classtrees Elementlist

File: /home/jerry/www/vb3/impex/ImpExController.php
vB3 ImpEx Import system - ImpEx

ImpExController

ImpExFunction
   |
  +-- ImpExController

The controller mediates between the display and the session and deals with POST variables

 

private class ImpExController extends ImpExFunction

The controller mediates between the display and the session and deals with POST variables

AuthorsJerry Hutchings <jerry.hutchings@vbulletin.com>
Version$Revision: 1.9 $
Copyrighthttp://www.vbulletin.com/license.html

 

Methods inherited from ImpExFunction

impexfunction, option2bin, over_ride_test, iif, unhtmlspecialchars, vb_parse_url, vb_file_get_contents, return_style_array, html_2_bb, parse_smilie_callback, all_your_posts_are_belong_to_us

Public Method Summary

void

ImpExController()

Constructor

Private Method Summary

void

get_post_values(object sessionobject &$sessionobject, array $postarray)

Places the $_POST values in the session array
void

updateDisplay(object sessionobject &$sessionobject, object displayobject &$displayobject)

Modifyes the display depending on the state of the session object.
object [unknown]

return_session(object databaseobject &$Db_object, string &$targettableprefix)

Returns the current session or false if there isn't a current one
void

store_session(object databaseobject &$Db_object, string &$targettableprefix, object sessionobject &$ImpExSession)

Stores the current session

Fields inherited from ImpExFunction

$_smilies

Private Field Summary

string

$_version

Class version

Public Method Details

ImpExController

public void ImpExController( )

  Constructor
Empty

Returns void


Private Method Details

get_post_values

private void get_post_values( object sessionobject &$sessionobject, array $postarray )

  Places the $_POST values in the session array

Parameter
object sessionobject &$sessionobject
The current session object
array $postarray
The $_POST array
Returns void


updateDisplay

private void updateDisplay( object sessionobject &$sessionobject, object displayobject &$displayobject )

  Modifyes the display depending on the state of the session object.

Parameter
object sessionobject &$sessionobject
The current session object
object displayobject &$displayobject
The display object to be updated
Returns void


return_session

private object [unknown] return_session( object databaseobject &$Db_object, string &$targettableprefix )

  Returns the current session or false if there isn't a current one

Parameter
object databaseobject &$Db_object
The database object connected to the dB where the session is stored
string &$targettableprefix
Table prefix
Returns object [unknown]

|boolean


store_session

private void store_session( object databaseobject &$Db_object, string &$targettableprefix, object sessionobject &$ImpExSession )

  Stores the current session

Parameter
object databaseobject &$Db_object
The database object connected to the dB where the session is stored
string &$targettableprefix
Table prefix
object sessionobject &$ImpExSession
The session to store
Returns void


Private Field Details

$_version

private string $_version

>>'0.0.1'<<

Class version
This will allow the checking for interoprability of class version in diffrentversions of ImpEx



Packageindex Classtrees Elementlist
PHPDoc 1.0beta