Re: [nyphp-talk] RESTful PHP Frameworks/Libs

2007-11-29 Thread Ben Sgro (ProjectSkyLine)
Hello Adrian, Thanks, I'll check the links out today! - Ben - Original Message - From: "Adrian Videnie" <[EMAIL PROTECTED]> To: "NYPHP Talk" Sent: Thursday, November 29, 2007 4:41 AM Subject: Re: [nyphp-talk] RESTful PHP Frameworks/Libs Ben Sgro (P

Re: [nyphp-talk] RESTful PHP Frameworks/Libs

2007-11-29 Thread Adrian Videnie
Ben Sgro (ProjectSkyLine) wrote: Let me be more vague. I'm looking for php code for routing, request handling, response generation that I can use to see how others have done REST in php. You might want to try http://www.konstrukt.dk/. Also, take a look here: http://semwebdev.keithalexander.co

Re: [nyphp-talk] RESTful PHP Frameworks/Libs

2007-11-28 Thread Ben Sgro (ProjectSkyLine)
4:54 PM Subject: Re: [nyphp-talk] RESTful PHP Frameworks/Libs On Nov 28, 2007, at 4:32 PM, Ben Sgro (ProjectSkyLine) wrote: I'm going to be building a RESTful php application and wanted to know if anyone has done so and what frameworks or library's they have used. This is

Re: [nyphp-talk] RESTful PHP Frameworks/Libs

2007-11-28 Thread csnyder
On Nov 28, 2007 4:54 PM, Rob Marscher <[EMAIL PROTECTED]> wrote: > The webserver handles implementing most of what's required for a RESTful > interface. So... you don't exactly need a framework. Just do the > appropriate thing on GET/POST/PUT/DELETE requests (which you can determine > from php's

Re: [nyphp-talk] RESTful PHP Frameworks/Libs

2007-11-28 Thread Rob Marscher
On Nov 28, 2007, at 4:32 PM, Ben Sgro (ProjectSkyLine) wrote: I'm going to be building a RESTful php application and wanted to know if anyone has done so and what frameworks or library's they have used. This is purely a web service, no UI at all, so I don't think a full blown framework w/ vie

[nyphp-talk] RESTful PHP Frameworks/Libs

2007-11-28 Thread Ben Sgro (ProjectSkyLine)
Hello, I'm going to be building a RESTful php application and wanted to know if anyone has done so and what frameworks or library's they have used. This is purely a web service, no UI at all, so I don't think a full blown framework w/views is necessary. A nice REST library for handling HTTP re