Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

is ErrorPage connected to PageClass ?


Go to End


1024 Views

Avatar
snaip

Community Member, 181 Posts

6 August 2009 at 10:05pm

Edited: 06/08/2009 10:10pm

can i put any <% controler %> in ErrorPage.ss file ?

or i must create page class for ErrorPage ?

ErrorPage.php

ErrorPage extend SiteTree {
..
}

ErrorPage_Controller extend Page_Controller {
..
}

EDIT:
yes it is ...