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

show id in Page_Controller


Go to End


2 Posts   2587 Views

Avatar
bebabeba

Community Member, 193 Posts

16 July 2010 at 10:09pm

Hi!

how can print id page in my Page_Controller?
I create a funcion that retun $this->ID in my template but i see nothing..help please..

thanks!

Avatar
dhensby

Community Member, 253 Posts

17 July 2010 at 9:45am

I'm not sure exactly what you are trying to do, but...

To print the current page ID in the template do this:

$ID

to access it in the controller or model of the page do:

$this->ID

or in a model or controller that isnt the page:

$this->CurrentPage()->ID