I think Peter is referring to a traditional PHP/HTML app and not a Flash app, in which case he has a lot more to do than just Remoting services.
I don't think ARP per-say has been ported to PHP but I am not sure how well the transition would go, as with HTML there is the whole question of how to generate the views, which doesn't translate directly to Flash, where the views may be hard-coded in the fla or through MXML. I would have two suggestions instead: Cake which is a port of Ruby for Rails which I would describe as highly abstracted, and Fusebox for PHP which I would describe as lightly abstracted. Cake almost writes pages for you, at the cost of performance, while Fusebox is more lightweight and uses a similar metaphor to ARP (commands <=> fuseaction, I believe). Both Ruby on Rails and Fusebox are quite well documented (in their original Ruby/ColdFusion versions respectively) too. I have yet to try either as I haven't had the 'chance' chill of doing HTML apps lately but these are the best I've come across so far. In any case you'll be better off with these than with the usual spaghetti code of PHP. http://www.fusebox.org/ http://cakephp.org/ Patrick [EMAIL PROTECTED] wrote: >Arp is the "flash" side of the equation and the server side can be java, php, >.net whatever... I've used it with both java and .net. > >or am I misunderstanding you ? > >Grant. > >----- Original Message ----- >From: Peter Elst [EMAIL PROTECTED] >To: Open Source Flash Mailing List [email protected] >Sent: 10/15/05 8:47 PM >Subject: [osflash] ARP for PHP > > > >>Hi guys, >> >>Wanted to check if anyone already did an effort to port ARP to PHP? I've >>got a CMS project coming up soon and think ARP would work well as a >>framework for the app. >> >>Cheers, >>Peter >> >>_______________________________________________ >>osflash mailing list >>[email protected] >>http://osflash.org/mailman/listinfo/osflash_osflash.org >> >> > > > > >------------------------------------------------------------------------ > >_______________________________________________ >osflash mailing list >[email protected] >http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
