Created
October 28, 2010 09:20
-
-
Save delbono/650983 to your computer and use it in GitHub Desktop.
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) { | |
} | |
*/ | |
?> | |
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