function delete() { $this->call_action("delete_before"); \Radical\DB::Delete($this->orm->tableInfo['name'], $this->getIdentifyingSQL()); $this->call_action("delete_after"); }