-
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: July 2009
Zend Framework: Using separate layouts per module
Someone was recently asking on ZFTalk about how to use a different layout for each module in your application. Since this is a problem I’ve dealt with in the past and planned on adding to the Galahad FE, I thought … Continue reading
Mapping subdomains to modules in Zend Framework
For some reason this took me a long time to figure out, so I thought I’d post it in case other people are having similar problems. I wanted www.mysite.com to route to the www module and app.mysite.com to route to … Continue reading