For all those poking around Drupal and Zend Framework, I wrote a little module that auto-loads Zend Framework. This module works with new Zend_Loader_Autoloader introduced in version 1.8. Therefore this Drupal module requires new 1.8 or higher version of Zend Framework library. Module is really simple, not much to it. Note that Zend Framework library it self is...
Simple TODO application in Zend Framework and Doctrine ORM
I wrote a little TODO application in Zend Framework (1.8) and Doctrine ORM (1.1). I’m posting it more as a sample (practice) app for Zend and Doctrine newcomers. Entire process of adding, deleting and editing TODO’s is AJAX based. I used jQuery and Jeditable plugin for it. jQuery and Jeditable plugins are provided in this zip-ed archive. You should...
PHP dependency injection
As most of the readers of this site, you probably know that my main platforms for development are Magento, Zend Framework, WordPress and Drupal. Sometimes the best and most fun part of our job is playing with the language itself (PHP). Recently I came across this term “dependency injection”. Hmmm, I wondered what it is. To be honest, not until few...
Zend Core (LAMP/WAMP stack) overview
For those interested in Zend Core (LAMP/WAMP stack), I wrote (screen-shotted) a little Zend Core overview at Inchoo.net (direct link).
Zend_Auth database based identity persistence
Wrote a new article on Inchoo.net, you can read it here. Basically, I wrote a storage class for those of you who dislike using default Zend_Auth session storage. You can see the class code below. For any extra info, please visit the Inchoo.net article (direct link) or visit the ZF Snippets site (direct link). <?php class AuthDbStorage implements...
Recent Comments