On Jan 21, 2010, at 11:26 AM, Michal wrote: > Hi, > > I recently discovered that use of an ORM is *not* universally > recommended, and some people seem quite against. I wonder, what are > the opinions of other Agavi Users (/Developers)? >
Well, it's as it is with just about everything in IT: There's nothing that should be universally recommended. I'd go use one for pretty much all standard cases. There's very few cases where it's advisable to use raw sql and hand-code all your database access. Granted, an ORM will cost you performance but it will also save you from writing lots of boilerplate code and most importantly will help to protect you agains common sql injections. felix -- Felix Gilcher Bitextender GmbH Paul-Heyse-Str. 6 D-80336 München T: +49 89 57 08 15 16 F: +49 89 57 08 15 17 M: +49 172 840 88 28 [email protected] http://www.bitextender.com/ Amtsgericht München, HRB 174280 Geschäftsführer: David Zülke, Florian Clever _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
