When you developing a website, more often than not you have small blocks of presentation code that need to be repeated from page to page. In CakePHP they have Elements to help you with it. It’s all very fine but when you have to pull data from database and show it on the element the [...]