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.
Twig テンプレート内から配列インデックスに直接アクセスすることは可能ですか?
Silexを使用した私のセットアップは次のとおりです。
return $app['twig']->render('template', array('numbers' => array('one', 'two', 'three')));
だから私はこのようなことをすることができますか?
{{numbers[0]}}
これを投稿する直前に、それがまさにあなたができることだと気づきましたが、ドキュメントやグーグルのどこにも答えが見つからなかったので(間違っている場合は修正してください)、とにかくこれを投稿しました。