notes for Execute function after pressing save button in silverstripe:
public function onBeforeWrite() {
parent::onBeforeWrite();
$asdf = file_get_contents('http://yourdomain.com/anotherfunction.php');
}
public function onBeforeWrite() {
parent::onBeforeWrite();
$asdf = file_get_contents('http://yourdomain.com/anotherfunction.php');
}