You can do either
From a view file:
<?php echo $this->request->here() ?>">
Which will give you the absolute url from the hostname i.e. /controller/action/params
Or
<?php echo Router::url(null, true) ?>
which should give you the full url with the hostname.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…