On 09/10/2011 11:55 PM, Gil wrote:
I'm a newbie to object-oriented programming too, so I suppose my
mindset is still in procedural, SQL and "recordset" modes, and
otherwise: my old ways :-) Thanks for that additional info. Good Points.
*From:* Shawn Milochik <sh...@milochik.com>**
You're welcome. The way you were doing it makes perfect sense if you
have experience creating database tables by hand, the way most people do
for their PHP and ASP apps. Django's ORM is doing all the same stuff
underneath, but it provides a level of abstraction that makes it (much)
easier to do common things, and it's a bit different than the "old way."
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.