<?php class Post { public function save() { $this->update_data(); $this->custom_updates(); $this->load(); } protected function update_data() { echo(__METHOD__."()\n"); } protected function custom_updates() { echo(__METHOD__."()\n"); } protected function load() { echo(__METHOD__."()\n"); } } class Event extends Post { protected function custom_updates() { echo(__METHOD__."()\n"); } } $Event = new Event(); $Event->save();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`