Hi guys,
once again I have a request for reactor to be the best back-end for flex 2 (remoting or FDS).
1) Could those <cfproperty /> and <cfset this.variable = somevalue/> transfered from the project/to/myTo.cfc to my /customPath/To/myToCustomDB.cfc file?
2) Can be inserted for each:
hasOne object "someObject" :
<cfproperty name="someObject" type="customPath.To.someObjectCustomDB"/>
<cfset this.someObject = structnew()>
hasMany object with Relate "someObject":
<cfproperty name="someObject" type="customPath.To.someObjectCustomDB[]"/>
<cfset this.someObject = Arraynew(1)>
hasMany object with Link "someObject" with link table "linkToObject":
<cfproperty name="someObject" type="customPath.To.someObjectCustomDB[]"/>
<cfproperty name="linkToObject" type="customPath.To.linkToObjectCustomDB[]"/>
<cfset this.someObject = Arraynew(1)>
<cfset this.linkToObject = Arraynew(1)>
This I can add it myself but it would be a HUGE BIG + for reactor as part of the core framework.
I have tested this with reactor + FDS and I can tell you that it works like a charm.
João Fernandes
Title: ER for Reactor + Flex 2

