logo
  • 教程列表
  • SO官方文檔
  • 請求
    • 訪問控制器中的請求
    • 在 Twig 或 PHP 模板中訪問請求
  1. StackOverflow 文件
  2. symfony2 教程
  3. 請求
  4. 在 Twig 或 PHP 模板中訪問請求

在 Twig 或 PHP 模板中訪問請求

Created: November-22, 2018

在 Twig 模板中,Request 物件可在

{{ app.request }}

如果你想在 Twig 中顯示請求方法,請嘗試以下方法:

<p>Request method: {{ app.request.method }}</p>

在 PHP 模板中

<p>Request method: <?php echo $app->getRequest()->getMethod() ?></p>
  • 訪問控制器中的請求

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明