hi,
i am trying to extend a site based on the tutorial-installation and have a problem trying to create a custom controller to bypass all the Page-Object stuff. Basically, the controller should generate HTML for a slideshow based on images added to a Page via the "hasmanyfiles" module.
i am following this part of the Doku:
http://doc.silverstripe.org/doku.php?id=controller
but even if i add the exact same files as in the example, i get an error saying:
Fatal error: Class 'FastFood_Controller' not found in /var/www/html/silver/sapphire/core/control/Director.php on line 202
How do I make sapphire find my controller?