How we can get current URL in CakePHP?
<?php echo Router::url( $this->here, true ); ?>
BY Best Interview Question ON 13 Jan 2019
<?php echo Router::url( $this->here, true ); ?>