PHP5 SoapServer and Controllers Practice |
[eluser]wiredesignz[/eluser]
[quote author="fitchwh" date="1223319757"]Models are used to interact with controllers for data access. They should not contain business logic, as that's what controllers do. [/quote] Sadly you are mistaken: [quote author="wikipedia" date="1223319757"]In MVC, the model represents the information (the data) of the application and the business rules used to manipulate the data. The controller processes and responds to events, typically user actions, and may invoke changes on the model.[/quote] http://en.wikipedia.org/wiki/Model-view-controller Good luck. |
Messages In This Thread |
PHP5 SoapServer and Controllers Practice - by El Forum - 03-18-2008, 12:57 PM
PHP5 SoapServer and Controllers Practice - by El Forum - 10-06-2008, 07:48 AM
PHP5 SoapServer and Controllers Practice - by El Forum - 10-06-2008, 08:02 AM
PHP5 SoapServer and Controllers Practice - by El Forum - 10-06-2008, 02:05 PM
PHP5 SoapServer and Controllers Practice - by El Forum - 10-06-2008, 03:03 PM
PHP5 SoapServer and Controllers Practice - by El Forum - 10-06-2008, 03:15 PM
|