On 7/7/07, clarkvr <[EMAIL PROTECTED]> wrote:
>
> Hello everyBody!!
> I don't know how to convert an json notation like this:
>
> $javascript->object($jssignsfiles,false, '', '', array());
>
> with this output:
> ["img/files/Slide1.GIF","img/files/Slide2.GIF","img/files/Slide4.GIF"]
>
> to
> ("img/files/Slide1.GIF","img/files/Slide2.GIF","img/files/Slide4.GIF")
>
> Can someone help me ?

Um, do a str_replace to replace the square brackets with curved brackets?

What is is you are trying to accomplish?


-- 
Chris Hartjes
Senior Developer
Cake Development Corporation

My motto for 2007:  "Just build it, damnit!"

@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to