Free Migrating to Page Controllers Tutorial

Feb
10

Migrating to Page Controllers

Posted by admin

Developers can maintain their sanity by refactoring such an app orredesigning it in flight. The refactoring cure for the all-in-one page is thePage Controller. This design pattern is appropriate in places where a singlecomponent has the dual responsibilities of logic and display.This article will explain how Page Controller works, when to use it, and howto refactor your multifunction pages. It includes a sample implementationin PHP, but in true pattern style it’s quite portable. Case 
continue >>

Tags:

Add A Comment