Listing 1.2. Plik actions.class.php modułu glowny
<?php

/**
 * glowny actions.
 *
 * @package    hello-world
 * @subpackage glowny
 * @author     Jan Kowalski
 * @version    SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
 */
class glownyActions extends sfActions
{
  public function executePowitanie(sfWebRequest $request)
  {
  }
}