Listing 5.2. Utworzenie instancji klasy NowyController w skrypcie index.php
<?php
require_once 'nowycontroller.class.php';
$controller = new NowyController();
$controller->dispatch();