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

field.php File Reference

Go to the source code of this file.

Variables

 $oTown = new TownInfo( $oMysql, $oLog )
 $oField = new Field( $oMysql, $oUser, $oTown, $oLog )
 $action = isset( $_GET['action'] ) ? $_GET['action'] : ''
 $x = isset( $_GET['x'] ) ? intval( $_GET['x'] ) : 0
 $y = isset( $_GET['y'] ) ? intval( $_GET['y'] ) : 0
 $aField = $oField->get( $x, $y )
 $strMore = ''
 $strEditLink = ''
 $strSaveLink = ''
 $booCreateDummy = false
 $booEditOwner = false
 $strTerrain = isset( $aField['terrain'] ) ? $aTerrainText[$aField['terrain']] : $aTerrainText[0]
 $strPlayer = isset( $aField['name'] ) ? htmlspecialchars( $aField['name'] ) : ''
 $intType = isset( $aField['typ'] ) ? $aField['typ'] : 0
 $intRace = isset( $aField['race'] ) ? $aField['race'] : 0
 $intGuild = isset( $aField['guild_id'] ) ? $aField['guild_id'] : 1
 $intSight = isset( $aField['sight'] ) ? intval( $aField['sight'] ) : 0
 $strRace = $aRaces[$intRace]
 $strType = $aTypes[$intType]
 $oGuild = new Guild( $oMysql, $oLog, $oUser )
 $aGuildInfo = $oGuild->get( $intGuild )
 $strGuild = $aGuildInfo['tag']
 $strTowns = ''
 $strRaces = ''
 $strTypes = ''
 $strGuilds = ''


Variable Documentation

$action = isset( $_GET['action'] ) ? $_GET['action'] : ''
 

Definition at line 48 of file field.php.

$aField = $oField->get( $x, $y )
 

Definition at line 79 of file field.php.

Referenced by Tools::csvimport(), and ImportHtml::import().

$aGuildInfo = $oGuild->get( $intGuild )
 

Definition at line 99 of file field.php.

$booCreateDummy = false
 

Definition at line 85 of file field.php.

$booEditOwner = false
 

Definition at line 86 of file field.php.

$intGuild = isset( $aField['guild_id'] ) ? $aField['guild_id'] : 1
 

Definition at line 92 of file field.php.

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

$intRace = isset( $aField['race'] ) ? $aField['race'] : 0
 

Definition at line 91 of file field.php.

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

$intSight = isset( $aField['sight'] ) ? intval( $aField['sight'] ) : 0
 

Definition at line 93 of file field.php.

Referenced by ImportScan::import(), TownInfo::set(), and Field::set().

$intType = isset( $aField['typ'] ) ? $aField['typ'] : 0
 

Definition at line 90 of file field.php.

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

$oField = new Field( $oMysql, $oUser, $oTown, $oLog )
 

Definition at line 45 of file field.php.

$oGuild = new Guild( $oMysql, $oLog, $oUser )
 

Definition at line 98 of file field.php.

$oTown = new TownInfo( $oMysql, $oLog )
 

Definition at line 44 of file field.php.

$strEditLink = ''
 

Definition at line 115 of file field.php.

$strGuild = $aGuildInfo['tag']
 

Definition at line 100 of file field.php.

Referenced by ImportScan::import().

$strGuilds = ''
 

Definition at line 121 of file field.php.

$strMore = ''
 

Definition at line 81 of file field.php.

$strPlayer = isset( $aField['name'] ) ? htmlspecialchars( $aField['name'] ) : ''
 

Definition at line 89 of file field.php.

Referenced by _UserEdit(), Fight::select(), and Field::set().

$strRace = $aRaces[$intRace]
 

Definition at line 94 of file field.php.

Referenced by ImportScan::import(), and ImportGuild::parse_data().

$strRaces = ''
 

Definition at line 119 of file field.php.

$strSaveLink = ''
 

Definition at line 116 of file field.php.

$strTerrain = isset( $aField['terrain'] ) ? $aTerrainText[$aField['terrain']] : $aTerrainText[0]
 

Definition at line 88 of file field.php.

Referenced by ImportScan::import().

$strTowns = ''
 

Definition at line 118 of file field.php.

Referenced by ImportGuild::parse_data().

$strType = $aTypes[$intType]
 

Definition at line 95 of file field.php.

$strTypes = ''
 

Definition at line 120 of file field.php.

$x = isset( $_GET['x'] ) ? intval( $_GET['x'] ) : 0
 

Definition at line 49 of file field.php.

Referenced by User::check(), Tools::csvimport(), Field::delete(), ImportScan::import(), ImportHtml::import(), output(), and ImportGuild::save_data().

$y = isset( $_GET['y'] ) ? intval( $_GET['y'] ) : 0
 

Definition at line 50 of file field.php.

Referenced by User::check(), Tools::csvimport(), Field::delete(), output(), and ImportGuild::save_data().


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