delete($split[0]); } if( $method === 'all' ) { $method = 'selectAll'; return $this->$method(); } if( $param = ($parameters[0] ?? NULL) ) { return $this->insert($method, $param); } return $this->select($method); } }