Categories
- agile (3)
- algorithms (34)
- cheatsheets (2)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (111)
- portfolio (5)
- quiz (7)
- snippets (7)
- video (1)
- web development (168)
- zend framework (81)
Monthly Archives: July 2010
Zend Framework: Cache Database Table Schemes
If you’re familiar with Zend Framework, you should know how to turn your database tables into models. Simply extend the Zend_Db_Table class. This is the very general example. There are lots of variations how to name the model classes and … Continue reading
Zend_Mail with GMail
You know how to setup Zend_Mail with SMTP, but you don’t know how to set it up with GMail! Here’s how to do it. Just follow the instructions $mailTransport = new Zend_Mail_Transport_Smtp(’smtp.gmail.com’, array( ‘auth’ => ‘login’, ‘username’ => ‘xxxxxx@gmail.com’, ‘password’ … Continue reading





