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
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
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
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
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
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