-
Modular Zend Framework Skeleton 2009
Posted on April 8th, 2009 9 commentsSo the application skeleton series proved to be more popular than I was expecting. Unfortunately after a couple of server migrations, the source code examples that were linked to those articles did not survive the trip. I’ve gotten a lot of comments to restore those examples so I decided to write a new article to [...]
Read Entire Article
Development, PHP, Tech, Zend Framework application, examples, framework, modules, MVC, php, skeleton, zendRelated Topics
-
Object Oriented GD
Posted on April 6th, 2009 1 commentSooner or later we all need to use the gd library whether it be for generating thumbnails, scaling images, cropping, or whatever. When compiled with gd support, PHP offers a massive arsenal of functions to accomplish all of the image related tasks you can think of. With the advent of object oriented frameworks such as [...]
Read Entire Article
-
Multi-Lingual Support with Zend_Translate and PHPTAL
Posted on March 23rd, 2009 4 commentsI recently had to implement multi lingual support in a Zend Framework application to accomodate 4 languages in a social networking site: English, Spanish, Porteguese, and French Canadian. The site was fairly large comprising of a large number of heavily dynamic templates with a lot of user generated content. At first it seemed daunting and [...]
Read Entire Article
-
Back from the dead
Posted on March 20th, 2009 No commentsSo late last year I started my other blog over at http://www.unintelligent-design.com, and i’ve been pretty involved in that for some time. As a result, this blog got terribly neglected as I dealt with some poignant albeit non-technical topics such as the presidential elections, some critical pieces on religion and financial crises and whatnot. I [...]
Read Entire Article
-
Zend Application Skeleton
Posted on August 29th, 2008 No commentsI am aware there are plenty of people eagerly anticipating the release of Silk CMS into the wild. I apologize for procrastinating on this but I am releasing a doggy bone to satiate the impatient. I’ve added the SilkCMS page where I will be hosting information about the project. In the meantime i’ve provided a [...]
Read Entire Article
-
Modular Zend Framework Skeleton (Part 3: Modules)
Posted on June 6th, 2008 5 commentsThis article has been superseded by an updated article with new examples
Read Entire Article
Its taken a long time for me to back to this series as I’ve been swamped working on a large project. Fortunately the project heavily involved evolving my application skeleton which has actually graduated to a full blown Content Management System as I’d mentioned [...]
-
Zend_View, PHPTAL, and Zend_Layout
Posted on April 14th, 2008 15 commentsI’ve started experimenting with the latest release of the Zend Framework (Version 1.5.1) and very quickly discovered the PHPTAL template engine i’ve been using doesn’t expose some of the useful features of the Zend_View module needed to take advantage of the latest developments. Specifically helpers were not accessible which I was aware of but couldn’t [...]
Read Entire Article
-
Modular Zend Framework Application Skeleton (Part 2: CRUD)
Posted on March 19th, 2008 10 commentsThis article has been superseded by an updated article with new examples
Read Entire Article
This is the second part of a series of articles designed to introduce people to smart ways to develop using the Zend Framework. In the previous article, I went over the folder structure for a skeleton application that can be used and extended to [...]
-
Modular Zend Framework Application Skeleton (Part 1: Folder Structure)
Posted on March 19th, 2008 13 commentsI used to hate php. I thought it was arcane, poorly designed, and anyone who coded in it was asking for trouble. I figured I was going to have to suck it up when I got picked up by eROI as a php developer. Before I had been happily pluggin away at an application I was developing for another company which I had used as an excuse to try out ruby on rails. Naturally I fell in love with rails because it was easy, it was intuitive, and ruby is pretty slick as far as languages go. I got spoiled by its more functional aspects so when I had to go back to php I was disgusted. That all changed when I discovered the Zend Framework.
Read Entire Article


