5099 Posts in 1519 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1653 Views |
-
Creating a custom controller

23 January 2009 at 6:16am
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=controllerbut 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?
-
Re: Creating a custom controller

23 January 2009 at 6:33am
oh my, i just used ?flush=1 and now it works. blame me!
-
Re: Creating a custom controller

15 July 2009 at 9:45pm Last edited: 1 September 2009 3:16am
I you (like me!) could not retrieve these vars, use:
$getID = Director::urlParam('ID'); // argument ID
| 1653 Views | ||
|
Page:
1
|
Go to Top |


