Skip to content

Instantly share code, notes, and snippets.

@alber70g
Created December 2, 2012 16:04
Show Gist options
  • Save alber70g/4189490 to your computer and use it in GitHub Desktop.
Save alber70g/4189490 to your computer and use it in GitHub Desktop.
echo "<td>" . $form->dropDownList($modelFoundPersoonhasstdtaak, "[$modelStdactiviteit->idStdActiviteit][$modelStdtaak->idStdTaak]idPersoon", CHtml::listdata($modelStdtaak->idTeam0->persoons, 'idPersoon', 'fullname')) . "</td>"; Is there another way instead of [$modelStdactiviteit->idStdActiviteit][$modelStdtaak->idStdTaak]
@alber70g
Copy link
Author

alber70g commented Dec 2, 2012

Ehm. got a problem: I've got a table with 3 primary keys which are: Activity, Task and Planning. How to sort it out in the post. I'm using now the code above. Is it possible to use something else instead of Is there another way instead of [$modelStdactiviteit->idStdActiviteit][$modelStdtaak->idStdTaak]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment