Archive for June, 2009

June Garden Update

Wednesday, June 17th, 2009

This will just be a short post to give an update on our SFG for June.

Most of the plants are gaining in size, but with our late seed starting I think we are still a little behind where we should be. I think the broccoli and lettuce should have been harvest-able by this point had we gotten things started at the recommended time. Hopefully we will see heads form and grow before it gets too warm.
Continue reading June Garden Update »

Rebuilding With Zend Framework

Sunday, June 7th, 2009

I’d mentioned a while back that I had built an intranet application with PHP. While I was able to spit out accessible and validating pages, I was not a very advanced programmer so the entire application was written using procedural code. I was contacted by my former manager to do some reworking of the site so that it can be extended, so I have decided to use Zend Framework as a base for a complete rebuild of the project using Object Oriented programming.

I’ve been reading a bit the last few months on Object Oriented PHP development and I think that using the framework will give me a head start as there are a lot of standard things to handle in most applications that don’t need to be re-invented. Quite a bit of the security and database connectivity issues are already handled by the framework and this also gives me a place to begin to really understand the structure and theory of OO programming by following an already established structure.

Continue reading Rebuilding With Zend Framework »