Facebook Fan Page Zend Framework View Helper

This is my first Zend Framework article, and I still only grasp about 5% of it, so please be constructive in your criticism!

Following on from my article on how to produce a Facebook fan page widget using valid code, I wanted to see if I could create a View Helper in Zend Framework that does the work for us.

My library is called Gamajo and so the class file below sits at library/Gamajo/View/Helper/FacebookFanPage.php.

View the code