Thanks for all answers !!! And sorry to post poors details.
I'm using php5 and installed prototype and scriptaculos and my application should do this: * load a page with a movie on the left; * load some slides from right; When an user play a movie the right side start to change some images. That's why I need javascript integration, to send two arrays ( sings and time). So when user play the movie, the slide show start. When user hit pause the slide show pause. I'm reading some docs about javascript because I'm a begginer on this. Thanks for help. Em 03/06/2007, às 02:03, nate escreveu: > > Ummm... http://api.cakephp.org/ > class_javascript_helper.html#071c99cb03d7dc41591c71a6fe44ed4f > anybody? > > On Jun 2, 6:19 pm, Travis Cline <[EMAIL PROTECTED]> wrote: >> I think you want JSON :http://en.wikipedia.org/wiki/ >> JavaScript_Object_Notation >> >> http://us.php.net/json_encode >> php5 5.2+ comes with, and it's availble in a pecl module for other >> versions. >> >> If you're on php4 and can't compile your own modules for production >> then you'll probably want to use Michal Migurski's json class. >> >> See this forum post for a howto:http://extjs.com/forum/ >> showthread.php?t=2362 >> >> -- >> Travis > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
