<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br>
<div>
<div>On Dec 15, 2011, at 10:54 AM, Johannes Erdfelt wrote:</div>
<blockquote type="cite">
<div><font class="Apple-style-span" color="#000000"><br>
</font>What kinds of things?<br>
<br>
I'm just trying to better understand what is object-oriented about the<br>
data returned from a database? What methods would we want to use?<br>
<br>
JE<br>
</div>
</blockquote>
</div>
<br>
<div>Any direct access to the data within a record should be encapsulated within the model object.</div>
<div><br>
</div>
<div>For example, changing an instance's progress should be a method on Instance, not a method buried in vmops.</div>
<div><br>
</div>
<div>~ Aaron</div>
</body>
</html>