Calendar in Zend Framework
I looking to create a custom calender with Zend Framework, I am hoping that it will be able to list all the days of the month for the coming years and then have a different bg color on the date if there is an event on this. I am however struggling to create this firstly because it needs to go into the layout view, rather than an action, so where does the logic go? I am also unclear as to how the logic with mkdate() would work. Can someone point me in the right direct please? Thanks user114303 Here is a simple Calendar class that uses Zend_Date and Zend_Locale that you can use as a starting