Some body please help me how to get full url i.e with scheme and host of the current page in the view. I tried the following, but didnt return the expected results
$this->request->here; // returns uri plus base path. no host & scheme
$this->request->here(true); // same problem