·
Added a discussion

$GLOBALS['bxDolClasses']['BxDolForm!bx_person!bx_person_add!'] means BxDolForm!bx_person!bx_person_add!   wat !

  • 1196
Comments
    • Hello Chetty !

      Please specify where did you get it.

      •  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';

        • Yes, in this case, you're right. It would be 

          BxDolForm!bx_person!bx_person_add!

          • !means y used here

            Login or Join to comment.