Listing 5.9. | |
| ROZDZIAŁ: | 5. Pre i post przetwarzanie |
| TXT: | listing-05-09.txt |
class FraszkiController extends Controller
{
public function __construct()
{
$opcje = array(
'viewClass' => 'SmartyView'
);
parent::__construct($opcje);
}
public function preActions()
{
...
}
}