Advertisement
HosipLan

Untitled

Nov 22nd, 2011
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. Existing products:
  2. {foreach $control->getComponents(TRUE, 'ProductForm') as $form}
  3.   {form $form}
  4.     {label title /} {input title}
  5.     {input save}
  6.     <br />
  7.     {input body}
  8.   {/form}
  9. {/foreach}
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement