3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 3168 Views |
-
Get URLSegment by page ID

5 September 2009 at 9:24am
Hi everyone,
I was just wondering if there is a nice clean way of getting the URLSegment (or the whole URL) for a page by parsing just the ID of the page? (i'm talking in the Page class
not the template - but to use in the template too)
I know i can do:
DataObject::get_by_id('Page',$id)->URLSegment();
But is there a function like:
Page::getURL($id);
Any help is much appreciated.
-
Re: Get URLSegment by page ID

5 September 2009 at 11:22am
Check the SiteTree.php for any function which gets the url but I doubt it exists. A DataObject::get_by_id() function will work just as easily.
-
Re: Get URLSegment by page ID

5 September 2009 at 11:36am
Cheers for the reply,
There only seems to be:
SiteTree::get_by_url($this->URLSegment, $idFilter)
Cheers anyway
| 3168 Views | ||
|
Page:
1
|
Go to Top |


