_getSelfMysql(), 't_battle_history', $data ); } public static function getMyBattleHistory() { $row = SqlHelper::ormSelect( myself()->_getSelfMysql(), 't_battle_history', array( 'account_id' => myself()->_getAccountId(), ) ); return $row; } }