Skip to content

Instantly share code, notes, and snippets.

@delbono
Created October 28, 2010 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delbono/650983 to your computer and use it in GitHub Desktop.
Save delbono/650983 to your computer and use it in GitHub Desktop.
EditSuccess.php
<?php
include_partial('form', array('ordinativi_order' => $order, 'form'=>$form, 'configuration'=>$configuration, 'helper'=>$helper ))
var_dump($helper);
/*
restituisce
object(orderGeneratorHelper)#221 (0) {
}
*/
?>
Errore:
Fatal error: Call to undefined function __() in [...]symfony/core/lib/generator/sfModelGeneratorHelper.class.php on line 37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment