..."So, for ORM, as it is such an advance feature that I am sure the vast
> majority of CFML developers will not use, isn't going to be picked up
> instantly and may take many years to realise the real power."...
>
I recently started using CFWheels and its implementation of ORM and it seems
rather easy to me. Is the advanced part you mention the actually OOP
programming concepts or is there more to it if using Hibernate?
To save typing Here is Baz's Example from earlier in this Thread:
<cfcomponent>
<cfproperty name="FirstName" type="String" />
<cfproperty name="LastName" type="String" />
</cfomponent>
<cfscript>
User = CreateObject('User');
User.setFirstName('Tom');
User.setLastName('Thomas');
User.save();
</cfscript>
In CFwheels the syntax is a little different, but what's so advanced or
tough about that?
Just Curious,
Randy
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
!! save a network - please trim replies before posting !!