Relative Content

Tag Archive for design

Front controller in PHP

When you are reading about web application development, “front controller” and “single point of entry” are frequent words you are confronted with. To my understanding, the point is to provide a single location where you decide what to do in your program. That’s all nice and well in theory, but I am confused as to how this would look in reality.

Front controller in PHP

When you are reading about web application development, “front controller” and “single point of entry” are frequent words you are confronted with. To my understanding, the point is to provide a single location where you decide what to do in your program. That’s all nice and well in theory, but I am confused as to how this would look in reality.