Home > Yii > Content Dekorierer

Content Dekorierer

views/layouts/_table.php

<table>
    <tr>
        <td><?php echo $content; ?></td>
    </tr>
</table>

views/user/show.php

<?php $this->beginContent('//layouts/_table'); ?>
<table>
    <tr>
        <td>Das ist eine Tabelle in einer Tabelle</td>
    </tr>
<table>
<?php $this->endContent(); ?>

Das Ergebnis

<table>
    <tr>
        <td>
            <table>
                <tr>
                    <td>Das ist eine Tabelle in einer Tabelle</td>
                </tr>
            <table>
        </td>
    </tr>
</table>

No related posts.

Author: Categories: Yii Tags:
  1. admin
    18. Februar 2011, 22:49 | #1

    Happy Birthday Blog! Du bist jetzt 2 Jahre alt.

  2. Lars
    21. Februar 2011, 14:06 | #2

    Happy Happy Blogday!

  1. Bisher keine Trackbacks