Dragonchasers
Posted on April 13th, 2008 at 6:29 pm under Web Development

If you’re either a new PHP developer, or just new to using PHP Frameworks, the good people at KillerPHP have a great series of screen-cast tutorials to get you started.

Topics include: Setting up Zend Development (Part 1 & Part 2), Zend Controller and Zend View, and Setting Up an MVC Structure with the Zend Framework (Part 1 & Part 2).

I’ve so far watched those last two and they’re very well done. Clear, simple examples that are enough to get you thinking in MVC (Model-View-Controller) terms, at least.

I’ve never used Zend Framework. I have used Code Igniter and was delighted at how fast and easy it made PHP development, once I got my head wrapped around the concept. It looks to me like jumping to Zend would be pretty easy at least conceptually, but I don’t know if there’s any way to shortcut the learning curve of what each framework makes available.

Compare the Zend MVC vids to the Code Igniter video tutorials by Derek Jones and you’ll see what I mean.

One Comment:
Wil Sinclair said:

I haven’t had as much time as I would like to update it in the past few weeks, but this Zend Framework QuickStart should help: http://framework.zend.com/wiki/display/ZFDEV/Official+ZF+QuickStart . I got a chance to update it this weekend, so I’m shooting for completion early this week.

,Wil

Leave a Comment: