News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Working with the Symfony Components PHP Libraries

Chris Jones' Blog: Which OCI8 DLL to use in PHP 5.3

Web Application Solutions: Some Essential libraries for Codeigniter Framework based Development

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

PHPWomen.org: Bundled go-pear.phar broken in 5.2 windows releases


Community Events











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


rest unittest conference symfony2 series database usergroup release framework zendframework2 testing introduction development interview community opinion language functional podcast phpunit

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