News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Joseph Crawford's Blog:
MySpace PHP REST Library
April 30, 2009 @ 10:25:55

For those still looking to interface with MySpace, Joseph Crawford has pointed out an official REST library for PHP to connect with their API.

Over the last few days I have been digging deep into the concepts of REST. I have been reading through my copy of RESTful Web Services. Out of curiosity I searched Google for a "php REST library" and it turned up the Official MySpace PHP REST Library.

He points out one interesting thing about it, though - it's like they started using an object-oriented design but build after making the classes with properties. No methods.

Even if they were to choose to go the PHP 5 way I would highly suggest that they do not use classes as containers for constants, there is no need to do this. It is not using proper OOP methodologies. Why create an object that just holds 2 - 4 constant variables, these would be better suited for define() calls in my opinion.
0 comments voice your opinion now!
myspace rest library php5 oop constant library




Community Events





Don't see your event here?
Let us know!


unittest api conference language custom development community test introduction manifesto opinion podcast interview database symfony2 phpunit series application release framework

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework