/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
foreach ($dropDowns as $model => $conditions) { $model = $conditions; } $this->set(Inflector::variable(Inflector::pluralize($model)), $this->Transaction->{$model}->generateList($conditions)); }