Saturday, January 11, 2014

CakePHP base URL

To access base URL in controller use
Router::url('/', true);

To access base URL in view use
<?php echo $this->webroot; ?>

No comments:

Post a Comment