suaveant has asked for the wisdom of the Perl Monks concerning the following question:
I am able to instantiate a new php obj:
but when I try to pass that object to another object:my $obj = $php->instantiate('MDG_ApplicationLogin');
I get Fatal error: Exception thrown without a stack frame in Unknown on line 0my $ctx = $php->instantiate('MDG_Context',$obj);
I assume this has something to do with the translations, anyone know of a solution?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing PHP objs to PHP instantiate with PHP::Interpreter
by cdarke (Prior) on Apr 16, 2010 at 08:31 UTC | |
by suaveant (Parson) on Apr 16, 2010 at 13:39 UTC |