Made a little tweak to placeholders, to remove uneeded space.
This commit is contained in:
@ -37,7 +37,7 @@ class ComponentbuilderTableAdmin_custom_tabs extends JTable
|
||||
parent::__construct('#__componentbuilder_admin_custom_tabs', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_custom_tabs'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_custom_tabs'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableAdmin_fields extends JTable
|
||||
parent::__construct('#__componentbuilder_admin_fields', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_fields'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_fields'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableAdmin_fields_conditions extends JTable
|
||||
parent::__construct('#__componentbuilder_admin_fields_conditions', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_fields_conditions'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_fields_conditions'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableAdmin_fields_relations extends JTable
|
||||
parent::__construct('#__componentbuilder_admin_fields_relations', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_fields_relations'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_fields_relations'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableAdmin_view extends JTable
|
||||
parent::__construct('#__componentbuilder_admin_view', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_view'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.admin_view'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_admin_views extends JTable
|
||||
parent::__construct('#__componentbuilder_component_admin_views', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_admin_views'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_admin_views'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_config extends JTable
|
||||
parent::__construct('#__componentbuilder_component_config', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_config'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_config'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_custom_admin_menus extends JTable
|
||||
parent::__construct('#__componentbuilder_component_custom_admin_menus', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_custom_admin_menus'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_custom_admin_menus'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_custom_admin_views extends JTable
|
||||
parent::__construct('#__componentbuilder_component_custom_admin_views', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_custom_admin_views'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_custom_admin_views'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_dashboard extends JTable
|
||||
parent::__construct('#__componentbuilder_component_dashboard', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_dashboard'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_dashboard'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_files_folders extends JTable
|
||||
parent::__construct('#__componentbuilder_component_files_folders', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_files_folders'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_files_folders'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_mysql_tweaks extends JTable
|
||||
parent::__construct('#__componentbuilder_component_mysql_tweaks', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_mysql_tweaks'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_mysql_tweaks'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_site_views extends JTable
|
||||
parent::__construct('#__componentbuilder_component_site_views', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_site_views'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_site_views'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableComponent_updates extends JTable
|
||||
parent::__construct('#__componentbuilder_component_updates', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_updates'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.component_updates'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableCustom_admin_view extends JTable
|
||||
parent::__construct('#__componentbuilder_custom_admin_view', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.custom_admin_view'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.custom_admin_view'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableCustom_code extends JTable
|
||||
parent::__construct('#__componentbuilder_custom_code', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.custom_code'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.custom_code'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableDynamic_get extends JTable
|
||||
parent::__construct('#__componentbuilder_dynamic_get', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.dynamic_get'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.dynamic_get'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableField extends JTable
|
||||
parent::__construct('#__componentbuilder_field', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.field'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.field'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableFieldtype extends JTable
|
||||
parent::__construct('#__componentbuilder_fieldtype', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.fieldtype'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.fieldtype'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableHelp_document extends JTable
|
||||
parent::__construct('#__componentbuilder_help_document', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.help_document'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.help_document'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableJoomla_component extends JTable
|
||||
parent::__construct('#__componentbuilder_joomla_component', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.joomla_component'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.joomla_component'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableLanguage extends JTable
|
||||
parent::__construct('#__componentbuilder_language', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.language'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.language'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableLanguage_translation extends JTable
|
||||
parent::__construct('#__componentbuilder_language_translation', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.language_translation'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.language_translation'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableLayout extends JTable
|
||||
parent::__construct('#__componentbuilder_layout', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.layout'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.layout'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableLibrary extends JTable
|
||||
parent::__construct('#__componentbuilder_library', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.library'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.library'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableLibrary_config extends JTable
|
||||
parent::__construct('#__componentbuilder_library_config', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.library_config'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.library_config'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableLibrary_files_folders_urls extends JTable
|
||||
parent::__construct('#__componentbuilder_library_files_folders_urls', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.library_files_folders_urls'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.library_files_folders_urls'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableServer extends JTable
|
||||
parent::__construct('#__componentbuilder_server', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.server'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.server'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableSite_view extends JTable
|
||||
parent::__construct('#__componentbuilder_site_view', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.site_view'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.site_view'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableSnippet extends JTable
|
||||
parent::__construct('#__componentbuilder_snippet', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.snippet'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.snippet'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableSnippet_type extends JTable
|
||||
parent::__construct('#__componentbuilder_snippet_type', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.snippet_type'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.snippet_type'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableTemplate extends JTable
|
||||
parent::__construct('#__componentbuilder_template', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.template'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.template'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
@ -37,7 +37,7 @@ class ComponentbuilderTableValidation_rule extends JTable
|
||||
parent::__construct('#__componentbuilder_validation_rule', 'id', $db);
|
||||
|
||||
// Adding History Options
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.validation_rule'));
|
||||
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_componentbuilder.validation_rule'));
|
||||
}
|
||||
|
||||
public function bind($array, $ignore = '')
|
||||
|
Reference in New Issue
Block a user