When trying to create a link such as
<a href="/">Home</a>
I can't use Phalcon_Tag::linkTo()
<?php Phalcon_Tag::linkTo('/', 'Home'); // produces a link to: "http:///" Phalcon_Tag::linkTo('', 'Home'); // does not produce a link at all therefore there is no way to produce a link to "/"