Changeset 8507
- Timestamp:
- 04/17/08 19:32:20 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/data/generator/sfPropelCrud/default/template/actions/actions.class.php
r6882 r8507 60 60 $this->form = new <?php echo $this->getClassName() ?>Form(<?php echo $this->getClassName() ?>Peer::retrieveByPk(<?php echo $this->getRetrieveByPkParamsForAction(49, '$request->getParameter') ?>)); 61 61 62 $this->form->bind($ this->getRequestParameter('<?php echo $this->getSingularName() ?>'));62 $this->form->bind($request->getParameter('<?php echo $this->getSingularName() ?>')); 63 63 if ($this->form->isValid()) 64 64 {