Listing 18.13. Metoda postActions() klasy PhpppController
    function postActions()
    {
        $tmp = new WskaznikRozdzialu($this->rozdzial);
        $this->set('wskaznik_rozdzialu', $tmp->getPointers());
    }
