Skip to content

Phalcon_Tag::linkTo cant generate a link to the homepage #12

@mamady

Description

@mamady

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 "/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions