Created
December 2, 2012 16:04
-
-
Save alber70g/4189490 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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]