-
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
Tag Archives: wishlist
Better Zend Framework Documentation
If you’ve every tried to navigate the Zend Framework documentation’s longer pages you’ve probably looked everywhere for a table of contents. Sure, there’s a TOC for the major sections of the component, but if you’re looking for a specific part … Continue reading
Review: Zend Framework 1.8 Web Application Development
At the beginning of February PACKT Publishing sent me a copy of Zend Framework 1.8 Web Application Development by Keith Pope and asked me to post a review. Unfortunately a bunch of stuff came up, so it wasn’t until this … Continue reading
Zend Framework Bash Completion Script
If you use the Zend Framework CLI interface much you probably find yourself expecting tab-completion to work. Well, with this bash completion script it will. Just add the following line to your .bashrc or .bash_profile: source path/to/zf.bash Next time you … Continue reading
Namespacing ACL resources & Galahad_Acl
In most of my applications I like to handle authorization (querying the ACL) in one (or more) of three ways: Authorize access to a model’s method Authorize access to a controller action Authorize access to an arbitrary “permission” In general … Continue reading
Zend Framework URI validator & filter
For the last couple of months I’ve been incorporating portions of applications I’m working on into my Galahad Framework Extension project. Right now it’s not at a point where I’d feel comfortable promoting it (you can check out the project … Continue reading
More PHP Modeling (w/ video demo)
[Updated with follow-up video] About a month ago I posted some ideas about PHP modeling in the Zend Framework and requested feedback. After a month of on-and-off discussions through this website and #zftalk I decided to sit down and implement … Continue reading
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
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
IDE Wishlist – HTML/CSS Auto-Complete/Magic Edition
This list is clearly not comprehensive, but these are a few things I’ve been wishing for lately or thought of just now. CSS IDE Wishlist Order auto-complete based on usage, not alphabet I’m sick of typing “d” and getting “direction” … Continue reading