[PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-27 Thread Johannes Reichardt
Hi developers, I would like to invite you to test a public beta of the hybrid nosql PHP framework with IDE that has been developed by me within the last 10 years (don't be afraid, most time it was rebuilt from scratch to make it more simple). It contains a lot of new concepts that probably

[PHP] Rest

2012-10-27 Thread Adam Tong
Hi, I need to develop a rest API.I want your feedback on how you develop rest apis. I don't want to use a heavy framework just for that, and I find url rewriting time consuming. Any suggestions? Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] TURBOPY cloud framework + IDE beta available NOW

2012-10-27 Thread Marco Behnke
Am 27.10.12 16:22, schrieb Johannes Reichardt: Hi developers, I would like to invite you to test a public beta of the hybrid nosql PHP framework with IDE that has been developed by me within the last 10 years (don't be afraid, most time it was rebuilt from scratch to make it more simple).

Re: [PHP] Rest

2012-10-27 Thread Marco Behnke
Am 27.10.12 19:47, schrieb Adam Tong: Hi, I need to develop a rest API.I want your feedback on how you develop rest apis. I don't want to use a heavy framework just for that, and I find url rewriting time consuming. Any suggestions? Thank you Let us see what you have done so far towards

Re: [PHP] Rest

2012-10-27 Thread Matijn Woudt
On Sat, Oct 27, 2012 at 7:47 PM, Adam Tong adam.to...@gmail.com wrote: Hi, I need to develop a rest API.I want your feedback on how you develop rest apis. I don't want to use a heavy framework just for that, and I find url rewriting time consuming. Any suggestions? Thank you I'd suggest

Fwd: Re: [PHP] Rest

2012-10-27 Thread Volmar Machado
-- Mensagem encaminhada -- De: Volmar Machado qi.vol...@gmail.com Data: 27/10/2012 17:07 Assunto: Re: [PHP] Rest Para: Matijn Woudt tijn...@gmail.com But if what you want to know, is how to works inside, google for PHPMaster.org REST PHP. They have a two part article about it, and