Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在のリクエストデータを失うことなく、sfDoctrineRouteに転送(またはリダイレクト)したいのですが。
私の問題は、forwardを使用すると、ルートが正しく実行されないため、$ form-> getObject()などが機能しないことです。しかし、URLにリダイレクトすると、すべてのリクエストデータが失われます...
リダイレクトでリクエストパラメーターを渡さないのはなぜですか?
$this->redirect('@someroute?params='.$params);