I am new to cakePHP. I have used the last and newer both versions. In new version I am facing problem with generating html link using $html- >link....
The link as output is currect. But with the link title, I am also getting the link as text that I have applied. Look below e.g. <?php echo $html->link("Login",'/users/login'); ?> The output should be just "Login" as text and when someone clicks in that link then it should open login form. But I am getting output like "Login (/cakeproject/users/login)" as text and rest of the output is OK. So give me the solution for this. How to get link title only "Login" but not "Login (/cakeproject/users/ login)". I want to remove "(/cakeproject/users/login)" text from link title. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---