我使用表單過濾來過濾前端中的數據。symfony:如何擺脫醜陋的GET參數
的問題是,該網址是醜陋
http://............./players/game/?st_player_cv_filters[location_id]=1&st_player_cv_filters[plateforme_id]=3&st_player_cv_filters[level_id]=3&st_player_cv_filters[_csrf_token]=023c5c9fb5fc7e7b6ed60d6839c36f67
(形式呈現:
<?php echo $form->renderFormTag(url_for("game_player", $game), array('method' => 'get')); ?>
<table><tr><th><label for="location_id"><?php echo __('Country'); ?></label></th><td><?php echo $form['location_id']; ?></td></tr>
如何呈現的網址,一個更好的辦法,請
感謝
耶,但與POST用戶不能書籤過濾器的結果的結果。並與POST我無法通過頁面保持參數(教條傳呼機) – 2010-10-09 23:52:57