While sitting in the excellent PEAR workshop held by Toby and Lukas, I released a new version of
Services_Ebay. This version brings the ArrayAccess interface to the models.
That means, they can be used like you would use an array:
<?php
$item = $ebay->GetItem($itemId);
echo $item['Description'];
?>
You may read, write and delete properties using this syntax. I had the idea, while Toby and Lukas presented their small application, which combines Services_Ebay with QuickForm, MDB2, Auth, LiveUser as well as some other packages.
For some some coverage of the workshop take a look at the
excellent posting by Aaron Wormus.
Today Lukas and me had our second power workshop on PEAR. Like in Amsterdam this year, we introced people into obraining, using and developing PEAR packages. Beside that we developed again an example application, which implemented an interface to Ebay usi
Tracked: Nov 07, 22:24