> M in MVC can only be an infrastructure or persistence thing, nevel BL itself.

> "Model" for most (php) frameworks is just a persistance
> layer/technology, almost always sadly clustered and polluted with some
> real business logic (or vice versa).

> A form should NEVER include business logic.

> So: even a "controller" isn't business logic either.

What? By that reasoning, your app wouldn't even have any Business Logic at
all.

"In MVC, the Model represents the information (the data) of the application
and the business rules used to manipulate the data, the View corresponds to
elements of the user interface such as text, checkbox items, and so forth,
and the Controller manages details involving the communication to the model
of user actions such as keystrokes and mouse movements."

http://en.wikipedia.org/wiki/Model-view-controller

If this is what you were getting at, then it wasn't communicated very well.

- Eric Marden

Reply via email to