jobo: PHP Möglichkeiten - wann nutzen?

Beitrag lesen

Hallo,

Ein Application-Objekt macht für mich nur Sinn, wenn man damit mehr macht als nur einen simplen Aufruf. Ein Objekt macht nur Sinn, wenn man es von Außen ansteuern möchte, und das hast du bei einer Applikation nicht, da sie selbst für Steuerung und Verarbeitung zuständig ist.

Naja, das macht bei denen eben einen recht runden Eindruck:

"The above components make use of the industry standard web application design pattern MVC (which originated with one of the first scripting languages ever built, Smalltalk), and allows developers and web designers to separate their concerns and skills, making code implementation and design easily and clearly separated. No more confusion or needing both skill sets in one person."

http://framework.zend.com/about/overview

http://framework.zend.com/about/components

Gruß

jobo