HosipLan

Untitled

Aug 5th, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $form->addDynamic('items', function (Container $container) use ($products) {
  2.     $idProduktu = $container->name;
  3.     $produkt = $products->find($idProduktu);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment