![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^3: A Concise Example of MVCby exussum0 (Vicar) |
on Feb 22, 2007 at 18:33 UTC ( #601616=note: print w/replies, xml ) | Need Help?? |
Correct. The trick here is, the controler and model should be fairly static if you were presenting the same data via XML, HTTP+SOAP, HTTP+HTML, CLI etc. Then either your controller pushes the data to the view you somehow get a handle of, or the view pulls from the controller (through to the model) the data to present.
Same is true of the model. If your view and controller stay the same, your model should be fairly possible to replace without too much rigmarole
In Section
Meditations
|
|