Added email helper class.

This commit is contained in:
2016-06-03 07:28:32 +01:00
parent 5cd07f3b88
commit d82d4aeb22
370 changed files with 1366 additions and 1324 deletions

View File

@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_component` (
`asset_id` INT(255) UNSIGNED NOT NULL DEFAULT '0',
`add_admin_event` TINYINT(1) NOT NULL DEFAULT '0',
`add_css` TINYINT(1) NOT NULL DEFAULT '0',
`add_email_helper` TINYINT(1) NOT NULL DEFAULT '0',
`add_license` TINYINT(1) NOT NULL DEFAULT '0',
`add_php_dashboard_methods` TINYINT(1) NOT NULL DEFAULT '0',
`add_php_helper_admin` TINYINT(1) NOT NULL DEFAULT '0',
@ -78,17 +79,18 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_component` (
KEY `idx_state` (`published`),
KEY `idx_name_code` (`name_code`),
KEY `idx_debug_linenr` (`debug_linenr`),
KEY `idx_emptycontributors` (`emptycontributors`),
KEY `idx_creatuserhelper` (`creatuserhelper`),
KEY `idx_add_email_helper` (`add_email_helper`),
KEY `idx_adduikit` (`adduikit`),
KEY `idx_add_update_server` (`add_update_server`),
KEY `idx_addfootable` (`addfootable`),
KEY `idx_add_css` (`add_css`),
KEY `idx_name` (`name`),
KEY `idx_addreadme` (`addreadme`),
KEY `idx_add_sales_server` (`add_sales_server`),
KEY `idx_add_license` (`add_license`),
KEY `idx_license_type` (`license_type`),
KEY `idx_adduikit` (`adduikit`),
KEY `idx_add_css` (`add_css`),
KEY `idx_emptycontributors` (`emptycontributors`),
KEY `idx_creatuserhelper` (`creatuserhelper`),
KEY `idx_addfootable` (`addfootable`),
KEY `idx_add_php_helper_admin` (`add_php_helper_admin`),
KEY `idx_add_admin_event` (`add_admin_event`),
KEY `idx_add_php_helper_site` (`add_php_helper_site`),