Listing 5.1. | |
| ROZDZIAŁ: | 5. Pre i post przetwarzanie |
| TXT: | listing-05-01.txt |
<?php
require_once 'controller.class.php';
class NowyController extends Controller
{
public function preActions()
{
$this->liczba = 123;
$this->set('data', date(d.m.Y);
}
}