There are several questions on SO about MVC and PHP. I already know the mvc frameworks that are out there like CodeIgniter, Cake PHP, Zend PHP, Agavi, etc., I played with most of them and feel that they are bit of hack but nevertheless good implementations of presentation abstractions. I need some advice from PHP experts and veterans on choosing a true MVC framework in PHP. One of the reasons I think these do not seem to be true to the MNV pattern is that I am inherently biased because of my background in Java (Spring MVC) and C#(ASP.NET MVC).
Please do not down vote this question without reading my supportive explanation for asking this question. Also, I do not want to stir up some debate but merely looking at suggestions and advice from others at SO
Thanks in advance,