This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class OrdinativiOrderItemFoodForm extends OrdinativiOrderItemForm | |
{ | |
public function configure() | |
{ | |
$this->removeFields(); | |
//$this->widgetSchema['item'] = new sfWidgetFormInputHidden(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* orderitem actions. | |
* | |
* @package ordinativi | |
* @subpackage orderitem | |
* @author KEY5 | |
* @version SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EditSuccess.php | |
<?php | |
include_partial('form', array('ordinativi_order' => $order, 'form'=>$form, 'configuration'=>$configuration, 'helper'=>$helper )) | |
var_dump($helper); | |
/* | |
restituisce | |
object(orderGeneratorHelper)#221 (0) { | |
} | |
*/ | |
?> |
OlderNewer