Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: A Concise Example of MVC

by exussum0 (Vicar)
on Feb 22, 2007 at 18:33 UTC ( [id://601616]=note: print w/replies, xml ) Need Help??


in reply to Re^2: A Concise Example of MVC
in thread A Concise Example of MVC

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://601616]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found