You can Have a Complete Path in cakephp using
<?php echo Router::url( $this->here, true ); ?>
If you want a relative path to be shown Use this :
<?php echo $this->here; ?>
<?php echo Router::url( $this->here, true ); ?>
If you want a relative path to be shown Use this :
<?php echo $this->here; ?>
No comments:
Post a Comment