AtkManyBoolRelation: Difference between revisions
Appearance
Rwolverine (talk | contribs) |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{relation}} | |||
== atkManyBoolRelation == | == atkManyBoolRelation == | ||
Example to come | Example to come | ||
=== | === Setting Initial Values === | ||
[Borrowed from achievo Forums posting by mvkooten] | [Borrowed from achievo Forums posting by mvkooten] | ||
Latest revision as of 21:53, 18 August 2008

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.