Jump to content

AtkManyBoolRelation

From NusaATK
Revision as of 12:39, 30 April 2008 by Rwolverine (talk | contribs) (New page: == atkManyBoolRelation == *** Example to come *** === setting Initial Values === [Borrowed from achievo Forums posting by mvkooten] An atkManyBoolRelation requires an multi dimensional a...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

atkManyBoolRelation

      • Example to come ***

setting Initial Values

[Borrowed from achievo Forums posting by mvkooten]

An atkManyBoolRelation requires an multi dimensional array: ["regios" => array( 0 => array( "regios_id" => array( "regios_id" => 2 ) ) ) ]

Be aware of the extra index in the array ( the first index: 0), without this I doesn't work. It took me an couple of hours to find out.