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 = '' |
|
|
|
Definition at line 79 of file field.php. Referenced by Tools::csvimport(), and ImportHtml::import(). |
|
|
|
|
|
|
|
Definition at line 92 of file field.php. Referenced by ImportScan::import(), ImportGuild::import(), ImportGuild::save_data(), and Field::set(). |
|
Definition at line 91 of file field.php. Referenced by ImportScan::import(), ImportGuild::parse_data(), ImportGuild::save_data(), and Field::set(). |
|
Definition at line 93 of file field.php. Referenced by ImportScan::import(), TownInfo::set(), and Field::set(). |
|
Definition at line 90 of file field.php. Referenced by ImportScan::import(), ImportGuild::parse_data(), ImportGuild::save_data(), and Field::set(). |
|
|
|
|
|
|
|
|
|
Definition at line 100 of file field.php. Referenced by ImportScan::import(). |
|
|
|
|
|
Definition at line 89 of file field.php. Referenced by _UserEdit(), Fight::select(), and Field::set(). |
|
Definition at line 94 of file field.php. Referenced by ImportScan::import(), and ImportGuild::parse_data(). |
|
|
|
|
|
Definition at line 88 of file field.php. Referenced by ImportScan::import(). |
|
Definition at line 118 of file field.php. Referenced by ImportGuild::parse_data(). |
|
|
|
|
|
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(). |
|
Definition at line 50 of file field.php. Referenced by User::check(), Tools::csvimport(), Field::delete(), output(), and ImportGuild::save_data(). |