Re: Dynamic Links with DS constant?

2007-04-30 Thread Anton Morrison
I can never use the $html-link when i want to link on an image as it turns all the into gth; has anyone ever found a way? On 29 Apr 2007, at 21:18, Samuel DeVore wrote: btw r() is a convenience function for str_replace manual.cakephp.org/chapter/constants On 4/29/07, Mariano Iglesias

Re: Dynamic Links with DS constant?

2007-04-30 Thread Samuel DeVore
On 4/29/07, Anton Morrison [EMAIL PROTECTED] wrote: I can never use the $html-link when i want to link on an image as it turns all the into gth; has anyone ever found a way? If you look at the api http://api.cakephp.org/class_html_helper.html#444f26b63f2193142b80169b8d04cf95 you will

RE: Dynamic Links with DS constant?

2007-04-30 Thread Mariano Iglesias
-php@googlegroups.com Asunto: Re: Dynamic Links with DS constant? If you look at the api http://api.cakephp.org/class_html_helper.html#444f26b63f2193142b80169b8d04cf 95 you will notice the param $escapeTitle defaults to true, make the call with it set to true

RE: Dynamic Links with DS constant?

2007-04-29 Thread Mariano Iglesias
echo $html-link('Link','/' . r(DS, '/', $filepath)); -MI --- Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your knowledge. BAKE ON! blog:

Re: Dynamic Links with DS constant?

2007-04-29 Thread Samuel DeVore
btw r() is a convenience function for str_replace manual.cakephp.org/chapter/constants On 4/29/07, Mariano Iglesias [EMAIL PROTECTED] wrote: echo $html-link('Link','/' . r(DS, '/', $filepath)); -MI --- Remember,