-
Recent Posts
- Introducing Zit, an object-oriented dependency injection container
- Steve Jobs went to Cupertino, and all I got were these lousy revolutions…
- ExtendBetter Beta (a better WordPress plugin search)
- 30 Days with Occam’s Protocol
- Set OmniFocus As Your Homepage
- Using Modulo Operations for Even-Enough Distribution
- Top WordPress Actions/Filters
- Zend Debugger Safari Toolbar
- Optimize Legibility in Safari 5
- Safari Toolbar CSS
- HTML5 Demo & Resources
- Better Zend Framework Documentation
- Automatic Virtual Hosts w/ Proxy Auto-Config
- Review: Zend Framework 1.8 Web Application Development
- Zend Framework Bash Completion Script
Recent Comments
- Chris Morrell on Introducing Zit, an object-oriented dependency injection container
- Md Emran Hasan (phpfour) on Introducing Zit, an object-oriented dependency injection container
- Web Hosting Provider on Photoshop Layer Styles — Cheetos Text Tutorial Redux
- Domain register on 30 Days with Occam’s Protocol
- Website Hosting on Photoshop Layer Styles — Cheetos Text Tutorial Redux
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 wishlist, zend, Zend Framework, zend_date
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 design patterns, modeling, models, PHP, wishlist, Zend Framework
10 Comments