LoginSignup
0
1

More than 5 years have passed since last update.

【ECCUBE3】 twig ファイル レンダー種類

Last updated at Posted at 2017-03-08
filename.php
<?php

// @return Response A Response instance
$app['twig']->render('ファイルパス', array('変数名' => ));

// @return string The rendered view
$app->renderView('ファイルパス', array( '変数名' => ));

// @return string The template source code
$app['twig']->getLoader()->getSource('ファイルパス');

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1