Listing 4.12. | |
| ROZDZIAŁ: | 4. Zmienne i widoki |
| TXT: | listing-04-12.txt |
<?php
class Actions extends ActionsBase
{
public function execute_pokaz()
{
$akapity = file('../scripts/dane/zmierzch.txt');
$this->set('tresc', $akapity);
$this->set('autor', 'Stefan Żeromski');
$this->set('tytul', 'Zmierzch');
}
}