Zend Framework Archive

Using Zend_Service_Twitter and OAuth

I've just spent all afternoon trying to update a very simple Twitter client to post status updates to Twitter. The code has been using BASIC authentication to post Tweets until now but seeing as that's about to be discontinued in favour of OAuth I thought I'd better update things. I...
Read More

Creating Professional Documents the Easy Way

Have you ever tried to create a professional quality document programmatically from within PHP? It's a real pain and surprisingly tricky to do. There are limited options for PHP developers to produce files in the formats most often used in business. There are libraries for producing PDF files in PHP...
Read More