Starting to use github
From now on, i will be using github to post the code used on all tutorials. I am still learning more about git, but it seems like a great tool 🙂 Here is the repository for all blog tutorials: http://github.com/fernandomm/Blog-Tutorials
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.
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