Most of the IDE's and editors will let you do a global search and replace like that.
I use NetBeans, and would just do a shift-command-H to bring up the "Replace in projects" dialog (another argument for using a modern IDE). On Jan 24, 2:03 am, Rimoe <[email protected]> wrote: > Thanks,it's the reason. > > but the truth is I must change my params for every link and the > $form->input(select). > > Do you have a good way to let it automated changed? > > Thanks. > > 2009/1/24 brian <[email protected]> > > > > > Are you using HtmlHelper? You probably need to tell it not to escape your > > text: > > > echo $html->link( > > 'shiftjis code', > > array('controller' => '...', 'action' => '...'), > > array('title' => '...'), > > false, > > false // <-- this param > > ); > > > See "escapeTitle" param: > > >http://api.cakephp.org/class_html_helper.html#71ff7f331b08318bc867a4d... > > > On Sat, Jan 24, 2009 at 2:50 AM, Rimoe <[email protected]> wrote: > > > hi, > > > everyone. > > > Do you have this question? > > > my html can't be show very good. > > > for example. > > > <a href='link'>shiftjis code</a> > > > when in my mobile browser, It has been shown like this: shiftjis > > > code/a>,this kind of link. > > > If you know why is it, please tell me, thank you. > > > rimoe > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
