Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mamady opened this issue May 26, 2012 · 1 comment
Closed

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

mamady opened this issue May 26, 2012 · 1 comment
Labels
bug A bug report status: medium Medium

Comments

@mamady
Copy link

mamady commented May 26, 2012

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

@phalcon phalcon closed this as completed May 27, 2012
@phalcon
Copy link
Collaborator

phalcon commented May 27, 2012

Hi Mamady, thanks for reporting it, this is now fixed on 0.4.0

@niden niden added bug A bug report status: medium Medium and removed Bug - Medium labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: medium Medium
Projects
None yet
Development

No branches or pull requests

2 participants