This screencast covers Zend View Partials, an often overlooked portion of the Zend_View_* collection of classes, however, I’ve found them super handy when writing complex templates. Running time is a little under 10 minutes.
Zend View Partials
Description
This screencast covers Zend View Partials, an often overlooked portion of the Zend_View_* collection of classes, however, I’ve found them super handy when writing complex templates. Running time is a little under 10 minutes. Download the project code.
Tags
HTML / CSS, partials, templates

I stumbled upon this site a few days ago and I must say it’s an awesome resource. Keep it up. Here’s my 2 cents of feedback: After watching most of the vids, I like the 30 mins ones better. It’s kind of like a cooking show, 30 mins is the perfect balance between keeping attention and including enough content.
I just got word on Twitter that there’s the PartialLoop helper handles the foreach for us. More here: http://framework.zend.com/manual/en/zend.view.helpers.html
Thx Jon!
You’re best. I’m waiting next screencast on next week
Thanks Dude ,
Go for it …..your the best
you’re the best not your the best
sorry for my bad english
Thanks for all the kind words! Your support is really encouraging
Hi, Jon!
. Does ZF support it similarly to Rails? Is any of the automagic of Ruby’s ActiveRecord available to PHP developers ?
Great podcasts!!
Hints for next videos:
So far you haven’t touched the database matter. I think I’m not the only one who is very curious to know how ZF handles models
I followed the tutorial and everything was fine until I tried to display the rowset using the partial. No errors, just the tags in the index.phtml file and with nothing in them. Table has data. Am I supposed to register my partials folder in a helper path or something?
@didymus
Maybe you forgot to pass the var containing the elevant data within invocation of the partial.
See http://www.zendcasts.com/selectively-adding-css-with-zend_layout/2010/07/comment-page-1/#comment-12274
Regards,
Sven
Woo thanks sir Jon! You’re a life saver and I love you for that
Nice one john , i just start using Zend and those tutorials are really helpful! one thing i’ve noticed the
is missing !