I'm trying to learn Zend FW, get more and more for each day. Really cool to work with a framework.
But now I'm little bit stuck, and tired so I'm total empty of search terms when I tried to Google a solution.
I have to have a structure to make regaular pages with main content (WYSIWYG), a title, metatitle, meta desc and keywords.
The ID/SELECT should be from the URL (/
www.domain.com/about/nicklas) but I want to be able to use the same solution for more then one Model, so i don't need to repeat source each time.
How do I make this effenctive and how do I "send" the pages-meta data into the layout-file?
Looking forward to get some nice tutorials from you to get me started.