Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

general.php File Reference

Go to the source code of this file.

Functions

 output ()
 output the page

Variables

return $array
 $_REQUEST = addslashes_array( $_REQUEST )
 $_POST = addslashes_array( $_POST )
 $_GET = addslashes_array( $_GET )
 $_COOKIE = addslashes_array( $_COOKIE )
 $oStyle = new Template( $strTmplPath )
 $oMysql = new Mysql( $strMysqlHost, $strMysqlUser, $strMysqlPwd, $strMysqlDb )
 $aReplacements = array()
 $oUser = new User( $oMysql, $oLog, $aAdmin, $aAdminArrays, $strCookiePrefix )
 $oLog = new LogDB( $oMysql, $oUser )
 $strArea = $oUser->checklogin() ? 'UserPanel' : 'LoginForm'
 $strLoginArea = $oStyle->get_area( $strArea )
 $y = max( 1, min( $_GET['y'], $intMapSize ) )
 $booUpdate = true
$oUser intLastX = $x
$oUser intLastY = $y
$oUser intZoom = $intZoom
else $intPagerStart = 0
else $intPagerCount = 25
 $strUpdateString = ", `last_update`='".time()."', `last_update_by`='".$oUser->intUserID."'"
 $strCreatedString = ", `created`='".time()."', `created_by`='".$oUser->intUserID."'"
 $strUpdateFields = ',last_update,last_update_by'
 $strUpdateValues = ','.time().','.$oUser->intUserID


Function Documentation

output  ) 
 

output the page

Definition at line 70 of file general.php.

References $oStyle, $oUser, $strHome, $strTmpl_inhalt, $x, and $y.


Variable Documentation

$_COOKIE = addslashes_array( $_COOKIE )
 

Definition at line 64 of file general.php.

Referenced by User::checklogin().

$_GET['y'] = addslashes_array( $_GET )
 

Definition at line 250 of file general.php.

Referenced by _LogStat(), and _UserList().

$_POST = addslashes_array( $_POST )
 

Definition at line 62 of file general.php.

Referenced by _UserAdd().

$_REQUEST = addslashes_array( $_REQUEST )
 

Definition at line 61 of file general.php.

$aReplacements = array()
 

Definition at line 187 of file general.php.

return $array
 

Definition at line 58 of file general.php.

Referenced by last().

$booUpdate = true
 

Definition at line 253 of file general.php.

Referenced by ImportGuild::save_data(), and Field::set().

else $intPagerCount = 25
 

Definition at line 293 of file general.php.

Referenced by _LogStat().

else $intPagerStart = 0
 

Definition at line 289 of file general.php.

Referenced by _LogStat().

$oLog = new LogDB( $oMysql, $oUser )
 

Definition at line 202 of file general.php.

Referenced by _UserAdd(), _UserEdit(), and _UserList().

$oMysql = new Mysql( $strMysqlHost, $strMysqlUser, $strMysqlPwd, $strMysqlDb )
 

Definition at line 182 of file general.php.

$oStyle = new Template( $strTmplPath )
 

Definition at line 158 of file general.php.

Referenced by _LogStat(), _UserAdd(), _UserEdit(), _UserList(), and output().

$oUser = new User( $oMysql, $oLog, $aAdmin, $aAdminArrays, $strCookiePrefix )
 

Definition at line 199 of file general.php.

Referenced by _LogStat(), _UserEdit(), _UserList(), and output().

$strArea = $oUser->checklogin() ? 'UserPanel' : 'LoginForm'
 

Definition at line 214 of file general.php.

Referenced by Template::get_area().

$strCreatedString = ", `created`='".time()."', `created_by`='".$oUser->intUserID."'"
 

Definition at line 299 of file general.php.

$strLoginArea = $oStyle->get_area( $strArea )
 

Definition at line 239 of file general.php.

$strUpdateFields = ',last_update,last_update_by'
 

Definition at line 300 of file general.php.

$strUpdateString = ", `last_update`='".time()."', `last_update_by`='".$oUser->intUserID."'"
 

Definition at line 298 of file general.php.

$strUpdateValues = ','.time().','.$oUser->intUserID
 

Definition at line 301 of file general.php.

$y = max( 1, min( $_GET['y'], $intMapSize ) )
 

Definition at line 247 of file general.php.

$oUser intLastX = $x
 

Definition at line 267 of file general.php.

Referenced by User::_clearUser(), and User::_setUser().

$oUser intLastY = $y
 

Definition at line 268 of file general.php.

Referenced by User::_clearUser(), and User::_setUser().

$oUser intZoom = $intZoom
 

Definition at line 269 of file general.php.

Referenced by User::_clearUser(), User::_setUser(), Map::getImg(), and Map::Map().


Generated on Sun May 8 19:29:45 2005 for PhpMap by  doxygen 1.4.2