Re: Why using HTML-link instead of manually writing an anchor text ?

2012-07-03 Thread lowpass
On Sun, Jul 1, 2012 at 5:12 AM, rchavik rcha...@gmail.com wrote: On Sunday, July 1, 2012 8:38:36 AM UTC+7, Marcelo Custódio wrote: Isn't it much slower concerning development time ? What are the advantages of of HTML-link ? It understands your routes. ++ on that. If the client suddenly

Re: Why using HTML-link instead of manually writing an anchor text ?

2012-07-01 Thread majna
For URLs, you can use HtmlHelper::url() and for links a href=?=$this-Html-url('/'); ?Home/a HtmlHelper::link() benefit is decoding and converting special HTML entities - characters (when you link some code or URL) On Sunday, July 1, 2012 6:15:00 AM UTC+2, Chetan Patel wrote: Hello, 1) I

Re: Why using HTML-link instead of manually writing an anchor text ?

2012-07-01 Thread rchavik
On Sunday, July 1, 2012 8:38:36 AM UTC+7, Marcelo Custódio wrote: Isn't it much slower concerning development time ? What are the advantages of of HTML-link ? It understands your routes. Thanks ! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org

Re: Why using HTML-link instead of manually writing an anchor text ?

2012-07-01 Thread Miles J
http://milesj.me/blog/read/end-html-helper On Saturday, June 30, 2012 6:38:36 PM UTC-7, Marcelo Custódio wrote: Isn't it much slower concerning development time ? What are the advantages of of HTML-link ? Thanks ! -- Our newest site for the community: CakePHP Video Tutorials

Why using HTML-link instead of manually writing an anchor text ?

2012-06-30 Thread Marcelo Custódio
Isn't it much slower concerning development time ? What are the advantages of of HTML-link ? Thanks ! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP