data['settings'] ?? []; $applications = $this->data['applications'] ?? []; echo $this->data['nav']->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
getHtml('Settings'); ?>
getHtml('Applications'); ?>download
$application) : ++$count; ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?>
settings id; ?> printHtml($application->name); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
getHtml('Settings'); ?>download
$setting) : ++$count; ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Value'); ?> getHtml('Group'); ?> getHtml('Account'); ?>
settings id; ?> printHtml($setting->name); ?> printHtml($setting->content); ?> printHtml($setting->group); ?> printHtml($setting->account); ?>
getHtml('Empty', '0', '0'); ?>