Posted by Jon on Dec 9, 2009 in Development, PHP, Zend Framework | 3 comments
My friend Rob Allen recently posted a quick how-to on how to access your configuration data in application.ini file while in a controller or action helper. The one part Rob didn’t touch on was how to get resources back.
read more
Posted by Jon on Dec 9, 2009 in Development, PHP, Zend Framework | 7 comments
If your like me and have people who like to write stuff in MS Office first and then post it to the web you get the silly quotes and such that word uses. The quotes and such are not valid UFT-8 and that’s how I like to store my data in my database so it usually dumps out with an error.
I’ve come up with the following Zend_Filer_Interface so that way you can plug it into anything that has the ability to use Zend_Filter.
Read More for the source code.
read more
Posted by Jon on Nov 16, 2008 in Development, Zend Framework | 0 comments
Earlier this week I had the extreme pleasure of having my first addition to Zend Framework added to the standard library. I started working on this component after talking with Matthew Weier O’Phinney at ZendCon ‘08 where he stated that he didn’t have time to work on implementing the api for use in with the framework.
Zend_Twitter_Service is currently in the standard trunk for Zend Framework and is scheduled to be released with 1.7. Please check it out and check back for some examples in the next few days.
read more