UNA arrays
$GLOBALS['bxDolClasses']['BxDolForm!bx_person!bx_person_add!'] means BxDolForm!bx_person!bx_person_add! wat !
-
-
- · Chetty
- ·
static public function getObjectInstance($sObject, $sDisplayName, $oTemplate = false, $sParam = '')
{
$sKey = 'BxDolForm!'.$sObject.'!'.$sDisplayName.'!'.$sParam;
if (isset($GLOBALS['bxDolClasses'][$sKey]))
return $GLOBALS['bxDolClasses'][$sKey];
$aObject = BxDolFormQuery::getFormArray($sObject, $sDisplayName);
if (!$aObject || !is_array($aObject))
return false;
$sClass = 'BxTemplFormView';
-
-
·
LeonidS
- ·
Yes, in this case, you're right. It would be
BxDolForm!bx_person!bx_person_add!
-
·
LeonidS
-
- · Chetty
-
·
In reply to LeonidS
- ·
!means y used here