Created
May 26, 2017 00:09
-
-
Save kurozumi/998a63cfb5adca308301ba874931b51c to your computer and use it in GitHub Desktop.
【EC-CUBE3】テンプレートを読み込む方法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$data = $this->app['twig']->getLoader()->getSource("PluginName/Resource/template/page.twig"); | |
dump($data); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment