IIRC, $html is from cake 1.2 or earlier.

$this->Html is for 1.3 and going forward.

If you use $html, you are at risk of having to fix all of your code when newer 
versions of cake come out that don't support it anymore.


On Feb 13, 2011, at 12:47 PM, Rumkuchen wrote:

> Hi cricket!
> thanks for quick answering
> Yes, I use 1.3.7 - But I would prefer to use $html  - because with
> $this->Html the autocomplete does not work in the described way.
> What is the disadvantage of using $Html - or - is there a possibility
> to use autocomplete in netbeans AND using $this->Html.
> Which IDE do you use?
> regards
> 
> On 13 Feb., 18:28, cricket <zijn.digi...@gmail.com> wrote:
>> On Sun, Feb 13, 2011 at 11:50 AM, Rumkuchen <reinwe...@gmail.com> wrote:
>>> I have red an article about autocomplete-netbeans-cakephp:
>>> http://www.tiplite.com/cakephp-support-in-netbeans/
>>> In this article, they use the variable $html instead of $this->Html.
>>> Is it the same? Which variable shoud be used?
>> 
>> If you're running 1.3.x use $this->Html.
> 
> -- 
> 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 related questions.
> 
> 
> 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

-- 
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 related questions.


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

Reply via email to