X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=vendor%2Fzf2biz%2FCustom%2FModel%2FPairFeature.php;fp=vendor%2Fzf2biz%2FCustom%2FModel%2FPairFeature.php;h=10cfbac01822b2301a87529b53ebda81f018fbb8;hp=0000000000000000000000000000000000000000;hb=6e6b3a29762f19d038b6c88bf51b0859339a69a2;hpb=394ed57b78faba491284a90a7f509bac3e146c30 diff --git a/vendor/zf2biz/Custom/Model/PairFeature.php b/vendor/zf2biz/Custom/Model/PairFeature.php new file mode 100644 index 0000000..10cfbac --- /dev/null +++ b/vendor/zf2biz/Custom/Model/PairFeature.php @@ -0,0 +1,24 @@ +toArray(); + $result[$r['id']] = $r['name']; + } + $this->tableGateway->setResult($result); + } + +}