protected function parse_request_mode() { //do nothing, at least for now parent::parse_request_mode(); }
protected function parse_request_mode() { if (isset($_GET['action']) && $_GET["action"] != "get") { $this->editing = true; } else { parent::parse_request_mode(); } }