przewiń do treści

Symfony 2 od podstaw

Włodzimierz Gajda

{% extends '::layout.html.twig' %}

{% block contents %}
    <h2>Method</h2>
    <table class="record_properties">
        <tbody>
            <tr>
                <th>Name</th>
                <td>{{ entity }}</td>
            </tr>
        </tbody>
    </table>
    <h2>Novels</h2>
    {% include 'MyFrontendBundle:Novel:_list.html.twig'
            with {'entities': entity.novels } %}
{% endblock contents %}

Listing 34.16. Widok akcji Novel/index

Rozdział 34. Relacje, akcje index i show oraz widoki częściowe

listing-34-16.txt

Reklama

Szkolenia z Symfony 2.1
©2012 Włodzimierz Gajda
ver. 1.0.1