przewiń do treści

Zend Framework od podstaw

Włodzimierz Gajda

<!DOCTYPE...>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  <head>
    <title>Wyliczanka</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
<body>
<h1>Ene, due</h1>
<p>
Ene, due, rike, fake<br />
Torbe, borbe, ósme, smake<br />
Eus, deus, kosmateus<br />
I morele baks.
</p>
</body>
</html>

Listing 3.3. Widok akcji wierszyk/pokaz — plik application/views/scripts/wierszyk/pokaz.phtml

Rozdział 3. Tworzenie i usuwanie kontrolerów oraz akcji

listing-03-03.txt