Advertisement
Pooky

Untitled

Jul 17th, 2011
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. Data in Form
  2.  
  3. // atyp
  4. $atyp->setLabel('Přiložte Atyp: ')
  5.      ->setDestination(APPLICATION_PATH . '/../data/atyp')
  6.      ->addFilter('Rename', array('source' => $atyp->getFileName(), 'target' => APPLICATION_PATH . '/../data/atyp/' . uniqid()));
  7.  
  8. Controller
  9.  
  10. $customForm = new Application_Form_Types_Drevotrieska();
  11. $customForm->atyp->receive();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement