Archive for the ‘zend framework’ Category

The Quickest Way To Tweet via Zend Framework’s Twitter Service

This is a quick and dirty method.  It assumes a couple of things. You’ve already created your ‘app’ on twitter. You’ve already gotten your personal OAuth tokens from twitter. First you need to setup your tokens; $token = new Zend_Oauth_Token_Access(); $token->setToken(“YOUR_PERSONAL_TOKEN”)       ->setTokenSecret(“YOUR_PERSONAL_SECRET”); Second, you need to setup the Zend_Service_Twitter using your access token as [...]

Multiple Paths for Zend_Layout (Modules Based Layouts)

There was some chatter about using module based layouts with Zend_Layout on freenode, so I thought I’d explore the idea a bit more.  There was this particular idea to use a plugin and a bit of application.ini/xml settings to configure it all.  But I’m a bit old school with my Zend Framework apps.

All I Need is REST, Vimeo, Flickr, Zend and More

Here’s my skeleton for my magical REST interface. It’s still missing a lot of method calls for Flickr and Vimeo, but the guts are there and the remaining methods will be done in priority when I need them.  Right now it supports automatic caching and logging via simple options. At some point I’ll probably put [...]

PHP Java Bridge vs. Zend Platform Java Bridge

A long time ago I posted some instructions on installing PHP/Java Bridge on Ubuntu and that post is getting quite a few reads, so I figured I’d post a follow up on how it was used. Over the last year I had been using a Java Bridge from a Zend Framework application to access a [...]

Zend Framework 1.8 and Beyond

Zend Framework 1.8 is almost ready and as such, it’s time for me to look into what it’s got. There’s a good listing of what’s new over here and really on the surface it doesn’t look like much. But as a person who’s been using ZF for quite some time, I’m really happy to see [...]

Subscribe to RSS Feed Follow me on Twitter!