Calling URI * */ public function __construct($url){ $this->url = $url; } /* CALL * */ public function home(){ header('Location: /home/'); } /* POST-CALL * */ public function __destruct(){ } }