21489 Posts in 5783 Topics by 2621 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 848 Views |
-
Changing the ParentID onBeforeWrite

8 April 2010 at 3:23am
hi
im trying to promote a page from being a child of ParentPage AA to ParentPAge ZZ afater the page has been published.
here is what i triedpublic function onBeforeWrite()
{
$parent = DataObject::get_one("FarmHolder");
$parentid = $parent->ID;$this->ShowInMenus = 1;
$this->ParentID = $parentid;
$this->write();
parent::onBeforeWrite();
}its changing the "ShowInMenus " but not the ParentID
How do i change the ParentID yet it is an INDEX of SiteTree table structure
ta
PAt
| 848 Views | ||
|
Page:
1
|
Go to Top |

