|
fixAMFBaseDeserializer
Tutorial: Fix the AMFBaseDeserializer in order to properly make use of POG objects.
ProblemFor a detailed explanation as to the nature of this please visit Renaun Erickson's post about the issue. Solution
elseif(file_exists($GLOBALS['amfphp']['customMappingsPath'] . 'class.' . strtolower($mappedClass) . '.php'))
{
$include = $GLOBALS['amfphp']['customMappingsPath'] . 'class.' . strtolower($mappedClass) . '.php';
}
|
Sign in to add a comment