Hi,
My question might be a bit stupid but I created a link using the
helper "linf". I have used the image helper to display an icon for my
link.
I formatted this as :
<?php echo $html->link($html->image("lbgview.png"),
"/applications/modify/{$output['Application']['id']}", null, false,
false); ?>
This wors well but if I log what I receive in the controller
applications/modify, it seems that the modify method being called
twice, first with the good arguement and second time wiith
favicon.ico as arguments. These are the logs I get :
06-06-03 14:58:54 Error: Controller modify id = 20 -->
good
06-06-03 14:58:55 Error: Controller modify id = favicon.ico --> ??
I might do something wrong, but really no clue of what.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---