Skip to content

Instantly share code, notes, and snippets.

View kaiohken1982's full-sized avatar

Sergio Rinaudo kaiohken1982

View GitHub Profile
@weierophinney
weierophinney / Zf2ViewRfc.wiki
Created January 10, 2012 20:09
ZF2 View RFC

Views RFC

Zend Framework 1.X conflated the View with the Renderer -- in other words, one was not done without the other.

This leads to anti-patterns like:

 * !ContextSwitch plugin, which simply changes the file extension of the view
   script to use. Which in turn leads to: 
    * View-related request-parsing within the controller.