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.

Archive /

Our old forums are still available as a read-only archive.

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

Global Variables


Go to End


2 Posts   2509 Views

Avatar
ladrao2007

Community Member, 16 Posts

29 July 2008 at 4:45am

Maybe I am just stupid and cant find it, but where are the global variables such as $ApplicationName, $Title and such stored? I am wanting to brand this for my web design business and cant seem to find where these type of variables are stored. Anyone have any info? Thanks

Avatar
Willr

Forum Moderator, 5523 Posts

29 July 2008 at 1:23pm

Most global variables are stored in the code and you can set them from your sites config / override them. Eg LeftAndMain::setApplicationName("Something New"); sets the $ApplicationName