Background
I have a website that sells DVD's. I have a navigation box which is on every
single page of the site in the left column where you can browse the
different categories of DVD. The categories in this table are stored in a
table in the database where they are set to on or off.  I need to do some
logic that pulls the categories that are set to "on" from the category table
and display them on every page of the website.

The Proposed Fix
I am confused as to the correct way you would fix this problem. I think you
would need to put a link from the layout to a view helper perhaps a partial
that would somehow get the information from the model without involving any
specific controllers but I'm not sure.

I'm sorry as this is probably a very simple question but I introduced ZEND
Framework at work last week and I need to get things done quickly to justify
the move but I'm struggling to understand parts of the official
documentation.

Many Thanks
-- 
View this message in context: 
http://www.nabble.com/Newbie---Specific-problem-involing-layouts%2C-views-and-a-partial-tp20679035p20679035.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to