Monthly Archives: November 2009

Crazy idea…

I’ve been toying with the idea of using my cache as a data store for a project where the data doesn’t need to be updated very often.  Basically, I’d write out plain XHTML documents and then parse the data using … Continue reading

Posted in Web Development | Leave a comment

Calculating the difference in days between two Zend_Date objects

This just came up on #zftalk, and it appears that the information out there is either incomplete or incorrect, so I thought I’d just put out a simple solution.  Here’s a simple way to calculate the difference between two Zend_Date … Continue reading

Posted in Web Development, Zend Framework | Tagged , , , | 6 Comments

PHP Modeling (in Zend Framework)

I’ve been thinking a lot about Modeling in a MVC application, particularly in the Zend Framework. Obviously each application is different, and any Model is going to be fairly unique to your application. That’s why ZF doesn’t provide a base … Continue reading

Posted in Web Development, Zend Framework | Tagged , , , , , | 10 Comments