Evan Sims’ Blog: Announcing libGameFly

Original post provide by PHP Freaks

Evan Sims has official released his first version of a library he’s worked up to interface PHP with the GameFly.com video game rental service:

I’m releasing libGameFly, a PHP class for interacting with GameFly.com the video game rental service. At the moment it’s very simple, just allowing you to expose your GameFly queue as a native PHP class and doing… well, whatever the hell you want with it.

It works with some of the feed functionality (RSS/APIs) to grab data about users’ accounts. You can download the code here from the project’s Google Code page.

Previous Articles:
ProDevTips: Writing A CMS/Community With Smarty And The Zend Framework: Part 7
Covering the whole process in one piece would make it a very long piece indeed. He provides the code examples and complete SQL structure to get the blog up and rolling as well as some handy tips and explanations along the way.
Zend Developer Zone: Book Review: Learning PHP Data Objects
In Learning PHP Data Objects, the author Dennis Popel examines this new [database access] system and explains how to begin using PDO in development as a replacement for typical database drivers. The book is an excellent introduction to the data abstraction layer and also provides essential insight into the inner workings of database interaction with PHP.
Zend Developer Zone: Book Review: Learning PHP Data Objects
In Learning PHP Data Objects, the author Dennis Popel examines this new [database access] system and explains how to begin using PDO in development as a replacement for typical database drivers. The book is an excellent introduction to the data abstraction layer and also provides essential insight into the inner workings of database interaction with PHP.
The UX Meme Is Reaching The Enterprise
In SYS-CON's annual round-up of technology predictions earlier this year, Brad Abrams, a Group Program Manager at Microsoft, highlighted the likelihood of what he called 'the UX meme of the consumer facing world [leaking] into the enterprise' and noted: 'The days of the battleship gray, forms of data application as the king of the enterprise are numbered because of an imperative towards richer visualization of complex and interconnected data.
Site News: Popular Posts For The Week Of 12.28.2007
Popular posts from PHPDeveloper.org for the past week:Padraic Brady's Blog: Complex Views w/Zend Framework The Final Chapter: ZFE and Zend_Layout in Core!php|architect: Stuff your stockings: single issues 30% offDeveloperTutorials.com: How to Install PHP 5 on LinuxStoyan Stefanov's Blog: Fancy FormattingSymbianOne.com: Your S60 Web server gets a boostAndreas Gohr's Blog: MySimple.php A lightweight PHPMyAdmin substituteNessa's Blog: Working with Permissions in PHPSymfony Blog: Symfony 1.0.10 is OutMatthew Turland's Blog: Web Scraping Article PublishedJan Lehnardt's Blog: REST Controller for PHP Applications
More Articles:
Ivo Jansch's Blog: Book Announcement: Enterprise PHP Development
He points out that the first version of the book will be handed in in March so ideally it will be released soon after that. He's also open to ideas/content suggestions/etc that you might want to post to his blog for consideration.
Domains May Disappear After Search
Ponca City, We Love You writes "Daily Domainer has a story alleging that there may be a leak that allows domain tasters to intercept, analyze and register your domain ideas in minutes. 'Every time you do a whois search with any service, you run a risk of losing your domain,' says one industry insider.
TSA Limits Lithium Batteries On Airplanes
Batteries carried in the cabin are subject to limitations on per-battery and total lithium content, and spare batteries must have the terminals covered. If you're returning home from the holidays with new toys, be sure to check out the new restrictions before you pack."Read more of this story at Slashdot.
Microsoft Deprecating Some OOXML Functionality
christian.einfeldt writes "According to open standards advocate Russell Ossendryver, Microsoft will be deprecating certain functionality in its Microsoft Office Open XML specification. Ossendryver says the move is an attempt to quiet critics of the specification in the run up to the crucial February ISO vote.
XML
The class can load XML documents from files or text strings. It turns the document tags into keys of a nested associative array. The resulting array is stored in a class variable. It can also take an array with the document structure and generate a XML document.

Leave a Reply