$html->link($article['User']['username'],
    array(
        'controller' => 'users',
        'action' => 'view_profile',
        $article['User']['id']
    ),
    array(
        'class' => 'button',
        'onmouseover'=>"loadtooltip(this,'$userid')",
        'onmouseout'=>'hidetooltip()'
    )
);


you fail with brackets...


--
Lep pozdrav, Tilen Majerle
http://majerle.eu



2011/7/13 taqman filler <taqman...@gmail.com>

> can you help me  config pls
>
>
> 2011/7/13 Tilen Majerle <tilen.maje...@gmail.com>
>
>> first parameter in link method is name for link, second is array or string
>> for LINK, third parameter is for other attributes in link
>> --
>> Lep pozdrav, Tilen Majerle
>> http://majerle.eu
>>
>>
>>
>> 2011/7/13 taqman filler <taqman...@gmail.com>
>>
>>>  $html->link($article['User']['username'],array('controller' => 
>>> 'users','action' => 'view_profile',$article['User']['id'],array('class' => 
>>> 'button','onmouseover'=>"loadtooltip(this,'$userid')",'onmouseout'=>'hidetooltip()'))));
>>>
>>>
>>>
>>>
>>> I got problem this <http://upic.me/i/q4/05cats.jpg>
>>>
>>> I'm doing wrong?
>>>
>>> thank
>>>
>>>  --
>>> 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
>>
>
>  --
> 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