prefetchValueInstance('user'); // Assign fields with template variables $blockInstance->assignField('username'); // Shall we include registration date? if ($blockInstance->ifIncludeRegistrationStamp()) { // Then assign it as well! $blockInstance->assignFieldWithFilter('registered', 'formatTimestamp'); } // END - if // Flush the content out to a template variable $blockInstance->flushContent(); ////////////////////////////////////// // Assign the shipping company data // ////////////////////////////////////// // Get a new instance for personal data $blockInstance = WebBlockHelper::createWebBlockHelper($this, 'company_data'); // Get the user instance $userInstance = Registry::getRegistry()->getInstance('user'); // Get a shipping company instance ready $companyInstance = ObjectFactory::createObjectByConfiguredName('company_class', array($userInstance)); // Flush the content out to a template variable //$blockInstance->flushContent(); // End of all PHP commands ?>
Willkommen im Loginbereich von {?app_full_name?}!
{?login_content?}
Account-Infos:
{?persona_data?}
Reederei-Infos:
{?company_data?}