Get date in Mysql format from Zend Date
If you using ZF there is a high chance that you also using Zend Date when dealing with date and time. One day you might need to get the date from a Zend Date object into Mysql format, but you will find out that none of the constants provides this. It’s a decision from developers [...]
How to identify the Zend Framework version?
Quick tip today. If you need to identify the current Zend Framework version use: Which will result in something like this: 1.10.8. Or open file Zend/Version.php and verify constant VERSION.
Understanding the Zend Framework bootstrap
ZF Version: 1.10.8 The objetive of this article is to explain how Zend Framework bootstrap works and, at a second part, show samples of bootstrap for common components. The bootstrap class is used to load common components or resources that are used by all or most of your controllers, views etc. On “non-framework” applications it [...]
Using Zend_Service_Twitter and Zend_OAuth
ZF Version: 1.10.8 The source code of this post is available at GitHub. At this short tutorial i will show to how use Zend_Service_Twitter and Zend_OAuth. I’m considering that: You have a working ZF environment. You have registered your application at Twitter.com and have the consumer key and secret. I won’t get into the details [...]
Recent comments