From 23af2f0b29da1b4458b6b7791b59535f59b15b8b Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 26 Mar 2024 22:31:36 +0200 Subject: [PATCH] Release of v4.0.0-alpha7 Fix the search area layout. Fix the search area code line selection. Fix the input edit button for custom fields. Add the new layout to list fields (GUI UPDATE). Start fixing the field view in Joomla 4. #1096. --- CHANGELOG.md | 15 +- ComponentbuilderInstallerScript.php | 37 +- README.md | 10 +- admin/README.txt | 10 +- admin/assets/js/search.js | 15 +- admin/config.xml | 1 + admin/forms/admin_view.xml | 1 + admin/forms/custom_admin_view.xml | 3 +- admin/forms/dynamic_get.xml | 1 + admin/forms/help_document.xml | 3 + admin/forms/joomla_component.xml | 1 + admin/forms/joomla_module.xml | 3 +- admin/forms/language_translation.xml | 4 + admin/forms/layout.xml | 1 + admin/forms/library.xml | 1 + admin/forms/power.xml | 2 + admin/forms/site_view.xml | 3 +- admin/forms/template.xml | 1 + admin/forms/validation_rule.xml | 1 + admin/layouts/fieldtype/fields_fullwidth.php | 148 +- admin/sql/install.mysql.utf8.sql | 3336 ++++++++++++++++- .../{3.2.0-beta9.sql => 3.2.0-beta10.sql} | 0 admin/sql/updates/mysql/4.0.0-alpha6.sql | 1 + admin/src/Field/ArticlesField.php | 37 +- admin/src/Field/ClassextendsField.php | 2 +- admin/src/Field/ClasspowersField.php | 2 +- admin/src/Field/CustomgetsField.php | 39 +- admin/src/Field/DynamicgetField.php | 2 +- admin/src/Field/ExcludedlanguagesField.php | 2 +- admin/src/Field/FieldtypesField.php | 2 +- admin/src/Field/InterfacepowersField.php | 2 +- admin/src/Field/JoomlacomponentField.php | 2 +- admin/src/Field/JoomlaplugingroupsField.php | 2 +- admin/src/Field/JoomlapluginsField.php | 2 +- admin/src/Field/LibrariesField.php | 2 +- admin/src/Field/LibrariesxField.php | 2 +- admin/src/Field/LibraryField.php | 2 +- admin/src/Field/MaingetsField.php | 2 +- admin/src/Field/ServersField.php | 2 +- admin/src/Field/SnippetsField.php | 2 +- admin/src/Model/AjaxModel.php | 44 +- admin/src/Model/FieldtypeModel.php | 248 ++ admin/src/Model/FieldtypesModel.php | 2 +- admin/src/View/Field/HtmlView.php | 11 +- admin/src/View/Fieldtype/HtmlView.php | 13 + admin/src/View/Search/HtmlView.php | 10 +- admin/tmpl/search/default.php | 50 +- componentbuilder.xml | 6 +- componentbuilder_update_server.xml | 22 +- .../src/Componentbuilder/Compiler/Factory.php | 2 + .../Compiler/Field/JoomlaFive/InputButton.php | 2 +- .../Compiler/Field/JoomlaFour/InputButton.php | 2 +- .../Field/JoomlaThree/InputButton.php | 2 +- .../Compiler/Service/Field.php | 73 - .../Componentbuilder/Service/CoreRules.php | 119 + media/js/field.js | 5 +- 56 files changed, 4062 insertions(+), 253 deletions(-) rename admin/sql/updates/mysql/{3.2.0-beta9.sql => 3.2.0-beta10.sql} (100%) create mode 100644 admin/sql/updates/mysql/4.0.0-alpha6.sql create mode 100644 libraries/jcb_powers/VDM.Joomla/src/Componentbuilder/Service/CoreRules.php diff --git a/CHANGELOG.md b/CHANGELOG.md index 840cc9179..081c210d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v4.0.0-alpha7 + +- Fix the search area layout. +- Fix the search area code line selection. +- Fix the input edit button for custom fields. +- Add the new layout to list fields (GUI UPDATE) +- Start fixing the field view in Joomla 4. #1096 + # v4.0.0-alpha6 - Fix [Set String Value] in placeholder table to store the value as a base64 string. @@ -29,6 +37,9 @@ - First alpha release of Component Builder towards Joomla 4 (very unstable...) -# v3.2.0-beta9 +# v3.2.0-beta10 -- Fix [Set String Value] in placeholder table to store the value as a base64 string. \ No newline at end of file +- Fix the search area layout. +- Fix the search area code line selection. +- Fix the input edit button for custom fields. +- Add the new layout to list fields (GUI UPDATE) \ No newline at end of file diff --git a/ComponentbuilderInstallerScript.php b/ComponentbuilderInstallerScript.php index f8a3b7e91..c95a3efcf 100644 --- a/ComponentbuilderInstallerScript.php +++ b/ComponentbuilderInstallerScript.php @@ -497,9 +497,6 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface // Remove Joomla_plugin_files_folders_urls from action logs config table. $this->removeActionLogConfig('com_componentbuilder.joomla_plugin_files_folders_urls'); - // Remove Field from action logs config table. - $this->removeActionLogConfig('com_componentbuilder.field'); - // Remove Joomla_component from action logs config table. $this->removeActionLogConfig('com_componentbuilder.joomla_component'); // little notice as after service, in case of bad experience with component. @@ -2255,22 +2252,6 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface 'COM_COMPONENTBUILDER' ); - // Add Field to the action logs config table. - $this->setActionLogConfig( - // typeTitle - 'FIELD', - // typeAlias - 'com_componentbuilder.field', - // idHolder - 'id', - // titleHolder - 'name', - // tableName - '#__componentbuilder_field', - // textPrefix - 'COM_COMPONENTBUILDER' - ); - // Add Joomla_component to the action logs config table. $this->setActionLogConfig( // typeTitle @@ -3165,7 +3146,7 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface echo '
-

Upgrade to Version 4.0.0-alpha6 Was Successful! Let us know if anything is not working as expected.

'; +

Upgrade to Version 4.0.0-alpha7 Was Successful! Let us know if anything is not working as expected.

'; // Add/Update component in the action logs extensions table. $this->setActionLogsExtensions(); @@ -3954,22 +3935,6 @@ class Com_ComponentbuilderInstallerScript implements InstallerScriptInterface 'COM_COMPONENTBUILDER' ); - // Add/Update Field in the action logs config table. - $this->setActionLogConfig( - // typeTitle - 'FIELD', - // typeAlias - 'com_componentbuilder.field', - // idHolder - 'id', - // titleHolder - 'name', - // tableName - '#__componentbuilder_field', - // textPrefix - 'COM_COMPONENTBUILDER' - ); - // Add/Update Joomla_component in the action logs config table. $this->setActionLogConfig( // typeTitle diff --git a/README.md b/README.md index 7a75b0ea7..f6e548763 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (4.0.0-alpha6) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (4.0.0-alpha7) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -144,13 +144,13 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 20th March, 2024 -+ *Version*: 4.0.0-alpha6 ++ *Last Build*: 26th March, 2024 ++ *Version*: 4.0.0-alpha7 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **725042** ++ *Line count*: **728994** + *Field count*: **2078** -+ *File count*: **5120** ++ *File count*: **5126** + *Folder count*: **518** > This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com). diff --git a/admin/README.txt b/admin/README.txt index 7a75b0ea7..f6e548763 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (4.0.0-alpha6) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (4.0.0-alpha7) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -144,13 +144,13 @@ TODO + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 -+ *Last Build*: 20th March, 2024 -+ *Version*: 4.0.0-alpha6 ++ *Last Build*: 26th March, 2024 ++ *Version*: 4.0.0-alpha7 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **725042** ++ *Line count*: **728994** + *Field count*: **2078** -+ *File count*: **5120** ++ *File count*: **5126** + *Folder count*: **518** > This **component** was build with a [Joomla](https://extensions.joomla.org/extension/component-builder/) [Automated Component Builder](https://www.joomlacomponentbuilder.com). diff --git a/admin/assets/js/search.js b/admin/assets/js/search.js index 1433d72ed..bffebc42d 100644 --- a/admin/assets/js/search.js +++ b/admin/assets/js/search.js @@ -453,13 +453,14 @@ const addSelectedItem = async (value, table, row, field, line) => { // show and set the save button buttonUpdateItemObject.style.display = ''; buttonUpdateItemObject.setAttribute('onclick',"setValueCheck(" + row + ", '" + field + "', '" + table + "');"); - - // get top of the code line - let top = editorObject.charCoords({line: line, ch: 0}, "local").top; - // scroll to the line - editorObject.scrollTo(null, top - 12); - // select the line - editorObject.setCursor(line - 1); + // Get line info from current state. + const line_info = editorObject.instance.state.doc.line(line); + editorObject.instance.dispatch({ + // Set selection to that entire line. + selection: { head: line_info.from, anchor: line_info.to }, + // Ensure the selection is shown in viewport + scrollIntoView: true + }); } else { // no line so no data we can't save this data buttonUpdateItemObject.setAttribute('onclick', ""); diff --git a/admin/config.xml b/admin/config.xml index 0b5497a1e..118003e2e 100644 --- a/admin/config.xml +++ b/admin/config.xml @@ -1012,6 +1012,7 @@ name="language" label="COM_COMPONENTBUILDER_CONFIG_LANGUAGE_LABEL" class="list_class" + layout="joomla.form.field.list-fancy-select" multiple="false" default="en-GB" required="true" diff --git a/admin/forms/admin_view.xml b/admin/forms/admin_view.xml index 94cc7d3b8..e7994efd9 100644 --- a/admin/forms/admin_view.xml +++ b/admin/forms/admin_view.xml @@ -874,6 +874,7 @@ label="COM_COMPONENTBUILDER_ADMIN_VIEW_ALIAS_BUILDER_LABEL" description="COM_COMPONENTBUILDER_ADMIN_VIEW_ALIAS_BUILDER_DESCRIPTION" class="list_class fieldFull" + layout="joomla.form.field.list-fancy-select" multiple="true" showon="alias_builder_type:2" /> diff --git a/admin/forms/custom_admin_view.xml b/admin/forms/custom_admin_view.xml index c13332b6b..8eaa9254e 100644 --- a/admin/forms/custom_admin_view.xml +++ b/admin/forms/custom_admin_view.xml @@ -344,8 +344,8 @@ name="custom_get" label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_GET_LABEL" description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_GET_DESCRIPTION" + layout="joomla.form.field.list-fancy-select" multiple="true" - default="" /> diff --git a/admin/forms/joomla_module.xml b/admin/forms/joomla_module.xml index 834f66d8b..913e2148d 100644 --- a/admin/forms/joomla_module.xml +++ b/admin/forms/joomla_module.xml @@ -328,6 +328,7 @@ label="COM_COMPONENTBUILDER_JOOMLA_MODULE_LIBRARIES_LABEL" description="COM_COMPONENTBUILDER_JOOMLA_MODULE_LIBRARIES_DESCRIPTION" class="list_class" + layout="joomla.form.field.list-fancy-select" multiple="true" default="0" required="false" @@ -367,8 +368,8 @@ name="custom_get" label="COM_COMPONENTBUILDER_JOOMLA_MODULE_CUSTOM_GET_LABEL" description="COM_COMPONENTBUILDER_JOOMLA_MODULE_CUSTOM_GET_DESCRIPTION" + layout="joomla.form.field.list-fancy-select" multiple="true" - default="" /> @@ -419,6 +419,7 @@ label="COM_COMPONENTBUILDER_SITE_VIEW_LIBRARIES_LABEL" description="COM_COMPONENTBUILDER_SITE_VIEW_LIBRARIES_DESCRIPTION" class="list_class" + layout="joomla.form.field.list-fancy-select" multiple="true" default="0" required="false" diff --git a/admin/forms/template.xml b/admin/forms/template.xml index f499e42a1..207341566 100644 --- a/admin/forms/template.xml +++ b/admin/forms/template.xml @@ -218,6 +218,7 @@ label="COM_COMPONENTBUILDER_TEMPLATE_LIBRARIES_LABEL" description="COM_COMPONENTBUILDER_TEMPLATE_LIBRARIES_DESCRIPTION" class="list_class" + layout="joomla.form.field.list-fancy-select" multiple="true" default="0" required="false" diff --git a/admin/forms/validation_rule.xml b/admin/forms/validation_rule.xml index 3da842a76..761474b35 100644 --- a/admin/forms/validation_rule.xml +++ b/admin/forms/validation_rule.xml @@ -128,6 +128,7 @@ label="COM_COMPONENTBUILDER_VALIDATION_RULE_INHERIT_LABEL" description="COM_COMPONENTBUILDER_VALIDATION_RULE_INHERIT_DESCRIPTION" class="list_class" + layout="joomla.form.field.list-fancy-select" multiple="false" default="0" required="false" diff --git a/admin/layouts/fieldtype/fields_fullwidth.php b/admin/layouts/fieldtype/fields_fullwidth.php index 52a4661c4..993848a0b 100644 --- a/admin/layouts/fieldtype/fields_fullwidth.php +++ b/admin/layouts/fieldtype/fields_fullwidth.php @@ -13,6 +13,8 @@ use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use VDM\Component\Componentbuilder\Administrator\Helper\ComponentbuilderHelper; +use VDM\Joomla\Utilities\StringHelper; +use VDM\Joomla\Utilities\ArrayHelper; // No direct access to this file defined('_JEXEC') or die; @@ -21,9 +23,151 @@ defined('_JEXEC') or die; $items = $displayData->vycfields; $user = Factory::getApplication()->getIdentity(); $id = $displayData->item->id; - +// set the edit URL +$edit = "index.php?option=com_componentbuilder&view=fields&task=field.edit"; +// set a return value +$return = ($id) ? "index.php?option=com_componentbuilder&view=fieldtype&layout=edit&id=" . $id : ""; +// check for a return value +$jinput = Factory::getApplication()->input; +if ($_return = $jinput->get('return', null, 'base64')) +{ + $return .= "&return=" . $_return; +} +// check if return value was set +if (StringHelper::check($return)) +{ + // set the referral values + $ref = ($id) ? "&ref=fieldtype&refid=" . $id . "&return=" . urlencode(base64_encode($return)) : "&return=" . urlencode(base64_encode($return)); +} +else +{ + $ref = ($id) ? "&ref=fieldtype&refid=" . $id : ""; +} +// set the create new URL +$new = "index.php?option=com_componentbuilder&view=fields&task=field.edit" . $ref; +// set the create new and close URL +$close_new = "index.php?option=com_componentbuilder&view=fields&task=field.edit"; +// load the action object +$can = ComponentbuilderHelper::getActions('field'); ?>
-oops! error..... +get('field.create')): ?> +
+ + +


+ + + + + + + + + + + + + + + + + + $item): ?> + authorise('core.manage', 'com_checkin') || $item->checked_out == $user->id || $item->checked_out == 0; + $userChkOut = Factory::getContainer()-> + get(\Joomla\CMS\User\UserFactoryInterface::class)-> + loadUserById($item->checked_out); + $canDo = ComponentbuilderHelper::getActions('field',$item,'fields'); + ?> + + + + + + + + + published == 1): ?> + + published == 0): ?> + + published == 2): ?> + + published == -2): ?> + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ get('field.edit')): ?> + escape($item->name); ?> + checked_out): ?> + name, $item->checked_out_time, 'fields.', $canCheckin); ?> + + + escape($item->name); ?> + + + escape($item->fieldtype_name); ?> + + datatype); ?> + + indexes); ?> + + null_switch); ?> + + store); ?> + + authorise('core.edit', 'com_componentbuilder.field.category.' . (int)$item->catid)): ?> + escape($item->category_title); ?> + + escape($item->category_title); ?> + + + + + + + + + + + + + + + + + + + id; ?> +
+ +
+ +
+
diff --git a/admin/sql/install.mysql.utf8.sql b/admin/sql/install.mysql.utf8.sql index 8910131c5..69f89ef5a 100644 --- a/admin/sql/install.mysql.utf8.sql +++ b/admin/sql/install.mysql.utf8.sql @@ -1040,7 +1040,7 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_snippet` ( CREATE TABLE IF NOT EXISTS `#__componentbuilder_validation_rule` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `asset_id` INT(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.', - `inherit` CHAR NOT NULL DEFAULT '', + `inherit` CHAR(64) NOT NULL DEFAULT '', `name` VARCHAR(255) NOT NULL DEFAULT '', `php` MEDIUMTEXT NOT NULL, `short_description` VARCHAR(255) NOT NULL DEFAULT '', @@ -2224,16 +2224,3337 @@ INSERT INTO `#__componentbuilder_validation_rule` (`id`, `name`, `php`, `short_d -- INSERT INTO `#__componentbuilder_field` (`id`, `add_css_view`, `add_css_views`, `add_javascript_view_footer`, `add_javascript_views_footer`, `css_view`, `css_views`, `datadefault`, `datadefault_other`, `datalenght`, `datalenght_other`, `datatype`, `indexes`, `javascript_view_footer`, `javascript_views_footer`, `name`, `null_switch`, `store`, `fieldtype`, `xml`, `published`, `created`, `modified`, `version`, `hits`, `ordering`, `guid`, `on_get_model_field`, `on_save_model_field`, `initiator_on_get_model`, `initiator_on_save_model`, `params`) VALUES +(1, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 1, '', '', 'Acronym', 'NOT NULL', '', 24, '\"\"', 1, '2015-04-24 07:21:57', '2020-01-16 17:18:27', 44, '', 198, 'c94297cc-340e-484b-af1b-032c244ca78d', '', '', '', '', ''), +(2, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Action Name', 'NOT NULL', '', 11, '\"\"', 1, '2015-03-19 17:30:59', '2019-02-05 22:36:35', 19, '', 200, '3695d0f0-fba2-4e3a-9d0a-915b2403ec8e', '', '', '', '', ''), +(3, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Access', 'NOT NULL', '', 3, '\"should use access.\\\"\\n\\tclass=\\\"inputbox\\\"\\n\\/>\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:16:57', 11, '', 199, 'a336dc99-c188-45aa-8804-dfa2922d5ec6', '', '', '', '', ''), +(4, '', '', 1, '', '', '', '', '', '', '', 'TEXT', '', 'alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpew0KCWpRdWVyeShkb2N1bWVudCkub24oJ3N1YmZvcm0tcm93LWFkZCcsIGZ1bmN0aW9uKGV2ZW50LCByb3cpew0KCQl2YXIgZ3JvdXBfa2V5ID0galF1ZXJ5KHJvdykuY29udGV4dC5kYXRhc2V0Lmdyb3VwOw0KCQlqUXVlcnkocm93KS5maW5kKCcjamZvcm1fYWRkYWRtaW5fdmlld3NfXycgKyBncm91cF9rZXkgKyAnX19zdWJtZW51JykucHJvcCgnY2hlY2tlZCcsIHRydWUpOw0KCQlqUXVlcnkocm93KS5maW5kKCcjamZvcm1fYWRkYWRtaW5fdmlld3NfXycgKyBncm91cF9rZXkgKyAnX19jaGVja2luJykucHJvcCgnY2hlY2tlZCcsIHRydWUpOw0KCQlqUXVlcnkocm93KS5maW5kKCcjamZvcm1fYWRkYWRtaW5fdmlld3NfXycgKyBncm91cF9rZXkgKyAnX19oaXN0b3J5JykucHJvcCgnY2hlY2tlZCcsIHRydWUpOw0KCQlqUXVlcnkocm93KS5maW5kKCcjamZvcm1fYWRkYWRtaW5fdmlld3NfXycgKyBncm91cF9rZXkgKyAnX19hY2Nlc3MnKS5wcm9wKCdjaGVja2VkJywgdHJ1ZSk7DQoJCWpRdWVyeShyb3cpLmZpbmQoJyNqZm9ybV9hZGRhZG1pbl92aWV3c19fJyArIGdyb3VwX2tleSArICdfX3BvcnQnKS5wcm9wKCdjaGVja2VkJywgdHJ1ZSk7DQoJfSkNCn0pOw==', '', 'Add Admin Views', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2020-11-17 13:47:38', 32, '', 201, '3bac32ec-8dcf-4257-b518-ecaa952140c2', '', '', '', '', ''), +(5, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'Add Conditions', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2020-05-28 20:11:33', 12, '', 220, '434a8099-51f0-49d1-bbbb-ed7aa5145a3c', '', '', '', '', ''), +(6, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Contributors', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2017-10-22 00:36:06', 3, '', 197, '8e416ff9-3bd1-4115-a08b-06594978ace6', '', '', '', '', ''), +(7, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add CSS (view)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 1, '', 196, '6746d3ba-b120-4918-8bba-2a14260e99c8', '', '', '', '', ''), +(8, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add CSS (views)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 1, '', 195, 'a2098911-926a-42b6-8498-d8a453c34d93', '', '', '', '', ''), +(9, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'Add Fields (for views)', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2020-05-28 18:58:31', 9, '', 194, '15e1f13d-25db-46a4-ae7c-fb616140338e', '', '', '', '', ''), +(10, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Add Icon', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 193, '92ff3e2c-081b-4b84-a10c-e1a9f3245063', '', '', '', '', ''), +(11, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Javascript (view-file)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 1, '', 192, '42991cef-d988-4ad9-b3d2-f29d9809f0b3', '', '', '', '', ''), +(12, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Javascript (views-file)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 1, '', 191, 'e19c4fa4-804f-488b-90d7-1ea827bba52e', '', '', '', '', ''), +(13, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add MySql - (Install)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2018-05-11 03:28:51', 3, '', 190, '7c652c71-e00e-45ff-8acb-e1bc0344e4c0', '', '', '', '', ''), +(14, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Permissions (to view)', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2017-10-09 18:26:10', 4, '', 189, '6e7d306a-9210-41bd-b951-6e897fcff773', '', '', '', '', ''), +(15, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (getItem Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 1, '', 188, '95eb062e-f221-43b4-b4d4-c32e9d70e8a7', '', '', '', '', ''), +(16, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (getItems Method - before translation fix & decryption)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2016-09-02 15:31:29', 5, '', 187, '1eecc354-f454-48dd-ab12-4cf85b88f97b', '', '', '', '', ''), +(17, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (helper_admin Class)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 2, '', 186, 'abc5e604-4a2b-4f4c-9add-9e371249adf8', '', '', '', '', ''), +(18, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (postSaveHook Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2015-08-25 21:15:22', 1, '', 202, '45559d2a-7537-4719-8caa-aa99df171000', '', '', '', '', ''), +(19, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (save Method - after data modeling)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-11 12:36:14', '2017-08-28 15:13:53', 2, '', 203, '5799fcb7-8de8-41bf-9a2a-dcf84cae3949', '', '', '', '', ''), +(20, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Tabs', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2017-10-22 09:22:20', 3, '', 219, '0c06ec4b-448e-4c8a-8869-d424b6ab1f4a', '', '', '', '', ''), +(21, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Adjustable', 'NOT NULL', '', 3, '\"If not the Value\\/Example will be enforced.\\\" \\r\\n\\tvalue=\\\"1\\\" \\r\\n\\tclass=\\\"inputbox\\\" \\r\\n\\/>\"', 1, '2015-05-10 21:38:22', '2017-09-21 02:03:04', 6, '', 218, '062b7901-ff23-41c6-98f1-209d82dad2e7', '', '', '', '', ''), +(22, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Aims', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-24 11:20:51', '2015-08-25 21:15:22', 2, '', 217, 'e2dbc087-3a13-4fc1-89be-fb61df8a72af', '', '', '', '', ''), (23, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Alias', 'NOT NULL', '', 24, '\"\"', 1, '2015-04-09 13:46:04', '2023-06-27 23:46:54', 3, '', 216, '335866ce-b81b-4329-901d-c20254135c9c', '', '', '', '', ''), +(24, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Alignment', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 13:02:32', '2015-08-25 21:15:22', 1, '', 215, '6014463c-9321-4256-afd1-17ac302ee51e', '', '', '', '', ''), +(25, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Answer List', 'NOT NULL', '', 4, '\"\"', '', '2015-04-28 10:48:58', '2015-08-25 21:15:22', 2, '', 214, '0347cd28-ae62-4db3-baec-f06147e00c51', '', '', '', '', ''), +(26, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Answer Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-04-28 10:45:32', '2015-09-11 20:29:40', 2, '', 213, 'c7819436-8c78-43d7-86de-7af3f401e32d', '', '', '', '', ''), +(27, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Answer YesNo', 'NOT NULL', '', 17, '\"\"', 1, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 212, '884f6d24-ce44-410f-b52d-f726b9e48b70', '', '', '', '', ''), +(28, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Assessment Type (category)', 'NOT NULL', '', 2, '\"\"', 1, '2015-03-28 06:56:00', '2015-08-25 21:15:22', 1, '', 211, 'ec07f1ba-eb3c-4a11-a1b1-68b4e79ee119', '', '', '', '', ''), +(29, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Assessment Types (show archived also)', 'NOT NULL', '', 6, '\"getQuery(true);\\r\\n$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\r\\n$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\r\\n$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\r\\n$query->order(\'a.###TEXT### ASC\');\\r\\n$db->setQuery((string)$query);\\r\\n$items = $db->loadObjectList();\\r\\n$options = array();\\r\\nif ($items)\\r\\n{\\r\\n\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select a type\');\\r\\n\\\\tforeach($items as $item)\\r\\n\\\\t{\\r\\n\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\r\\n\\\\t}\\r\\n}\\r\\nreturn $options;\\\"\\n\\/>\"', 1, '2015-04-28 10:07:13', '2018-04-14 21:56:00', 6, '', 210, '297e7b2d-e299-415b-9f8b-837658422718', '', '', '', '', ''), +(30, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Assessments', 'NOT NULL', '', 2, '\"\"', 1, '2015-03-28 06:56:00', '2015-08-25 21:15:22', 1, '', 209, '202f0ab6-c508-4406-87d4-e55e2b9f8db7', '', '', '', '', ''), +(31, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Attachment 1', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 208, 'cad8c91f-5092-4115-a071-2c58b9645617', '', '', '', '', ''), +(32, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Attachment 2', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 207, 'dfb9c3c2-b2e7-4db7-8de5-ae79f8e4221f', '', '', '', '', ''), +(33, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Attachment 3', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 206, '9d5b4404-efae-454c-97d0-97200a4a9c6c', '', '', '', '', ''), +(34, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Author', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-05 17:06:17', '2018-02-23 07:54:59', 3, '', 205, 'd4a595fb-2264-4e18-8b80-7affee1a6abf', '', '', '', '', ''), +(35, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Author Email', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-05 23:44:32', '2015-08-25 21:15:22', 1, '', 204, '2a9d2cda-1be7-4ae7-b672-9139a8a62d14', '', '', '', '', ''), +(36, '', '', '', '', '', '', '', '', 255, '', 'CHAR', '', '', '', 'Author Website', 'NOT NULL', '', 27, '\"\"', 1, '2015-04-08 00:36:16', '2015-08-25 21:15:22', 1, '', 185, '9f474240-eb27-40d7-9512-fbb3acf370d5', '', '', '', '', ''), +(37, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Auto Check-in', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:19:37', 4, '', 184, '07882a4a-363e-41ee-83d2-833d946122d7', '', '', '', '', ''), +(38, '', '', 1, '', '', '', '', '', 1, '', 'TINYINT', '', 'Ly8gbGl0dGxlIHNjcmlwdCB0byBjaGVjayB2YWx1ZSBhbmQgZ2l2ZSBub3RpY2UNCmZ1bmN0aW9uIGNoZWNrQWRtaW5CZWhhdmlvdXIoZmllbGQpIHsNCgkvLyBnZXQgdGhlIElEDQoJdmFyIGlkID0galF1ZXJ5KGZpZWxkKS5hdHRyKCdpZCcpOw0KCXZhciB0YXJnZXQgPSBpZC5zcGxpdCgnX18nKTsNCgkvL3NldCB0aGUgc3ViSUQNCgl2YXIgc3ViSUQgPSB0YXJnZXRbMF0rJ19fJyt0YXJnZXRbMV07DQoJLy8gZ2V0IHZhbHVlDQoJdmFyIHZhbHVlID0galF1ZXJ5KCcjJytzdWJJRCsnX19saXN0JykudmFsKCk7DQoJLy8gc2V0IG5vdGljZSBhbmQgZG8gaG91c2UgY2xlYW5pbmcNCglpZiAoMiA9PSB2YWx1ZSkgew0KCQkvLyBubyBkYXRhYmFzZQ0KCQlpZiAodGFyZ2V0WzJdID09ICdsaXN0Jykgew0KCQkJalF1ZXJ5LlVJa2l0Lm5vdGlmeSh7bWVzc2FnZTogSm9vbWxhLkpUZXh0Ll8oJ09ubHkgdXNlIHRoZSA8Yj5Ob25lIERCPC9iPiBvcHRpb24gaWYgeW91IGFyZSBwbGFubmluZyBvbiB0YXJnZXRpbmcgdGhpcyBmaWVsZCB3aXRoIEphdmFTY3JpcHQvQ3VzdG9tIFBIUCB0byBtb3ZlIGl0cyB2YWx1ZSBpbnRvIGFub3RoZXIgZmllbGQgdGhhdCBkb2VzIGdldCBzYXZlZCB0byB0aGUgZGF0YWJhc2UuJyksIHRpbWVvdXQ6IDEwMDAwLCBzdGF0dXM6ICd3YXJuaW5nJywgcG9zOiAndG9wLXJpZ2h0J30pOw0KCQkJalF1ZXJ5LlVJa2l0Lm5vdGlmeSh7bWVzc2FnZTogSm9vbWxhLkpUZXh0Ll8oJ1RoZSA8Yj5Ob25lIERCPC9iPiBvcHRpb24gd2lsbCByZW1vdmUgdGhpcyBmaWVsZCBmcm9tIGJlaW5nIHNhdmVkIGluIHRoZSBkYXRhYmFzZS4nKSwgdGltZW91dDogNTAwMCwgc3RhdHVzOiAncHJpbWFyeScsIHBvczogJ3RvcC1yaWdodCd9KTsNCgkJfSBlbHNlIHsNCgkJCWpRdWVyeS5VSWtpdC5ub3RpZnkoe21lc3NhZ2U6IEpvb21sYS5KVGV4dC5fKCdUaGVzZSBvcHRpb25zIGFyZSBub3QgYXZhaWxhYmxlIHRvIHRoZSBmaWVsZCBpZiA8Yj5Ob25lIERCPC9iPiBvcHRpb24gaXMgc2VsZWN0ZWQuJyksIHRpbWVvdXQ6IDcwMDAsIHN0YXR1czogJ3dhcm5pbmcnLCBwb3M6ICd0b3AtcmlnaHQnfSk7DQoJCX0NCgkJLy8gZG8gc29tZSBob3VzZSBjbGVhbmluZw0KCQlqUXVlcnkoJyMnK3N1YklEKydfX29yZGVyX2xpc3QnKS52YWwoMCkudHJpZ2dlcignbGlzenQ6dXBkYXRlZCcpOw0KCQlqUXVlcnkoJyMnK3N1YklEKydfX2ZpbHRlcicpLnZhbCgnJykudHJpZ2dlcignbGlzenQ6dXBkYXRlZCcpOw0KCQlqUXVlcnkoJyMnK3N1YklEKydfX3RpdGxlJykucHJvcCgnY2hlY2tlZCcsIGZhbHNlKS50cmlnZ2VyKCdjaGFuZ2UnKTsNCgkJalF1ZXJ5KCcjJytzdWJJRCsnX19hbGlhcycpLnByb3AoJ2NoZWNrZWQnLCBmYWxzZSkudHJpZ2dlcignY2hhbmdlJyk7DQoJCWpRdWVyeSgnIycrc3ViSUQrJ19fc29ydCcpLnByb3AoJ2NoZWNrZWQnLCBmYWxzZSkudHJpZ2dlcignY2hhbmdlJyk7DQoJCWpRdWVyeSgnIycrc3ViSUQrJ19fc2VhcmNoJykucHJvcCgnY2hlY2tlZCcsIGZhbHNlKS50cmlnZ2VyKCdjaGFuZ2UnKTsNCgkJalF1ZXJ5KCcjJytzdWJJRCsnX19saW5rJykucHJvcCgnY2hlY2tlZCcsIGZhbHNlKS50cmlnZ2VyKCdjaGFuZ2UnKTsNCgl9IGVsc2UgaWYgKDEgPT0gdmFsdWUgfHwgMyA9PSB2YWx1ZSAgfHwgNCA9PSB2YWx1ZSkgew0KCQkvLyBnZXQgbnVtYmVyIG9mIGl0ZW1zDQoJCXZhciBudW1JdGVtcyA9IGpRdWVyeSgnLmNvdW50LXRoZS1pdGVtczEyMzUnKS5sZW5ndGggKyAxMDsNCgkJLy8gc2hvdyBpbiBsaXN0IHZpZXcNCgkJaWYgKHRhcmdldFsyXSA9PSAnbGlzdCcpIHsNCgkJCWlmICgxID09IHZhbHVlKSB7DQoJCQkJalF1ZXJ5LlVJa2l0Lm5vdGlmeSh7bWVzc2FnZTogSm9vbWxhLkpUZXh0Ll8oJ1RoZSA8Yj5TaG93IGluIEFsbCBMaXN0IFZpZXdzPC9iPiBvcHRpb24gd2lsbCBBZGQgdGhpcyBmaWVsZCB0byBhbGwgbGlzdCB2aWV3cywgYWRtaW4gJmFtcDsgbGlua2VkLicpLCB0aW1lb3V0OiA1MDAwLCBzdGF0dXM6ICdwcmltYXJ5JywgcG9zOiAndG9wLXJpZ2h0J30pOw0KCQkJfSBlbHNlIGlmICgzID09IHZhbHVlKSB7DQoJCQkJalF1ZXJ5LlVJa2l0Lm5vdGlmeSh7bWVzc2FnZTogSm9vbWxhLkpUZXh0Ll8oJ1RoZSA8Yj5Pbmx5IGluIEFkbWluIExpc3QgVmlldzwvYj4gb3B0aW9uIHdpbGwgb25seSBBZGQgdGhpcyBmaWVsZCB0byB0aGUgYWRtaW4gbGlzdCB2aWV3LCBub3QgdG8gYW55IGxpbmtlZCB2aWV3cy4nKSwgdGltZW91dDogNTAwMCwgc3RhdHVzOiAncHJpbWFyeScsIHBvczogJ3RvcC1yaWdodCd9KTsNCgkJCX0gZWxzZSBpZiAoNCA9PSB2YWx1ZSkgew0KCQkJCWpRdWVyeS5VSWtpdC5ub3RpZnkoe21lc3NhZ2U6IEpvb21sYS5KVGV4dC5fKCdUaGUgPGI+T25seSBpbiBMaW5rZWQgTGlzdCBWaWV3czwvYj4gb3B0aW9uIHdpbGwgb25seSBBZGQgdGhpcyBmaWVsZCB0byB0aGUgbGlua2VkIGxpc3QgdmlldywgaWYgdGhpcyB2aWV3IGdldHMgbGlua2VkIHRvIG90aGVyIHZpZXcsIG5vdCB0byB0aGlzIGFkbWluIGxpc3Qgdmlldy4nKSwgdGltZW91dDogNTAwMCwgc3RhdHVzOiAncHJpbWFyeScsIHBvczogJ3RvcC1yaWdodCd9KTsNCgkJCX0NCgkJfQ0KCQkvLyBjaGVjayBpZiB0aGUgb3JkZXIgbGlzdCBhbHJlYWR5IGhhcyBhIHZhbHVlDQoJCXZhciBvcmRlckxpc3QgPSBqUXVlcnkoJyMnK3N1YklEKydfX29yZGVyX2xpc3QnKS52YWwoKTsNCgkJaWYgKG9yZGVyTGlzdCA9PSAwKSB7DQoJCQkvLyBjb3VudCB0aGUgYWxyZWFkeSBzZXQgYW5kIGdldCB0aGUgbmV4dCBudW1iZXIgYXZhaWxhYmxlDQoJCQl2YXIgbGlzdHZpZXdOdW1iZXIgPSBmYW5Bc2dmZFNmZnNOdW1iZXIoc3ViSUQucmVwbGFjZSgvXGQrL2csICcnKSwgbnVtSXRlbXMpOw0KCQkJLy8gdXBkYXRlIHRoZSBwb3NpdGlvbg0KCQkJalF1ZXJ5KCcjJytzdWJJRCsnX19vcmRlcl9saXN0JykudmFsKGxpc3R2aWV3TnVtYmVyKS50cmlnZ2VyKCdsaXN6dDp1cGRhdGVkJyk7DQoJCX0NCgl9IGVsc2Ugew0KCQkvLyBkbyBzb21lIGhvdXNlIGNsZWFuaW5nDQoJCWpRdWVyeSgnIycrc3ViSUQrJ19fb3JkZXJfbGlzdCcpLnZhbCgwKS50cmlnZ2VyKCdsaXN6dDp1cGRhdGVkJyk7DQoJCWpRdWVyeSgnIycrc3ViSUQrJ19fZmlsdGVyJykudmFsKCcnKS50cmlnZ2VyKCdsaXN6dDp1cGRhdGVkJyk7DQoJCWpRdWVyeSgnIycrc3ViSUQrJ19fc29ydCcpLnByb3AoJ2NoZWNrZWQnLCBmYWxzZSkudHJpZ2dlcignY2hhbmdlJyk7DQoJCWpRdWVyeSgnIycrc3ViSUQrJ19fbGluaycpLnByb3AoJ2NoZWNrZWQnLCBmYWxzZSkudHJpZ2dlcignY2hhbmdlJyk7DQoJfQ0KfQ0KDQovLyBjb3VudCB0aGUgYWxyZWFkeSBzZXQgYW5kIGdldCB0aGUgbmV4dCBudW1iZXIgYXZhaWxhYmxlDQpmdW5jdGlvbiBmYW5Bc2dmZFNmZnNOdW1iZXIodGFyZ2V0Rm9ybSwgbnVtSXRlbXMpIHsNCgl2YXIgaTsNCgkvLyBubyBjaGVjayBhbGwgdGhlIG9yZGVyIHZhbHVlcyBhbHJlYWR5IHNldCBzbyB0byBmaWxsIGluIHRoZSBjYXBzDQoJdmFyIG51bWJlcnMgPSBbXTsNCglmb3IgKGkgPSAwOyBpIDwgbnVtSXRlbXM7IGkrKykgeyAvLyBmb3Igbm93IHRoaXMgaXMgdGhlIG51bWJlciBvZiBmaWVsZCB3ZSBzaG91bGQgY2hlY2sNCgkJLy8gYnVpbGQgSUQNCgkJdmFyIGlkX2NoZWNrID0gdGFyZ2V0Rm9ybStpKydfX29yZGVyX2xpc3QnOw0KCQkvLyBmaXJzdCBjaGVjayBpZiBJZCBpcyBvbiBwYWdlDQoJCWlmIChqUXVlcnkoIiMiK2lkX2NoZWNrKS5sZW5ndGgpIHsNCgkJCS8vIGdldCB0aGUgcHJvcGVydHkgdmFsdWUNCgkJCXZhciB0bXAgPSBqUXVlcnkoIiMiK2lkX2NoZWNrKyIgb3B0aW9uOnNlbGVjdGVkIikudmFsKCk7DQoJCQkvLyBub3cgdmFsaWRhdGUNCgkJCWlmICh0bXAgPj0gMSkgew0KCQkJCW51bWJlcnMucHVzaChwYXJzZUludCh0bXApKTsNCgkJCX0NCgkJfQ0KCX0NCgkvLyBjaGVjayB0aGF0IHRoZXJlIGFyZSBhY3R1YWxseSBzb21lIHNldA0KCWlmIChudW1iZXJzLmxlbmd0aCkgew0KCQkvLyBzb3J0IHRoZSBhcnJheQ0KCQludW1iZXJzLnNvcnQoZmFuQXNnZmRTZmZzU29ydCk7DQoJCS8vIGdldCB0aGUgYWJzZW50IHZhbHVlcw0KCQl2YXIgYWJzZW50ID0gZmFuQXNnZmRTZmZzQWJzZW50KG51bWJlcnMpOw0KCQkvLyBjaGVjayBpZiBhbiBhYnNlbnQgdmFsdWUgd2FzIGZvdW5kDQoJCWlmIChhYnNlbnQubGVuZ3RoKSB7DQoJCQkvLyBzb3J0IHRoZSBhcnJheSAoanVzdCB0byBiZSBzYWZlKQ0KCQkJYWJzZW50LnNvcnQoZmFuQXNnZmRTZmZzU29ydCk7DQoJCQkvLyByZXR1cm4gbG93ZXN0IGZvdW5kIHZhbHVlDQoJCQlyZXR1cm4gYWJzZW50WzBdOw0KCQl9DQoJfQ0KCS8vIHNpbmNlIG5vIGFic2VudCB2YWx1ZSB3YXMgZm91bmQgYWRkIHRvIG5leHQgYXZhaWxhYmxlIG9wdGlvbg0KCXZhciB0b3RhbCA9IDA7DQoJZm9yIChpID0gMDsgaSA8IG51bUl0ZW1zOyBpKyspIHsgLy8gZm9yIG5vdyB0aGlzIGlzIHRoZSBudW1iZXIgb2YgZmllbGQgd2Ugc2hvdWxkIGNoZWNrDQoJCS8vIGJ1aWxkIElEDQoJCXZhciBpZF9jaGVjayA9IHRhcmdldEZvcm0raSsnX19saXN0JzsNCgkJLy8gZmlyc3QgY2hlY2sgaWYgSWQgaXMgb24gcGFnZQ0KCQlpZiAoalF1ZXJ5KCIjIitpZF9jaGVjaykubGVuZ3RoKSB7DQoJCQkvLyBnZXQgdGhlIHByb3BlcnR5IHZhbHVlDQoJCQl2YXIgdG1wID0galF1ZXJ5KCIjIitpZF9jaGVjaysiIG9wdGlvbjpzZWxlY3RlZCIpLnZhbCgpOw0KCQkJLy8gbm93IHZhbGlkYXRlDQoJCQlpZiAodG1wID49IDEpIHsNCgkJCQl0b3RhbCsrOw0KCQkJfQ0KCQl9DQoJfQ0KCXJldHVybiB0b3RhbDsNCn0NCg0KLy8gc2ltcGxlIHNvcnQgZnVuY3Rpb24NCmZ1bmN0aW9uIGZhbkFzZ2ZkU2Zmc1NvcnQoYSxiKSB7DQogICAgcmV0dXJuIGEgLSBiOw0KfQ0KDQovLyBzaW1wbGUgYWJzZW50IGZ1bmN0aW9uDQpmdW5jdGlvbiBmYW5Bc2dmZFNmZnNBYnNlbnQoYXJyKXsNCiAgICB2YXIgYWJzZW50QXJyYXkgPSBbXSwgbWluPSAxLCBtYXggPSBhcnJbYXJyLmxlbmd0aC0xXTsNCiAgICB3aGlsZShtaW4gPCBtYXgpew0KICAgICAgICBpZihqUXVlcnkuaW5BcnJheShtaW4sIGFycikgPT0gLTEpIHsNCgkJCWFic2VudEFycmF5LnB1c2gobWluKTsNCgkJfQ0KCQltaW4rKzsNCiAgICB9DQogICAgcmV0dXJuIGFic2VudEFycmF5Ow0KfQ==', '', 'Admin Behaviour', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 13:02:32', '2020-11-14 02:27:47', 35, '', 183, '49a92e23-180d-4df6-86ef-1157883a4e18', '', '', '', '', ''), +(39, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Admin View (dynamic)', 'NOT NULL', '', 6, '\"\"', 1, '2015-04-28 10:45:32', '2019-07-19 02:24:38', 14, '', 164, '5633c14b-a5cc-4741-9077-b6976af898f6', '', '', '', '', ''), +(40, '', '', '', '', '', '', '', '', 11, '', 'CHAR', '', '', '', 'Background', 'NOT NULL', '', 5, '\"\"', 1, '2015-03-30 11:33:34', '2015-08-25 21:15:22', 1, '', 163, '89d225cd-00c0-4540-a714-056b04f6cf93', '', '', '', '', ''), +(41, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Banner', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 162, '744b4ffc-961c-4e62-adff-495256479798', '', '', '', '', ''), +(42, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Book', 'NOT NULL', '', 6, '\"\"', 1, '2015-04-24 07:50:46', '2018-09-21 00:00:44', 9, '', 161, 'e2bbda81-a6c1-41be-907b-24b9d5b97492', '', '', '', '', ''), +(43, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Category Icon', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 160, '0d2bdd49-7559-4cc1-a25b-56aacb830760', '', '', '', '', ''), +(44, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Company Name (name)', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 17:30:59', '2015-08-25 21:15:22', 4, '', 159, 'bb5ba507-fd8d-4a99-950c-a541c3fbeb60', '', '', '', '', ''), +(45, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Completion Point', 'NOT NULL', '', 10, '\"\"', 1, '2015-04-28 10:52:33', '2015-08-25 21:15:22', 1, '', 158, '863482f3-98b7-4db2-a039-c9704a332e9a', '', '', '', '', ''), +(46, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Component Image', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 157, '4003ab3f-70d8-4092-a11b-b23215844ffa', '', '', '', '', ''), +(47, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Component Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 17:30:59', '2018-03-10 23:46:30', 3, '', 156, 'b607dfed-bb4a-463d-9e14-f1264c67279b', '', '', '', '', ''), +(48, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Component Version', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-06 08:44:48', '2015-08-25 21:15:22', 1, '', 155, 'dde96c4d-1528-402a-bdea-96ec481a11ef', '', '', '', '', ''), +(49, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Content', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-24 11:30:17', '2015-08-25 21:15:22', 1, '', 154, '7c42bee8-73fb-4483-960a-53de4625eda9', '', '', '', '', ''), +(50, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Contributor Show', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 23:07:30', '2015-08-25 21:15:22', 1, '', 153, 'dff8b457-9e9d-4976-a77d-bb517b183015', '', '', '', '', ''), +(51, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Contributor Title', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-11 13:02:32', '2015-08-25 21:15:22', 1, '', 152, '30f5a9a8-512a-4aa2-81dc-602a2aa6e6f5', '', '', '', '', ''), +(52, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Contributor Use', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 23:05:45', '2015-08-25 21:15:22', 1, '', 151, 'fee57f76-d976-4308-89e2-72a114d37fb1', '', '', '', '', ''), +(53, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Copyright', 'NOT NULL', '', 25, '\"\"', 1, '2015-03-19 18:20:49', '2020-07-29 22:32:31', 2, '', 150, 'd4241cde-3446-4318-9269-905b7ea929f4', '', '', '', '', ''), +(54, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-04-24 07:50:46', '2016-02-06 21:42:55', 7, '', 149, '48349cda-448d-43b3-97c1-ced5b6474577', '', '', '', '', ''), +(55, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 1', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 165, '1a4d0599-b066-4537-8a53-08dbd8d950b0', '', '', '', '', ''), +(56, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 10', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 166, '61e485ab-96d9-4c88-a195-b07db8a66bd1', '', '', '', '', ''), +(57, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 2', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 3, '', 182, 'a4cb9b66-0b43-4f2d-8f69-b0421c67f7e9', '', '', '', '', ''), +(58, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 3', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 181, 'c5913e72-c856-4ffe-83b0-91a3a234faca', '', '', '', '', ''), +(59, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 4', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 180, '890b9521-452f-42da-9798-75e6d829b024', '', '', '', '', ''), +(60, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 5', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 179, '5d6c5f5b-3779-4f8d-8c4f-ff98a3d2a373', '', '', '', '', ''), +(61, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 6', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 178, '85f47d11-ef73-458a-af6d-6738e8a0c15a', '', '', '', '', ''), +(62, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 7', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 177, '4b058cb4-2e8b-4d86-b98b-d7f4a1d3c975', '', '', '', '', ''), +(63, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 8', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 176, 'a1e788e4-ab8d-4590-9c58-5a3531d2145d', '', '', '', '', ''), +(64, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Course 9', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'#__###component###_course\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 2, '', 175, 'facf920c-9f84-4902-832f-90c99f985b29', '', '', '', '', ''), +(65, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'CSS (view)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:08:52', 3, '', 174, '1ad12721-9ee9-4623-98d2-071ba013a373', '', '', '', '', ''), +(66, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'CSS (views)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:11:27', 3, '', 173, '63d5585f-c9bd-485d-9c1d-4a29a4fbf4b2', '', '', '', '', ''), +(67, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Dashboard (add record)', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:18:56', 3, '', 172, '83be05c9-a5ec-4e50-a4f2-13a784c3ed81', '', '', '', '', ''), +(68, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Dashboard (list of records)', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:19:11', 4, '', 171, '85d0ff42-adf5-41dc-9164-6f249f17b90d', '', '', '', '', ''), +(69, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Data Default', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-10 21:24:57', '2015-08-25 21:15:22', 1, '', 170, '6ba76a0f-55a4-49ce-911a-0a3f05674bef', '', '', '', '', ''), +(70, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Data Length', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-10 21:23:10', '2019-09-12 19:42:19', 3, '', 169, 'b3ea0d94-1029-41d8-9f6b-bcbec6b715f4', '', '', '', '', ''), +(71, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Data Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-10 21:23:10', '2019-01-07 07:46:06', 9, '', 168, 'e41e74b2-a265-4269-8ec6-1d890c893798', '', '', '', '', ''), +(72, '', '', '', '', '', '', 'Other', '0000-00-00 00:00:00', '', '', 'DATETIME', '', '', '', 'Date', 'NOT NULL', '', 1, '\"\"', 1, '2015-04-28 23:17:23', '2017-09-21 22:26:50', 7, '', 167, '0679c333-95ed-4408-b75e-30581021e921', '', '', '', '', ''), +(82, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Day', 'NOT NULL', '', 11, '\"\"', 1, '2015-04-24 11:04:31', '2015-09-11 17:14:02', 4, '', 267, 'a794b9bc-3cbc-41ed-b23b-ab07d6be80e5', '', '', '', '', ''), +(83, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'DayClosed', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-04-24 07:50:46', '2015-08-25 21:15:22', 4, '', 266, '29439dc3-d7b6-4a3d-8c2e-389d1b27ae34', '', '', '', '', ''), (84, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Description (full width)', 'NULL', '', 25, '\"\"', 1, '2015-03-19 18:20:49', '2024-03-06 15:53:48', 5, '', 265, '749a9917-90c3-49c4-9e72-aa33b0683a87', '', '', '', '', ''), +(85, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Description (one line)', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 18:20:49', '2019-06-26 00:10:46', 4, '', 264, 'a5ef0756-5ecd-49ae-a36c-058b90758988', '', '', '', '', ''), +(86, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Description (small box)', 'NOT NULL', '', 25, '\"\"', 1, '2015-03-19 18:20:49', '2015-08-25 21:15:22', 1, '', 263, 'ee1dbecf-f67e-4db3-a676-7da886536cae', '', '', '', '', ''), +(87, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Details', 'NOT NULL', '', 8, '\"\"', 1, '2015-03-19 18:20:49', '2015-08-25 21:15:22', 1, '', 262, '0b1e25b6-6910-4236-8d6a-76ca069edf41', '', '', '', '', ''), +(88, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 1', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 261, 'aa0df8c6-1cde-447a-b176-89636f5a706f', '', '', '', '', ''), +(89, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 10', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 260, '0d555add-53b2-4777-be4f-dec82c066336', '', '', '', '', ''), +(90, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 11', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 259, '3f468941-377a-46f2-b54c-aaf45c0b2f87', '', '', '', '', ''), +(91, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 12', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 275, '681c4329-7ecc-419c-b7eb-9de6aec72d91', '', '', '', '', ''), +(92, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 2', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 276, '01dc4025-85c3-4bed-a141-c55fac7437e6', '', '', '', '', ''), +(93, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 3', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 286, 'df78ffd1-f3f6-4d24-a0a8-bb9d3ce0df56', '', '', '', '', ''), +(94, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 4', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 287, '5df9dd11-d510-45c2-89cd-51e4f1af94a5', '', '', '', '', ''), +(95, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 5', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 288, '14a0f886-6f6c-43b2-8a6f-6c87e9bf0734', '', '', '', '', ''), +(96, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 6', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 290, 'fd7b27f5-66fb-4b29-86cf-7cabc7ab643a', '', '', '', '', ''), +(97, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 7', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 291, '38e4d645-66b7-4d2e-a976-5769bbf86338', '', '', '', '', ''), +(98, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 8', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 292, 'd5a2dbd1-79fb-45d4-b0ba-0983178500cc', '', '', '', '', ''), +(99, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Doc 9', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 293, '5f14c959-afa3-4223-a684-74f8583e03b5', '', '', '', '', ''), (100, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Email (required)', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-05 23:44:32', '2016-02-07 22:43:18', 4, '', 285, '10c1eccb-b3c3-4325-a056-45a72d116fd8', '', '', '', '', ''), +(101, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'HTML Body', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-07 22:08:34', '2016-05-02 01:45:57', 2, '', 284, '01163773-cdff-474c-8a07-05de21e9c30b', '', '', '', '', ''), +(102, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Event (also show archived)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" type_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'c.acronym\'),array(\'program\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'c\') . \' ON (\' . $db->quoteName(\'a.program\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . $item->program . \')\');\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-05-01 21:34:58', '2017-01-25 10:40:48', 8, '', 283, '5e0f843c-cbcd-4d22-8d55-e4dd2ced8dfa', '', '', '', '', ''), +(103, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Facilitator 1', 'NOT NULL', '', 7, '\"\"', 1, '2015-04-23 20:57:19', '2018-09-21 00:07:42', 4, '', 282, 'd38c5c14-4d33-45b0-b621-4aba6f3614fc', '', '', '', '', ''), +(104, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 10', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 281, 'e7fb27c8-085e-441a-86f2-5b184029803a', '', '', '', '', ''), +(105, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Facilitator 2', 'NOT NULL', '', 7, '\"get(\'###type###\');\\r\\nreturn $groups;\\\"\\n\\/>\"', 1, '2015-04-23 20:57:19', '2018-04-14 22:15:32', 2, '', 280, '403900e4-3935-4382-bf3a-66e6952ef988', '', '', '', '', ''), +(106, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 3', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 279, '86468f16-4f2d-4848-87c5-b274ee0bba9a', '', '', '', '', ''), +(107, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 4', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 278, 'e2cf5b8a-68a4-4ee2-aca1-7eaa5a8ac5d6', '', '', '', '', ''), +(108, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 5', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 277, 'b50e99cb-3561-4eb7-827e-72d35988ceb8', '', '', '', '', ''), +(109, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 6', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 258, 'c07c05f1-6732-48ec-99b7-861a8ee76f6e', '', '', '', '', ''), +(110, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 7', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 257, '4b3b94f1-534b-46d4-8d5f-6f471f5895cb', '', '', '', '', ''), +(111, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 8', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 256, '7f59df6e-0f31-425b-90d2-bb10d379162f', '', '', '', '', ''), +(112, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Facilitator 9', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 1, '', 237, '4b79041e-42a9-4ead-94a6-819cb1efe94d', '', '', '', '', ''), +(113, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Faculty Members (dynamic)', 'NOT NULL', 1, 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, JFactory::getUser($item->###CODE_TEXT###)->name);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-04-23 20:57:19', '2015-09-11 03:52:23', 5, '', 236, 'bd50fc15-f479-4578-a49b-736b0173ebbb', '', '', '', '', ''), +(114, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 10', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '945a7643-9a8f-43ed-921e-6cb76893d02a', '', '', '', '', ''), +(115, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 11', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'e9807509-2a0c-4ac4-b096-16f8f57dc543', '', '', '', '', ''), +(116, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 12', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'd479ed7d-4cb9-4610-92b7-ca2bbc62ea85', '', '', '', '', ''), +(117, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 13', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '3c3286d1-e0cb-4b96-91ec-e23c54f6bc5f', '', '', '', '', ''), +(118, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 14', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '7d1a6675-496c-41d4-9424-1873563f3347', '', '', '', '', ''), +(119, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 15', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '0eb62de6-bd4f-4e30-b1a2-6eeab253a928', '', '', '', '', ''), +(120, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 16', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '4d3109a2-745e-4fb6-ab3c-5a3cb4a30b1c', '', '', '', '', ''), +(121, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 17', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'ef26b14d-dbae-40ba-8287-d7acb5ec7e50', '', '', '', '', ''), +(122, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 18', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '722149c9-bdc9-4d90-8335-5bfaa4dc301e', '', '', '', '', ''), +(123, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 19', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '30402148-168f-4a42-b7a4-8c34d271dff1', '', '', '', '', ''), +(124, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 2', 'NOT NULL', '', 7, '\"get(\'###view_type###\');\\\" \\r\\n\\ttype_php_4=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '1cb53347-66cd-4733-96e0-9d56244379cc', '', '', '', '', ''), +(125, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 20', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '4e18fadc-2fd5-4252-9ac9-fbc1049bbfe4', '', '', '', '', ''), +(126, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 21', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '41d07c57-86ad-469a-a4a2-3ab4b6ec867f', '', '', '', '', ''), +(127, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 22', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '0bff08d1-a410-4d44-9370-c89749f623ea', '', '', '', '', ''), +(128, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 23', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '8752e2ba-1c8f-4ebc-a707-43a4db4b05f1', '', '', '', '', ''), +(129, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 24', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '438e049c-f07d-4200-a5ce-c9bf6b613210', '', '', '', '', ''), +(130, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 25', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '0c616d62-c292-4c3a-98c3-d15fce10a584', '', '', '', '', ''), +(131, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 26', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'b7c47a52-fb88-400f-b9a3-443c21a83fe6', '', '', '', '', ''), +(132, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 27', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '4c82862d-71e7-4178-977f-664ced500a6e', '', '', '', '', ''), +(133, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 28', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'f13c3003-e5b6-4244-9670-36a7434b716d', '', '', '', '', ''), +(134, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 29', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'd48ac3e2-0187-4267-97a1-2892f0dd5995', '', '', '', '', ''), +(135, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 3', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '4005fc82-12c5-4f9a-b9a1-6d9a88e89e25', '', '', '', '', ''), +(136, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 30', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '760abaf4-acfc-4eb9-b1ff-22390f79a326', '', '', '', '', ''), +(137, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 4', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', 'fe45a56a-d60e-45c1-8c66-bf8b548981b8', '', '', '', '', ''), +(138, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 5', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '038e8bbf-6451-45ca-9ae8-0c1caec74863', '', '', '', '', ''), +(139, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 6', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '2652e31a-f09d-4c7f-a8dd-b6c0b5fb94d4', '', '', '', '', ''), +(140, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 7', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '04f408fe-fd85-4340-8639-a191dcb06d67', '', '', '', '', ''), +(141, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 8', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '63b5b351-d5aa-4ff1-b0c1-7a0424ce476b', '', '', '', '', ''), +(142, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member 9', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', -2, '2015-04-23 20:57:19', '2015-09-11 03:28:16', 1, '', '', '3d740f7b-7d02-428a-864a-7ffa4f49b4e4', '', '', '', '', ''), +(143, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Field (required)', 'NOT NULL', '', 6, '\"\"', 1, '2015-04-28 10:45:32', '2023-10-06 16:03:56', 19, '', 241, 'a6eb2b20-082d-4f86-9a23-952fe0ff8214', '', '', '', '', ''), +(144, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Form - Label', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 17:30:59', '2015-12-04 02:18:34', 4, '', 242, 'a1478573-20da-4722-8132-eeafaa66d89d', '', '', '', '', ''), +(145, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Form - Description', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-01 14:57:25', '2015-12-05 05:57:50', 4, '', 243, '438a3d21-d13c-4ebd-a6d1-c67bf39e545d', '', '', '', '', ''), +(146, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Form - Field Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-04-28 10:45:32', '2016-06-11 18:14:11', 10, '', 244, 'a4ddc104-573d-4adc-86f6-c0841109bf81', '', '', '', '', ''), +(147, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Field (Category)', 'NOT NULL', '', 2, '\"\"', 1, '2015-05-10 23:12:22', '2020-05-30 18:13:00', 7, '', 147, 'ef722d2d-0fa0-4aa7-92d2-7783ec1c9f7f', '', '', '', '', ''), +(148, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'FieldType (dynamic)', 'NOT NULL', '', 6, '\"\"', 1, '2015-04-28 10:45:32', '2018-09-21 00:45:12', 7, '', 73, '91a4f538-1383-4ae4-85d8-55ddada7d6cd', '', '', '', '', ''), +(149, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Fieldtypes (Category)', 'NOT NULL', '', 2, '\"\"', 1, '2015-05-10 23:12:22', '2020-05-30 17:07:02', 2, '', 54, '7cc4ab46-0d77-4ef8-a2a7-d5b656546a30', '', '', '', '', ''), +(150, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Email', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-05 23:44:32', '2018-03-11 01:46:36', 6, '', 53, 'ac539a5a-971d-4b4e-9f2f-93fc6d486e58', '', '', '', '', ''), +(151, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'From Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 17:30:59', '2015-08-25 21:15:22', 1, '', 52, '53ded5f9-2d93-4904-b5f6-eb7f3e1d524e', '', '', '', '', ''), +(152, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Group', 'NOT NULL', '', 29, '\"\"', 1, '2015-04-24 07:46:01', '2018-07-31 07:14:55', 2, '', 51, 'af9a010c-e22c-451c-9118-17c54342fccf', '', '', '', '', ''), +(153, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Student Groups (multi)', 'NOT NULL', 1, 29, '\"\"', 1, '2015-04-24 07:46:01', '2015-09-25 17:03:15', 3, '', 50, '7f25f3f6-86e1-4b99-95a9-4eb40d998ce8', '', '', '', '', ''), +(154, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Has Metadata', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:20:23', 5, '', 49, 'f2028e1b-b4c0-4f73-85a6-a580d1395618', '', '', '', '', ''), +(155, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Form - Hint', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-02 09:31:55', '2015-12-04 03:38:46', 2, '', 48, 'ce6912c7-eb78-4f06-9274-97e599b83d88', '', '', '', '', ''), +(156, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', '', '', '', 'Home Phone', 'NOT NULL', '', 23, '\"\"', 1, '2015-04-07 22:12:58', '2019-09-12 19:44:58', 3, '', 47, '38d7bc98-ccbf-48ee-a0c3-259e51652206', '', '', '', '', ''), +(157, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Icon', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 46, '3b731d0a-3205-4409-a9fd-e74d1db25055', '', '', '', '', ''), (158, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Image', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2020-06-07 02:17:46', 2, '', 45, '0d6970af-b361-4f65-84f6-0eb0c5f09bad', '', '', '', '', ''), +(159, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Implementation', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-10 21:26:50', '2017-10-09 19:03:21', 3, '', 44, 'bc5bed02-8fa3-462e-9c54-c39886fcdfe1', '', '', '', '', ''), +(160, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Indexes Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-10 21:26:50', '2020-05-25 00:22:37', 2, '', 43, '63ff758d-a866-4d37-bc2a-a7432bd9bb44', '', '', '', '', ''), +(161, '', '', 1, '', '', '', '', '', 11, '', 'INT', '', 'Ly8gbGl0dGxlIHNjcmlwdCB0byBjaGVjayB0aGF0IG9ubHkgb25lIHRpdGxlIGlzIHNlbGVjdGVkDQpmdW5jdGlvbiBjaGVja0FsaWFzKGZpZWxkKSB7DQoJLy8gZ2V0IHRoZSBJRA0KCXZhciBpZCA9IGpRdWVyeShmaWVsZCkuYXR0cignaWQnKTsNCgl2YXIgdGFyZ2V0ID0gaWQuc3BsaXQoJ19fJyk7DQoJLy9zZXQgdGhlIHN1YklEDQoJdmFyIHN1YklEID0gdGFyZ2V0WzBdKydfXycrdGFyZ2V0WzFdOw0KCXZhciBzdWJJRCA9IHN1YklELnJlcGxhY2UoL1xkKy9nLCAnJyk7DQoJLy8gc2V0IG5vdGljZSBhbmQgZG8gaG91c2UgY2xlYW5pbmcNCglpZiAoalF1ZXJ5KCcjJytpZCkucHJvcCgnY2hlY2tlZCcpKSB7DQoJCS8vIGdldCBudW1iZXIgb2YgaXRlbXMNCgkJdmFyIG51bUl0ZW1zID0galF1ZXJ5KCcuY291bnQtdGhlLWl0ZW1zMTIzNScpLmxlbmd0aCArIDEwOw0KCQlmb3IgKGkgPSAwOyBpIDwgbnVtSXRlbXM7IGkrKykgeyAvLyBmb3Igbm93IHRoaXMgaXMgdGhlIG51bWJlciBvZiBmaWVsZCB3ZSBzaG91bGQgY2hlY2sNCgkJCS8vIGJ1aWxkIElEDQoJCQl2YXIgaWRfY2hlY2sgPSBzdWJJRCtpKydfX2FsaWFzJzsNCgkJCS8vIGZpcnN0IGNoZWNrIGlmIElkIGlzIG9uIHBhZ2UNCgkJCWlmIChqUXVlcnkoIiMiK2lkX2NoZWNrKS5sZW5ndGggJiYgaWRfY2hlY2sgIT09IGlkKSB7DQoJCQkJLy8gdW5jaGVjayBpdA0KCQkJCWpRdWVyeSgiIyIraWRfY2hlY2spLnByb3AoJ2NoZWNrZWQnLCBmYWxzZSkudHJpZ2dlcignY2hhbmdlJyk7DQoJCQl9DQoJCX0NCgl9DQp9', '', 'Is Alias', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 13:02:32', '2018-04-19 14:22:08', 6, '', 42, '790d2db0-bda5-4e91-996c-3f90b8794004', '', '', '', '', ''), +(162, '', '', 1, '', '', '', '', '', 11, '', 'INT', '', 'Ly8gbGl0dGxlIHNjcmlwdCB0byBjaGVjayB2YWx1ZSBhbmQgZ2l2ZSBub3RpY2UNCmZ1bmN0aW9uIGV4cGxhaW5GaWx0ZXJCZWhhdmlvdXIoZmllbGQpIHsNCgkvLyBnZXQgdGhlIElEDQoJbGV0IGlkID0galF1ZXJ5KGZpZWxkKS5hdHRyKCdpZCcpOw0KCS8vIGdldCB2YWx1ZQ0KCWxldCB2YWx1ZSA9IGpRdWVyeSgnIycraWQpLnZhbCgpOw0KCS8vIHNldCBub3RpY2UgYW5kIGRvIGhvdXNlIGNsZWFuaW5nDQoJaWYgKDIgPT0gdmFsdWUpIHsNCgkJLy8gbWVhbnMgbXVsdGkgb3B0aW9uIGNhbiBiZSBzZWxlY3RlZCBpbiB0aGUgZmlsdGVyLCB0aGlzIGlzIGp1c3QgYXZhaWxhYmxlIHdpdGggdGhlIG5ldyBmaWx0ZXJzDQoJCWpRdWVyeS5VSWtpdC5ub3RpZnkoe21lc3NhZ2U6IEpvb21sYS5KVGV4dC5fKCdUaGUgPGI+bXVsdGkgZmlsdGVyPC9iPiBzZWxlY3Rpb24gb3B0aW9uIGFsbG93cyB0aGUgdXNlciB0byBzZWxlY3QgbW9yZSB0aGVuIG9uZSB2YWx1ZSBpbiB0aGlzIGZpbHRlci9maWVsZC4gUGxlYXNlIG5vdGUgdGhhdCB0aGlzIG9wdGlvbiA8Yj5vbmx5IHdvcmtzPC9iPiB3aXRoIHRoZSA8Yj5uZXc8L2I+IGZpbHRlcnMgdGhhdCBsb2FkIGFib3ZlIHRoZSBhZG1pbiBsaXN0IHZpZXcuIFlvdSBjYW4gc2VsZWN0IHRoZSBuZXcgZmlsdGVyIG9wdGlvbiB3aGVuL3doZXJlIHlvdSBhZGQgdGhlIHZpZXcgdG8gdGhlIGNvbXBvbmVudC4nKSwgdGltZW91dDogMTAwMDAsIHN0YXR1czogJ3ByaW1hcnknLCBwb3M6ICd0b3AtcmlnaHQnfSk7DQoJfSBlbHNlIGlmICgxID09IHZhbHVlKSB7DQoJCS8vIG1lYW5zIHNpbmdsZSBvcHRpb24gY2FuIGJlIHNlbGVjdGVkIGluIHRoZSBmaWx0ZXINCgkJalF1ZXJ5LlVJa2l0Lm5vdGlmeSh7bWVzc2FnZTogSm9vbWxhLkpUZXh0Ll8oJ1RoZSA8Yj5zaW5nbGUgZmlsdGVyPC9iPiBzZWxlY3Rpb24gb3B0aW9uIGFsbG93cyB0aGUgdXNlciB0byBzZWxlY3QganVzdCBvbmUgdmFsdWUgaW4gdGhpcyBmaWx0ZXIvZmllbGQuJyksIHRpbWVvdXQ6IDUwMDAsIHN0YXR1czogJ3ByaW1hcnknLCBwb3M6ICd0b3AtcmlnaHQnfSk7DQoJfQ0KfQ==', '', 'Is Filter', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 13:02:32', '2020-11-14 02:52:45', 11, '', 41, 'a1cc8554-4816-4cec-87ea-3525c36c8366', '', '', '', '', ''), +(163, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Is Link', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 13:02:32', '2018-04-13 14:11:19', 4, '', 40, '0dd43656-cb30-4a0f-a66a-4d4527d8d794', '', '', '', '', ''), +(164, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Is Searchable', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 13:02:32', '2018-04-13 14:11:24', 4, '', 39, '01a8932d-2422-416f-bea1-7fd2117dc6a6', '', '', '', '', ''), +(165, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Is Sortable', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 13:02:32', '2018-04-13 14:11:29', 4, '', 55, 'cf97c040-e31e-4670-902f-5f03ef797720', '', '', '', '', ''), +(166, '', '', 1, '', '', '', '', '', 1, '', 'TINYINT', '', 'Ly8gbGl0dGxlIHNjcmlwdCB0byBjaGVjayB0aGF0IG9ubHkgb25lIHRpdGxlIGlzIHNlbGVjdGVkDQpmdW5jdGlvbiBjaGVja1RpdGxlKGZpZWxkKSB7DQoJLy8gZ2V0IHRoZSBJRA0KCXZhciBpZCA9IGpRdWVyeShmaWVsZCkuYXR0cignaWQnKTsNCgl2YXIgdGFyZ2V0ID0gaWQuc3BsaXQoJ19fJyk7DQoJLy9zZXQgdGhlIHN1YklEDQoJdmFyIHN1YklEID0gdGFyZ2V0WzBdKydfXycrdGFyZ2V0WzFdOw0KCXZhciBzdWJJRCA9IHN1YklELnJlcGxhY2UoL1xkKy9nLCAnJyk7DQoJLy8gc2V0IG5vdGljZSBhbmQgZG8gaG91c2UgY2xlYW5pbmcNCglpZiAoalF1ZXJ5KCcjJytpZCkucHJvcCgnY2hlY2tlZCcpKSB7DQoJCS8vIGdldCBudW1iZXIgb2YgaXRlbXMNCgkJdmFyIG51bUl0ZW1zID0galF1ZXJ5KCcuY291bnQtdGhlLWl0ZW1zMTIzNScpLmxlbmd0aCArIDEwOw0KCQlmb3IgKGkgPSAwOyBpIDwgbnVtSXRlbXM7IGkrKykgeyAvLyBmb3Igbm93IHRoaXMgaXMgdGhlIG51bWJlciBvZiBmaWVsZCB3ZSBzaG91bGQgY2hlY2sNCgkJCS8vIGJ1aWxkIElEDQoJCQl2YXIgaWRfY2hlY2sgPSBzdWJJRCtpKydfX3RpdGxlJzsNCgkJCS8vIGZpcnN0IGNoZWNrIGlmIElkIGlzIG9uIHBhZ2UNCgkJCWlmIChqUXVlcnkoIiMiK2lkX2NoZWNrKS5sZW5ndGggJiYgaWRfY2hlY2sgIT09IGlkKSB7DQoJCQkJLy8gdW5jaGVjayBpdA0KCQkJCWpRdWVyeSgiIyIraWRfY2hlY2spLnByb3AoJ2NoZWNrZWQnLCBmYWxzZSkudHJpZ2dlcignY2hhbmdlJyk7DQoJCQl9DQoJCX0NCgl9DQp9', '', 'Is Title', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 13:02:32', '2018-04-19 14:21:03', 7, '', 56, 'fdb1dfd5-1946-463f-9d70-ec2a876a97bb', '', '', '', '', ''), +(167, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Javascript (view-file)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:12:02', 10, '', 72, '5f7479f2-b499-4094-8294-d580e51244a1', '', '', '', '', ''), +(168, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Javascript (views-file)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:12:23', 4, '', 71, 'ec2db8b1-d779-4bf2-b4cd-374a894fdc83', '', '', '', '', ''), +(169, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Keep History', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:19:51', 4, '', 70, 'dd9f51ff-db9c-4c15-9d34-f634a7ffd7f5', '', '', '', '', ''), +(170, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Key Words', 'NOT NULL', '', 25, '\"\"', 1, '2015-04-24 11:33:09', '2015-08-25 21:15:22', 1, '', 69, '003f47e3-7017-489f-83ee-c648cc013232', '', '', '', '', ''), +(171, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Key Words Point', 'NOT NULL', '', 10, '\"\"', 1, '2015-04-28 10:52:33', '2015-08-25 21:15:22', 1, '', 68, 'dc8e3803-b069-4e38-8e7b-78603628066e', '', '', '', '', ''), +(172, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'License', 'NOT NULL', '', 25, '\"\"', 1, '2015-03-19 18:20:49', '2015-08-25 21:15:22', 1, '', 67, 'e5346711-63a0-45b8-a093-06486959a1d0', '', '', '', '', ''), +(173, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'List Point', 'NOT NULL', '', 10, '\"\"', 1, '2015-04-28 10:52:33', '2015-08-25 21:15:22', 1, '', 66, 'aede9923-0aa9-4be7-9f17-102936868ae7', '', '', '', '', ''), +(174, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Location (site,admin.both)', 'NOT NULL', '', 11, '\"\"', 1, '2015-03-19 18:23:52', '2015-08-25 21:15:22', 2, '', 65, 'fc2bbe2b-629d-4ff6-b011-189f76fc90d1', '', '', '', '', ''), +(175, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Main Menu', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:18:37', 4, '', 64, 'e2b4dae2-b179-4d4f-89c9-9dbf11c21156', '', '', '', '', ''), +(176, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Mandatory', 'NOT NULL', '', 3, '\"is mandatory.\\\" \\r\\n\\tvalue=\\\"1\\\" \\r\\n\\tclass=\\\"inputbox\\\" \\r\\n\\/>\"', 1, '2015-05-10 21:38:22', '2017-09-21 02:04:45', 3, '', 63, 'ff561cee-63b4-476a-ad29-38e34100e928', '', '', '', '', ''), +(177, '', '', '', '', '', '', 1, '', 7, '', 'TINYINT', '', '', '', 'Mark', 'NOT NULL', '', 17, '\"\"', 1, '2015-04-07 22:10:47', '2015-08-25 21:15:22', 1, '', 62, 'bc65b952-72ef-4960-9836-396b06e4b4ac', '', '', '', '', ''), +(178, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Markup Presidance', 'NOT NULL', '', 11, '\"\"', 1, '2015-04-07 21:15:11', '2015-08-25 21:15:22', 1, '', 61, '43376c7d-bb54-47dc-b615-01fc8a034fe9', '', '', '', '', ''), +(179, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Match Behavior', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 18:49:20', '2020-05-20 12:11:15', 2, '', 60, '1623dfd2-c89e-485b-865d-064bb6554ec8', '', '', '', '', ''), +(180, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Match Options', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-11 18:49:20', '2015-08-25 21:15:22', 1, '', 59, 'da4d7380-431d-437f-97c4-288dac810910', '', '', '', '', ''), +(181, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Match Field (dynamic)', 'NOT NULL', '', 6, '\"\"', 2, '2015-04-28 10:45:32', '2021-01-18 08:58:27', 4, '', 58, '99d6ff45-c209-4739-85de-777f27ca351f', '', '', '', '', ''), +(182, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 57, '85a94073-2597-4446-9329-fe779b563425', '', '', '', '', ''), +(183, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 1', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 38, '40947bb8-e43b-4101-a3ce-7db94cb48fb1', '', '', '', '', ''), +(184, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 10', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 37, '4204fb1c-6f1f-4496-b6f1-08d9e02b6ede', '', '', '', '', ''), +(185, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 11', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 36, '672e144a-1c97-4756-947e-01be600157c5', '', '', '', '', ''), +(186, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 12', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 17, 'a81c95fe-f2d7-4613-b78f-d7887fcf4ae9', '', '', '', '', ''), +(187, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 2', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 16, '68ee0d4e-570b-4045-a388-d1b00607a123', '', '', '', '', ''), +(188, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 3', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 15, 'c18b5951-7b7d-4e5d-9d6e-c6dffb2e26e4', '', '', '', '', ''), +(189, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 4', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 14, 'ea4ceacd-9b13-40b5-bbd1-9690b160e1c7', '', '', '', '', ''), +(190, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 5', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 13, '31f937aa-dbad-4bb2-807d-a3f789e52e11', '', '', '', '', ''), +(191, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 6', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 12, '3d2b4217-1e96-4bdb-b2dd-6fbe599174ff', '', '', '', '', ''), +(192, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 7', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 11, 'f1c1f404-28eb-4965-b6c9-d6cf34f2126e', '', '', '', '', ''), +(193, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 8', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 10, '908816f2-336b-45ce-89df-3d4992254e8e', '', '', '', '', ''), +(194, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Media 9', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 9, '08355c02-04c2-4fde-8e50-0aa5caa24541', '', '', '', '', ''), +(195, '', '', '', '', '', '', '', '', 255, '', 'CHAR', '', '', '', 'Meter', 'NOT NULL', '', 13, '\"\"', 1, '2015-05-08 00:07:08', '2015-08-25 21:15:22', 1, '', 8, '7df21d68-709f-4f61-bf47-81dde8b40561', '', '', '', '', ''), (196, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', '', '', '', 'Mobile Phone', 'NOT NULL', '', 23, '\"\"', 1, '2015-04-07 22:12:58', '2016-03-28 14:00:02', 2, '', 7, '65933a19-243a-48b2-aae9-34e2da710051', '', '', '', '', ''), +(197, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Module (show archived also)', 'NOT NULL', '', 6, '\"\"', 1, '2015-04-24 07:50:46', '2020-03-23 20:21:04', 9, '', 6, 'c9369556-2ed2-41ff-886a-1905e1a039e1', '', '', '', '', ''), +(198, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'MySQL - (Install)', 'NOT NULL', 2, 25, '\"\"', 1, '2015-05-11 12:36:14', '2018-05-11 03:32:01', 2, '', 5, '5eb879c0-f6e3-45b6-b220-cb5131422a83', '', '', '', '', ''), (199, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Name (Key - Required)', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 17:30:59', '2023-06-19 22:38:40', 10, '', 4, '5d3d34dd-4876-4c6a-86ab-b4e162f22c08', '', '', '', '', ''), +(200, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Name (list of records)', 'NOT NULL', '', 24, '\"\\r\\nNaming Conventions<\\/a><\\/small>\\\"\\n\\tsize=\\\"40\\\"\\n\\tmaxlength=\\\"150\\\"\\n\\tdescription=\\\"The name of the list of records in this view\\\"\\n\\tclass=\\\"inputbox\\\"\\n\\treadonly=\\\"false\\\"\\n\\tdisabled=\\\"false\\\"\\n\\trequired=\\\"true\\\"\\n\\tfilter=\\\"STRING\\\"\\n\\tmessage=\\\"Error! Please add list of records name here.\\\"\\n\\thint=\\\"List of Records Name Here\\\"\\n\\/>\"', 1, '2015-03-19 17:30:59', '2021-08-30 08:31:09', 3, '', 3, 'c73c3033-f4d9-475a-977b-9e447b88272f', '', '', '', '', ''), +(201, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Name (single record)', 'NOT NULL', '', 24, '\"\\r\\nNaming Conventions<\\/a><\\/small>\\\"\\n\\tsize=\\\"40\\\"\\n\\tmaxlength=\\\"150\\\"\\n\\tdescription=\\\"Type null if single record view is not to be set\\\"\\n\\tclass=\\\"inputbox\\\"\\n\\treadonly=\\\"false\\\"\\n\\tdisabled=\\\"false\\\"\\n\\trequired=\\\"true\\\"\\n\\tfilter=\\\"STRING\\\"\\n\\tmessage=\\\"Error! Please add single record name here.\\\"\\n\\thint=\\\"Single Record Name Here\\\"\\n\\/>\"', 1, '2015-03-19 17:30:59', '2021-08-30 08:29:29', 3, '', 2, '7568fcc2-bd06-438c-9666-fe3bde32306f', '', '', '', '', ''), +(202, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Name in Code', 'NOT NULL', '', 24, '\"\\r\\nNaming Conventions<\\/a><\\/small>\\\"\\n\\tsize=\\\"40\\\"\\n\\tmaxlength=\\\"50\\\"\\n\\tdefault=\\\"\\\"\\n\\tdescription=\\\"Add Name in Code Here\\\"\\n\\tclass=\\\"text_area\\\"\\n\\trequired=\\\"true\\\"\\n\\tfilter=\\\"CMD\\\"\\n\\tmessage=\\\"Error! Please add name in code here.\\\"\\n\\thint=\\\"codename\\\"\\n\\/>\"', 1, '2015-05-06 08:44:48', '2021-04-26 13:46:22', 6, '', 18, 'af7b6b08-e8c5-4551-b6e6-cde297e78e40', '', '', '', '', ''), (203, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Not Required', 'NOT NULL', '', 9, '\"\"', 1, '2015-05-08 16:19:16', '2023-09-27 07:57:19', 16, '', 19, 'da5e6901-6958-40e5-a4f5-6822d6fe57ac', '', '', '', '', ''), +(204, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Answer Temp', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-01 21:05:48', '2015-08-25 21:15:22', 1, '', 35, '4a883e7f-b5a9-44ad-b14c-4f398d144a53', '', '', '', '', ''), +(205, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Application Temp', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-01 21:38:16', '2015-08-25 21:15:22', 1, '', 34, '5a5ed948-339e-4b28-8e5f-956659d64153', '', '', '', '', ''), +(206, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Note - Condition Implementation', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-10 18:12:30', '2018-05-21 20:33:56', 2, '', 33, 'aba8c849-1c17-4c39-a70e-c0fbc14b7d7c', '', '', '', '', ''), +(207, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Doc Embed (notes)', 'NOT NULL', '', 14, '\"Next if the document name is the_document_name.doc then to add this document to the text area below using the following short script {embed the_document_name.doc}<\\/code>\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\tclose=\\\"true\\\" \\r\\n\\/>\"', 1, '2015-04-30 14:30:35', '2015-08-25 21:15:22', 1, '', 32, '1569eda0-0f51-4426-be31-1234e3d63192', '', '', '', '', ''), +(208, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Doc Embed (session)', 'NOT NULL', '', 14, '\"Next if the document name is the_document_name.doc then to add this document to the text area below using the following short script {embed the_document_name.doc}<\\/code>\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\tclose=\\\"true\\\" \\r\\n\\/>\"', 1, '2015-04-30 14:30:35', '2015-08-25 21:15:22', 1, '', 31, 'ca1ca0c5-7ee3-40e0-b409-6974e57526b2', '', '', '', '', ''), +(209, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Doc Naming Convention', 'NOT NULL', '', 14, '\"ONE: No spaces, all spaces in the document name must be replaced with and underscore like this the_document_name.doc
TWO: Please make sure that all documents added are correctly named, since we will use the name to generate the link. \\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\tclose=\\\"true\\\" \\r\\n\\/>\"', 1, '2015-04-30 14:14:29', '2015-08-25 21:15:22', 1, '', 30, '2abeb944-e551-4907-8c8e-34d68960a12c', '', '', '', '', ''), +(210, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Fields are added', 'NOT NULL', '', 14, '\"For more help
please watch this tutorial<\\/a>.\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\/>\"', 1, '2015-05-10 18:12:30', '2017-11-28 18:16:02', 6, '', 29, '904a9721-ae9c-4917-8f30-76596bd6c2c7', '', '', '', '', ''), +(211, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - More field types', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-10 18:12:30', '2017-10-26 15:45:22', 2, '', 28, 'ded93bf8-1f1e-44ee-83b1-5537590f0300', '', '', '', '', ''), +(212, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Permission Implementation', 'NOT NULL', '', 14, '\"tutorial<\\/a> for more info.\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\/>\"', 1, '2015-05-10 18:12:30', '2017-10-26 15:36:24', 3, '', 27, '8b6ed3e7-1c38-463f-a11d-49589f1f1080', '', '', '', '', ''), +(213, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Setting Contributors', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-10 18:12:30', '2017-10-26 15:35:17', 2, '', 26, '99b38f09-d2c4-4c9c-890b-ae2442dfe560', '', '', '', '', ''), +(214, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Setting Admin Views', 'NOT NULL', '', 14, '\"watch this tutorial for more help<\\/a>.\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\/>\"', 1, '2015-05-10 18:12:30', '2017-10-23 14:58:18', 4, '', 25, '66a34cf2-5d6b-448e-9f43-ddbcbcd8f612', '', '', '', '', ''), +(215, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Tab Setup Options', 'NOT NULL', '', 14, '\"tutorial<\\/a> for more info.\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\/>\"', 1, '2015-05-10 18:12:30', '2017-10-26 15:36:49', 4, '', 24, '1593798f-a2d9-4c06-bb93-b8cb0552165d', '', '', '', '', ''), +(216, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Note - WHMCS Encryption', 'NOT NULL', '', 14, '\"When using the WHMCS encryption you need to get a WHMCS key from:
https:\\/\\/www.vdm.io<\\/a>, or your own WHMCS<\\/a> install.<\\/p>

Please note that you will need to enable the add-on<\\/b> in the Joomla Component area (Add WHMCS)->Yes.<\\/p>

You can get more info about the WHMCS licensing add-on at the following links.<\\/p>

Helpful Links:<\\/b>
\\r\\n
https:\\/\\/www.whmcs.com\\/software-licensing\\/<\\/a>
\\r\\n
http:\\/\\/docs.whmcs.com\\/Licensing_Addon\\/<\\/a><\\/p>

Support JCB and use our affiliate link (https:\\/\\/www.whmcs.com\\/members\\/aff.php?aff=37513<\\/a>) to sign-up with WHMCS<\\/a>.<\\/p>\\\"\\n\\theading=\\\"h4\\\"\\n\\tclass=\\\"alert alert-success note_whmcs_encryption\\\"\\n\\/>\"', 1, '2015-05-12 13:15:33', '2018-07-08 00:37:00', 8, '', 23, '700f1075-c5c5-4781-bbed-e8eb4d95c627', '', '', '', '', ''), +(217, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Youtube', 'NOT NULL', '', 14, '\"Share<\\/b>, once you click on it there will open an area with three options [Share<\\/b>, embed, email]. Under the Share<\\/b> option you will see a box with an url like (https:\\/\\/youtu.be\\/gWU12DzPTUo) simply copy that url into the box below. Done!<\\/b>\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\tclose=\\\"true\\\" \\r\\n\\/>\"', 1, '2015-04-30 14:20:00', '2015-08-25 21:15:22', 1, '', 22, '64f9f319-39ea-4fc7-84d2-57656dc64918', '', '', '', '', ''), +(218, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Null Switch', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-10 21:38:22', '2015-08-25 21:15:22', 1, '', 21, '6a3d21ad-7cb1-4456-a623-20aa71ba0b12', '', '', '', '', ''), +(219, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Number', 'NOT NULL', '', 15, '\"\"', 1, '2015-05-09 18:23:27', '2015-08-25 21:15:22', 1, '', 20, 'c2ce0b7e-e917-40c0-9c63-016425dd11fd', '', '', '', '', ''), +(220, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Objective', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-24 07:58:59', '2015-08-25 21:15:22', 1, '', 1, 'acd5be1f-fecc-4c27-bd8a-bc322bb5c6e7', '', '', '', '', ''), +(221, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Order', 'NOT NULL', '', 10, '\"\"', 1, '2015-05-11 13:15:08', '2015-08-25 21:15:22', 1, '', 146, '6d75ad18-74e3-421f-b6e9-e7f3d3bdf0ac', '', '', '', '', ''), +(222, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Order in Edit', 'NOT NULL', '', 10, '\"\"', 1, '2015-05-11 13:19:19', '2015-08-25 21:15:22', 1, '', 127, '2e9ffee9-b05e-42c3-a497-9d566e52324b', '', '', '', '', ''), +(223, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Order in list views', 'NOT NULL', '', 10, '\"\"', 1, '2015-05-11 13:15:08', '2018-04-13 13:29:41', 10, '', 126, '87056801-539b-43d9-bb53-be49093132d0', '', '', '', '', ''), +(224, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Other Data Length', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-10 21:38:22', '2020-04-19 00:53:32', 4, '', 125, 'fd7ff7b0-a8e9-476c-8e9d-ac4ca338c589', '', '', '', '', ''), +(225, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Other Data Default', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-10 21:38:22', '2019-09-12 19:52:59', 2, '', 124, '6b2277f3-44e1-4bbb-8e55-3315bdba736e', '', '', '', '', ''), +(226, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Outcome', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-24 11:18:50', '2015-08-25 21:15:22', 2, '', 123, 'aece0b93-473f-4822-ac49-c368e625fb0c', '', '', '', '', ''), +(227, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Overview', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-24 11:18:50', '2019-10-10 21:03:58', 3, '', 122, '0a6f6867-afac-440b-b9ff-9eeddf1d3e07', '', '', '', '', ''), +(228, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Period Length', 'NOT NULL', '', 10, '\"\"', 1, '2015-05-05 23:57:28', '2015-09-23 04:00:51', 3, '', 121, '4ed9a470-d2fe-4c7b-93a1-3ed88d50fd8a', '', '', '', '', ''), +(229, '', '', '', '', '', '', 'Other', 3, 1, '', 'TINYINT', 2, '', '', 'Release Period Type (email)', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-05 23:57:28', '2016-02-05 22:58:58', 6, '', 120, 'b5795715-eb89-46f6-8a5f-faddb08b5ca1', '', '', '', '', ''), +(230, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (getItem - JModelForm)', 'NOT NULL', 2, 8, '\"Target (object) $item values.<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the getItem Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:12:29', 7, '', 119, 'a921c373-45bb-4919-a840-5b13511102cb', '', '', '', '', ''), +(231, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (getItems - JModelAdmin)', 'NOT NULL', 2, 8, '\"Target (array) $items values.<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the getItems Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:13:10', 6, '', 118, '0ec2dbcd-8acc-438f-ad28-906fc7b6474e', '', '', '', '', ''), +(232, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (helper_admin)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:13:19', 5, '', 117, '16a76125-d200-4bbf-aa00-91da3513a8f8', '', '', '', '', ''), +(233, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (postSaveHook - edit)', 'NOT NULL', 2, 8, '\"Target (object) $model for the data model object and (array) $validData for the validated data.<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the postSaveHook Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:13:24', 4, '', 116, 'b97daa06-7589-43e1-aaf9-c9506756f7b4', '', '', '', '', ''), +(234, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (save - edit)', 'NOT NULL', 2, 8, '\"Target (array) $data values<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the save Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-05-11 12:36:14', '2019-07-08 14:18:48', 4, '', 115, '8ac3beb5-c100-41d6-8d2e-dd3e57f3701a', '', '', '', '', ''), +(235, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Point (answer point)', 'NOT NULL', '', 10, '\"\"', 1, '2015-05-03 00:09:17', '2016-12-08 18:12:42', 5, '', 114, '5145b754-1136-497b-ab9d-4767a1b198e0', '', '', '', '', ''), +(236, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Program', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-04-07 07:54:26', '2015-08-25 21:15:22', 6, '', 113, '52771d2c-977b-4312-af7d-e2cb2b2a3e55', '', '', '', '', ''), +(237, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Program Type', 'NOT NULL', '', 2, '\"\"', 1, '2015-03-28 06:56:00', '2015-09-08 19:05:30', 2, '', 112, 'e855d772-ef2f-46aa-8199-51900a20c982', '', '', '', '', ''), +(238, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Properties', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-09 22:50:20', '2021-12-16 04:47:37', 3, '', 128, 'ddb8f57f-77c8-4cad-a8cb-0cdc799ce4a1', '', '', '', '', ''), +(239, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Question', 'NOT NULL', '', 8, '\"\"', 1, '2015-04-07 22:08:34', '2015-08-25 21:15:22', 1, '', 129, '95f10df0-1f14-4fa9-8876-a217fcb13d30', '', '', '', '', ''), +(240, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Form - Required', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-02 09:34:03', '2015-12-04 03:40:21', 2, '', 145, '2eb9c193-4cd3-41ed-815d-ac1e0d5c1f69', '', '', '', '', ''), +(241, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Requirement', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-04-07 07:54:26', '2015-08-25 21:15:22', 4, '', 144, '11a5f89a-b07b-4233-8306-eeb91190bbb4', '', '', '', '', ''), +(242, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Reviewed', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-03 00:13:32', '2015-08-25 21:15:22', 1, '', 143, 'b54cda53-a114-4213-8cd0-d8d7a5519459', '', '', '', '', ''), +(243, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Select Tab', 'NOT NULL', '', 10, '\"\"', 1, '2015-05-11 13:16:53', '2018-08-23 17:02:50', 3, '', 142, '00c4d921-5517-4bb8-b38a-54740ae36e6c', '', '', '', '', ''), +(244, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection', 'NOT NULL', '', 24, '\"\"', 1, '2015-04-28 10:48:58', '2015-09-11 21:01:37', 3, '', 141, '2fc2a804-0388-4bb4-a8cb-a86cd742d8b3', '', '', '', '', ''), +(245, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 10', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 140, '91679552-5ed1-44b1-b9cb-29488077c4d0', '', '', '', '', ''), +(246, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 2', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 139, 'c775e966-e8ca-4f06-9e68-3d39407d6e2e', '', '', '', '', ''), +(247, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 3', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 138, '03a71d7d-b6a3-4d59-aec8-d756d4fe5837', '', '', '', '', ''), +(248, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 4', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 137, '93afec03-e2e8-463c-b66b-df3ae5e696f5', '', '', '', '', ''), +(249, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 5', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 136, 'f7c7c1ec-d01a-4a84-ac9a-74633cf681f9', '', '', '', '', ''), +(250, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 6', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 135, '673c3909-017f-4ba8-acb7-bfc19b8688f7', '', '', '', '', ''), +(251, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 7', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 134, '4b0f97dc-03b1-42d0-a5ad-189630e4abe1', '', '', '', '', ''), +(252, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 8', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 133, '59ab407f-799d-4937-836e-37594e7480af', '', '', '', '', ''), +(253, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Selection 9', 'NOT NULL', '', 24, '\"\"', -2, '2015-04-28 10:48:58', '2015-08-25 21:15:22', 1, '', 132, '78dd26c0-72eb-43e5-aefb-1391ef2a15aa', '', '', '', '', ''), +(254, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Session', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')))->select($db->quoteName(array(\'p.acronym\'),array(\'program\')))->select($db->quoteName(array(\'c.name\'),array(\'course\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'))->join(\'LEFT\', $db->quoteName(\'#__###component###_course\', \'c\') . \' ON (\' . $db->quoteName(\'a.course\') . \' = \' . $db->quoteName(\'c.id\') . \')\')->join(\'LEFT\', $db->quoteName(\'#__###component###_program\', \'p\') . \' ON (\' . $db->quoteName(\'c.program\') . \' = \' . $db->quoteName(\'p.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' - \' . $item->course . \' (\' . $item->program . \')\');\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-04-24 07:50:46', '2016-02-06 21:45:16', 6, '', 131, 'c2b386ee-90c2-4c5b-8798-c6766125170c', '', '', '', '', ''), +(255, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Short Description', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 18:20:49', '2015-08-25 21:15:22', 1, '', 130, '46503007-43d9-485f-8cd0-8427a6a8bef2', '', '', '', '', ''), +(256, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'SMS Text', 'NOT NULL', '', 25, '\"\"', 1, '2015-04-24 09:35:47', '2015-08-25 21:15:22', 1, '', 111, '9ed10826-ae75-4219-9345-d8d9796b17ce', '', '', '', '', ''), +(257, '', '', '', '', '', '', '', '', 1, '', 'CHAR', '', '', '', 'Spacer hr', 'NOT NULL', '', 20, '\"\"', 1, '2015-04-08 00:33:17', '2015-08-25 21:15:22', 1, '', 110, '1cf7d30a-6af1-41c7-80bc-91a0fcc52ef2', '', '', '', '', ''), +(258, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Field Modelling Method', 'NOT NULL', '', 11, '\"Default<\\/b> is the Joomla basic normal storing way of dealing with this field type.\\\"\\n\\tclass=\\\"list_class\\\"\\n\\tmultiple=\\\"false\\\"\\n\\tfilter=\\\"INT\\\"\\n\\trequired=\\\"true\\\"\\n\\toption=\\\"0|Default,1|JSON,2|base64,3|Basic Encryption (local-DB-key),5|Medium Encryption (local-file-key),4|WHMCS-key Encryption,6|Expert Mode - Custom\\\"\\n\\tdefault=\\\"0\\\"\\n\\/>\"', 1, '2015-05-12 12:40:42', '2023-10-10 07:58:41', 8, '', 109, '48b78ab1-bfb0-44eb-9ec8-4f5cdbf4a32c', '', '', '', '', ''), +(259, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Strength', 'NOT NULL', '', 18, '\"\"', 1, '2015-05-09 16:20:17', '2015-08-25 21:15:22', 1, '', 90, '62ec9ef8-36ad-447e-981b-351ac4854e55', '', '', '', '', ''), +(260, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Strenth Value', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-09 17:39:32', '2015-08-25 21:15:22', 1, '', 89, 'e0cb48a2-f338-4014-b1b0-4c069c654014', '', '', '', '', ''), +(261, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Student (users)', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-04-13 23:34:55', '2015-09-11 03:35:58', 4, '', 88, '181fe0b4-0199-4b2a-9b5b-5de5935cf2a4', '', '', '', '', ''), +(262, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Subject', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-05 23:30:50', '2020-07-01 22:37:50', 9, '', 87, 'f02ed2fc-949d-4ca9-a18e-2cb8005f3340', '', '', '', '', ''), +(263, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Submenu', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-11 23:14:53', '2019-06-11 12:19:24', 4, '', 86, '74f2e2ca-6f72-4d1a-813a-3355ea997161', '', '', '', '', ''), +(264, '', '', '', '', '', '', '', '', 255, '', 'CHAR', '', '', '', 'Surname', 'NOT NULL', '', 24, '\"\"', 1, '2015-04-13 14:23:12', '2018-09-15 22:41:03', 3, '', 85, '0c0a7421-2160-481e-a080-5d184122ef30', '', '', '', '', ''), +(265, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Tags', 'NOT NULL', '', 22, '\"\"', 1, '2015-04-12 15:05:32', '2017-04-07 06:19:54', 2, '', 84, '83b63e41-afde-4578-af6c-c2010b01faee', '', '', '', '', ''), +(266, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Target Behavior', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 18:49:20', '2020-05-20 12:07:44', 4, '', 83, '65d97520-692f-43a7-b2ce-c980f3469384', '', '', '', '', ''), +(267, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Alias Builder', 'NOT NULL', '', 6, '\"\"', 1, '2015-04-28 10:45:32', '2024-03-26 13:25:23', 15, '', 82, '96e3d0e6-e8b5-488f-8758-7cec18bd5858', '', '', '', '', ''), +(268, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Target Relation', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-11 18:49:20', '2020-05-20 12:16:26', 5, '', 81, 'e393e7fe-b0b9-450d-b51f-d89cb53b2165', '', '', '', '', ''), +(269, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Teaser', 'NOT NULL', '', 25, '\"\"', 1, '2015-04-24 09:35:47', '2015-08-25 21:15:22', 1, '', 80, 'aba2f94c-5e2a-48c0-be5a-e6775c90475d', '', '', '', '', ''), +(270, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Text Mark Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-04-28 10:45:32', '2015-08-25 21:15:22', 1, '', 79, '22f4b781-8195-4d7d-a605-da260415731b', '', '', '', '', ''), +(271, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Thumb', 'NOT NULL', '', 12, '\"\"', 1, '2015-04-29 14:00:56', '2015-08-25 21:15:22', 1, '', 78, 'b27247a6-663b-4c44-a460-ad40f09db78b', '', '', '', '', ''), +(272, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Release Type (email)', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-05 23:57:28', '2016-02-06 22:43:52', 6, '', 77, '06c3c5d5-a4ac-4d28-9f73-4dcee5623046', '', '', '', '', ''), +(273, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Title', 'NOT NULL', '', 24, '\"\"', 1, '2015-03-19 17:30:59', '2023-06-27 23:45:55', 2, '', 76, 'edda1847-ef2e-4a76-9763-c41c82b08c00', '', '', '', '', ''), +(274, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Toppings', 'NOT NULL', '', 4, '\"\"', 1, '2015-04-23 20:57:19', '2015-08-25 21:15:22', 2, '', 75, '622f395d-84d8-434b-8362-a9f9cde06dd5', '', '', '', '', ''), +(275, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Translatable', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-10 21:38:22', '2017-09-21 02:05:18', 3, '', 91, 'e8038a0c-f819-4e1d-99ed-e4928bea1664', '', '', '', '', ''), +(276, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', '', '', '', 'Use Global From', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-06 00:06:05', '2016-05-02 00:47:45', 3, '', 92, '31af5638-b133-4b54-8bc2-abc49c8f7834', '', '', '', '', ''), +(277, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Value/Example', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-10 21:38:22', '2018-09-26 22:07:18', 4, '', 108, '7f5be0e7-39e8-4938-8ebc-e6ba37a3da53', '', '', '', '', ''), +(278, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'VDM Public Key', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-12 13:17:56', '2015-08-25 21:15:22', 1, '', 107, '57043d50-9ee1-443e-bdf5-9df150d063e5', '', '', '', '', ''), +(279, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'View Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-03-19 18:23:52', '2015-08-25 21:15:22', 1, '', 106, '5f2ddc22-11f5-49a5-bebf-8313d8006e46', '', '', '', '', ''), (280, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Website', 'NOT NULL', '', 27, '\"\"', 1, '2015-04-08 00:36:16', '2018-07-08 00:11:05', 2, '', 105, '6c3a6983-d1bf-4e5e-9e99-deea00b0cefd', '', '', '', '', ''), +(281, '', '', '', '', '', '', '', '', 64, '', 'INT', '', '', '', 'Word Count', 'NOT NULL', '', 24, '\"\"', 1, '2015-04-28 10:45:32', '2015-08-25 21:15:22', 1, '', 104, '7e2e8d03-c15f-4776-b568-456aac735e0a', '', '', '', '', ''), +(282, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Word Count Point', 'NOT NULL', '', 10, '\"\"', 1, '2015-04-28 10:52:33', '2015-08-25 21:15:22', 1, '', 103, '90eb6129-8156-42ea-b92b-b57e1f88b393', '', '', '', '', ''), +(283, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', '', '', '', 'Work Phone', 'NOT NULL', '', 23, '\"\"', 1, '2015-04-07 22:12:58', '2015-08-25 21:15:22', 1, '', 102, 'ac9a313d-2c9b-4a83-a64c-d81683617f52', '', '', '', '', ''), +(284, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'XML Field Definition', 'NOT NULL', 1, 9, '\"\"', 1, '2015-05-10 21:38:22', '2018-04-09 08:45:14', 2, '', 101, '83a3c115-1a4f-44a7-9572-e91043acdbaa', '', '', '', '', ''), +(285, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Yes', 'NOT NULL', '', 3, '\"\"', 1, '2015-04-23 20:56:23', '2015-08-25 21:15:22', 1, '', 100, 'c167f40e-936e-4032-bc5a-ef49a450a710', '', '', '', '', ''), +(286, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'YesNo Point', 'NOT NULL', '', 10, '\"\"', 1, '2015-04-28 10:52:33', '2015-08-25 21:15:22', 1, '', 99, 'd11263b8-2da9-4b12-af6d-47ea3541b7f6', '', '', '', '', ''), +(287, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Youtube', 'NOT NULL', '', 27, '\"\"', 1, '2015-04-30 14:05:30', '2015-08-25 21:15:22', 1, '', 98, '4e3742b4-a8aa-40f5-b400-1736e0e79d74', '', '', '', '', ''), +(288, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Javascript (view-footer)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-12 19:37:16', '2015-08-25 21:15:22', 1, '', 294, '9405da44-900c-4f7c-823d-734a68f5d6f6', '', '', '', '', ''), +(289, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Javascript (views-footer)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-12 19:37:29', '2015-08-25 21:15:22', 1, '', 295, '70995b9c-d0a9-4a57-b59b-54d39c379e66', '', '', '', '', ''), +(290, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Javascript (view-footer)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-12 19:37:51', '2019-07-08 14:13:34', 3, '', 296, 'a99c1f40-4b41-4167-ad29-85133375aa7a', '', '', '', '', ''), +(291, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Javascript (views-footer)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-12 19:38:05', '2019-07-08 14:13:40', 3, '', 297, '34bf9926-34a4-49a3-a29e-b602b1e5f9b2', '', '', '', '', ''), +(292, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add CSS', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-12 19:43:43', '2018-01-15 11:50:37', 2, '', 298, '14c857e3-e684-49a3-8b34-1cf7448ed0c4', '', '', '', '', ''), +(293, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'CSS (admin)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-12 19:44:54', '2019-07-08 14:13:48', 5, '', 299, '33c588ca-83b2-419d-b87f-b9f4e5e4ea54', '', '', '', '', ''), +(294, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Licensing Template', 'NOT NULL', '', 30, '\"\"', 1, '2015-05-13 14:50:23', '2018-08-18 06:48:43', 3, '', 302, 'b659c01d-accd-4049-bd4c-083000740d5a', '', '', '', '', ''), +(295, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'File', 'NOT NULL', '', 6, '\"\"', 1, '2015-05-13 15:15:40', '2024-03-20 11:28:57', 4, '', 300, '071ef0b2-94f6-4d75-9fd8-c7fbdce500b5', '', '', '', '', ''), +(296, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Target Path', 'NOT NULL', '', 24, '\"unzip the compiled zip file<\\/b> to see the structure. \\\"\\r\\n\\tsize=\\\"40\\\" \\r\\n\\tmaxlength=\\\"150\\\"\\r\\n\\tclass=\\\"text_area\\\" \\r\\n\\treadonly=\\\"false\\\" \\r\\n\\tdisabled=\\\"false\\\" \\r\\n\\trequired=\\\"true\\\" \\r\\n\\tfilter=\\\"PATH\\\" \\r\\n\\tvalidate=\\\"\\\" \\r\\n\\tmessage=\\\"Error! Please add target path.\\\" \\r\\n\\thint=\\\"Target Path Here\\\" \\r\\n\\/>\"', 1, '2015-05-13 15:19:13', '2018-02-14 21:36:06', 3, '', 303, 'd626e1f0-47b4-4aed-8c75-700a9566488f', '', '', '', '', ''), +(297, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Add Files', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-13 15:24:04', '2017-11-24 23:21:42', 4, '', 307, 'b483276a-db33-4aae-a178-17dc989114f1', '', '', '', '', ''), +(298, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Add Folders', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-13 15:25:04', '2017-11-24 23:22:12', 3, '', 306, 'b79528e9-d7fe-4dc3-90f0-fb90c3b53f9c', '', '', '', '', ''), +(299, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Folder', 'NOT NULL', '', 6, '\"get(\'custom_folder_path\', JPATH_COMPONENT_ADMINISTRATOR.\'\\/custom\');\\r\\n\\t\\t\\/\\/ set the default\\r\\n\\t\\t$options[] = JHtml::_(\'select.option\', \'\', JText::sprintf(\'Please add folders to (%s)\',$localfolder));\\r\\n\\t\\t\\/\\/ import all needed classes\\r\\n\\t\\tjimport(\'joomla.filesystem.file\');\\r\\n\\t\\tjimport(\'joomla.filesystem.folder\');\\r\\n\\t\\t\\/\\/ setup the folder if it does not exist\\r\\n\\t\\tif (!JFolder::exists($localfolder))\\r\\n\\t\\t{\\r\\n\\t\\t\\tJFolder::create($localfolder);\\r\\n\\t\\t}\\r\\n\\t\\t\\/\\/ now check if there are files in the folder\\r\\n\\t\\tif ($folders = JFolder::folders($localfolder))\\r\\n\\t\\t{\\r\\n\\t\\t\\t$options = array();\\r\\n\\t\\t\\tforeach ($folders as $folder)\\r\\n\\t\\t\\t{\\r\\n\\t\\t\\t\\t$options[] = JHtml::_(\'select.option\', $folder, $folder);\\r\\n\\t\\t\\t}\\r\\n\\t\\t}\\r\\n\\t\\treturn $options;\\\" \\r\\n\\/>\"', 1, '2015-05-13 15:27:18', '2015-11-24 23:58:07', 2, '', 304, '31f144af-ed45-4c80-85c8-fff4c4e0ca0d', '', '', '', '', ''), +(300, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Files', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-13 15:31:20', '2018-02-16 13:30:03', 3, '', 310, '143f8b3d-5b58-4b26-aaad-a5f14a57865b', '', '', '', '', ''), +(301, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Folder', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-13 15:36:30', '2018-02-16 13:31:40', 3, '', 309, '483f2c40-2348-4168-817b-471f5ba96984', '', '', '', '', ''), +(302, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Field Information', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-13 21:22:14', '2015-08-25 21:15:22', 1, '', 312, '50fb0b10-d6b7-477e-b847-024337dc9de9', '', '', '', '', ''), +(303, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Filter Information', 'NOT NULL', '', 14, '\"\\r\\n\\t

\\r\\n\\t

Filter Information<\\/h1>\\r\\n\\t\\r\\n\\t\\r\\n\\t \\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t
The available values for the filter attribute are:<\\/caption>\\r\\n\\t\\t
Filter<\\/th>\\r\\n\\t\\t\\t\\tDescription<\\/th>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t<\\/thead>\\r\\n\\t\\t
INT<\\/code><\\/td>\\r\\n\\t\\t\\t\\tAn integer<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
UINT<\\/code><\\/td>\\r\\n\\t\\t\\t\\tAn unsigned integer<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
FLOAT<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA floating point number<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
BOOLEAN<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA boolean value<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
WORD<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA string containing A-Z or underscores only (not case sensitive)<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
ALNUM<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA string containing A-Z or 0-9 only (not case sensitive)<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
CMD<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA string containing A-Z, 0-9, underscores, periods or hyphens (not case sensitive)<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
BASE64<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA string containing A-Z, 0-9, forward slashes, plus or equals (not case sensitive)<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
STRING<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA fully decoded and sanitized string (default)<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
HTML<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA sanitized string<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
ARRAY<\\/code><\\/td>\\r\\n\\t\\t\\t\\tAn array<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
PATH<\\/code><\\/td>\\r\\n\\t\\t\\t\\tA sanitized file path<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
USERNAME<\\/code><\\/td>\\r\\n\\t\\t\\t\\tDo not use (use an application specific filter)<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
RAW<\\/code><\\/td>\\r\\n\\t\\t\\t\\tThe raw string is returned with no filtering<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t\\t
unknown<\\/code><\\/td>\\r\\n\\t\\t\\t\\tAn unknown filter will act like STRING. If the input is an array it will return an array of fully decoded and sanitized strings.<\\/td>\\r\\n\\t\\t\\t<\\/tr>\\r\\n\\t\\t<\\/tbody>\\r\\n\\t<\\/table>\\r\\n\\t<\\/div>\\r\\n\\t
\\r\\n\\t\\t

Validation Rules <\\/span><\\/h1>\\r\\n\\t\\t\\r\\n\\t\\t
Searching the system.<\\/span><\\/div>\\r\\n\\t<\\/div>\\r\\n\\t
\\r\\n\\t\\t

Linked To<\\/h1>\\r\\n\\t\\t\\r\\n\\t\\t
Searching the database.<\\/span><\\/div>\\r\\n\\t<\\/div>\\r\\n<\\/div>\\\" \\r\\n\\/>\"', 1, '2015-05-13 21:26:14', '2018-03-27 13:31:14', 19, '', 311, 'a3b96357-7a72-427d-a5b7-4711c86591cb', '', '', '', '', ''), +(304, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Link', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-15 12:15:11', '2015-08-25 21:15:22', 1, '', 313, '4569fcfe-2027-453b-a1b5-615f71347912', '', '', '', '', ''), +(305, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Icon (FileList - images)', 'NOT NULL', '', 30, '\"\"', 1, '2015-05-15 12:19:11', '2015-08-25 21:15:22', 1, '', 301, 'f342ee50-ae2b-4a69-a177-ebd6a68785c0', '', '', '', '', ''), +(306, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Before This Admin View (dynamic)', 'NOT NULL', '', 6, '\"\"', 1, '2015-05-15 12:22:26', '2019-06-11 12:40:36', 10, '', 314, '0f6db2fb-cba1-4584-a7a4-b4ff20ff8516', '', '', '', '', ''), +(307, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Custom Admin Menu', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-15 12:22:52', '2021-12-16 04:48:29', 5, '', 316, '60d68340-14c1-45a9-8240-30f6bdf96345', '', '', '', '', ''), +(308, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Database Tables', 'NOT NULL', '', 6, '\"\"', 1, '2015-05-15 13:26:09', '2024-03-08 19:54:35', 16, '', 329, 'e79d6000-1b3b-4d6c-8183-2153c2f5dc40', '', '', '', '', ''), +(309, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Select MySql Source', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-15 13:31:20', '2024-03-12 13:37:52', 2, '', 331, '21eff77d-da38-4ce1-96c5-e6af26463942', '', '', '', '', ''), +(310, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'MySQL (Source Map)', 'NOT NULL', 2, 25, '\"\\/\\/ First Table Map.<\\/b>
SourceField => viewField
\\/\\/ Other Tables Map.<\\/b>
firstTableKeySourceField == keySourceField
SourceField => viewField
\\/\\/ Remember to add all fields that has no default value, and is not null.<\\/b>\\\"\\n\\tmessage=\\\"Please review the Source Map selection, as it appears that certain mandatory fields have been excluded from the (MySQL -> Tables -> Source Map) selection. These specific fields are designated as \'not null\' and lack default values. This oversight may lead to errors when installing your component on Joomla 5 and above. To address this issue, you are presented with a few options:\\r\\n

\\r\\n1. Assign a default value to the field. This can be done within the specific field settings under the Database Tab.
\\r\\n2. Modify the field\'s Null Switch to \'NULL\'. This adjustment also takes place in the field settings.\\r\\n3. Alternatively, you could add these fields into the MySQL -> Tables -> Source Map<\\/b> selection. This inclusion ensures that all necessary data parameters are correctly mapped in the MySQL (dump) and available during the Joomla component installation process.\\r\\n

\\r\\nBy taking one of these actions, you will prevent potential installation errors and ensure compatibility with the requirements of Joomla 5 and above.\\\"\\n\\tclass=\\\"text_area span4\\\"\\n\\tfilter=\\\"HTML\\\"\\n\\thint=\\\"SourceField => viewField\\\"\\n\\trequired=\\\"false\\\"\\n\\tvalidate=\\\"sourcemapchecker\\\"\\n\\/>\"', 1, '2015-05-15 13:37:38', '2024-02-07 15:36:26', 6, '', 358, '0adf625e-798e-401f-b0b1-d5e1af73ff2a', '', '', '', '', ''), +(311, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Tables', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-15 15:59:32', '2017-10-09 18:20:38', 2, '', 315, '33a9df05-3e39-4cc8-af2b-234653aadb7a', '', '', '', '', ''), +(312, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Config Fields', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-18 12:30:57', '2017-12-05 17:41:30', 3, '', 359, '851d8f15-3ce4-42a3-9041-08c943f61cab', '', '', '', '', ''), +(313, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Config Tabs', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-18 12:42:10', '2015-08-25 21:15:22', 1, '', 360, 'cbe06176-d618-4fe6-bb4b-0852871e2bb6', '', '', '', '', ''), +(314, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Add Config', 'NOT NULL', '', 14, '\"<\\/span>\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\/>\"', 1, '2015-05-18 15:53:39', '2017-10-26 15:34:59', 3, '', 305, '9fdfddf4-8618-44cd-8443-bbe3fed8588a', '', '', '', '', ''), +(315, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Add Custom Menus', 'NOT NULL', '', 14, '\"<\\/span>\\\" \\r\\n\\theading=\\\"h4\\\" \\r\\n\\tclass=\\\"alert alert-info\\\" \\r\\n\\/>\"', 1, '2015-05-18 15:55:31', '2017-10-25 18:53:20', 3, '', 308, 'b9d63536-2c8f-47c8-b3a2-817164c56a81', '', '', '', '', ''), +(316, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Minify JS', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-18 17:35:36', '2015-08-25 21:15:22', 1, '', 361, 'c50783bb-a755-45c3-9432-1bf7fcddbec5', '', '', '', '', ''), +(317, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Custom Value', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-18 20:05:44', '2017-11-24 23:15:58', 7, '', 362, 'ed9cd669-f816-4c23-a10b-48ad82bd8faf', '', '', '', '', ''), +(318, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Empty Contributors', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-18 20:32:42', '2015-08-25 21:15:22', 1, '', 363, '05e16c3f-1f5e-4355-a948-5331546f218c', '', '', '', '', ''), +(319, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Snippet Usage', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-19 09:27:04', '2015-08-25 21:15:22', 1, '', 364, 'b04feeec-bca6-4897-9abe-ac40bd294265', '', '', '', '', ''), +(320, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Layout', 'NOT NULL', 2, 8, '\"$displayData is the Object that is used inside the layout file to build displayed output<\\/small>\\\"\\n\\tdescription=\\\"Add the layout code here.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"html\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-05-19 09:54:01', '2019-07-08 14:13:55', 5, '', 368, '7c9289e1-b326-4596-9dd8-f6ebe861a0ef', '', '', '', '', ''), +(321, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'UIkit Data', 'NOT NULL', 1, 11, '\"\"', 1, '2015-05-19 09:57:07', '2015-08-25 21:15:22', 1, '', 369, '950c79fb-fa75-40c4-ba18-1cff25fbcc76', '', '', '', '', ''), +(322, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP site (view)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-19 14:20:42', '2019-07-08 14:14:03', 7, '', 370, 'e27df414-cf8a-45c3-bc38-cc48e6146fef', '', '', '', '', ''), +(323, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Snippets', 'NOT NULL', 2, 25, '\"\"', 1, '2015-05-19 14:51:31', '2015-08-25 21:15:22', 1, '', 367, '144a1f95-97d5-42b4-be3e-39f21215780e', '', '', '', '', ''), +(324, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'URL', 'NOT NULL', '', 27, '\"\"', 1, '2015-05-19 16:08:22', '2022-06-18 10:23:24', 4, '', 378, 'd29d6854-bb4a-4fa2-83a1-5a1b9c9a0eaf', '', '', '', '', ''), +(325, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Snippet Types', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\\r\\n\\/\\/\\/ 1|Layout,2|Navigations,3|Elements,4|Common,5|JavaScript,6|Charts\"', 1, '2015-05-19 16:27:33', '2017-11-19 23:15:02', 5, '', 379, '0cc69ef6-eb4d-4a0d-ad40-84bc1845e48f', '', '', '', '', ''), +(326, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Usage', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-19 16:30:48', '2015-08-25 21:15:22', 1, '', 380, '155d8238-a2cf-446c-91a5-c8322ee1d890', '', '', '', '', ''), +(327, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Heading', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-19 16:51:55', '2015-08-25 21:15:22', 1, '', 381, 'fc671dc8-a9be-43d9-b42a-671750ad869d', '', '', '', '', ''), +(328, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Update (Not New)', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-19 17:58:35', '2019-06-11 12:24:24', 3, '', 382, 'f4aee176-7c3c-4bc2-8b01-52f960525cdc', '', '', '', '', ''), +(329, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Rename', 'NOT NULL', '', 3, '\"\"', 1, '2015-05-19 19:14:30', '2019-06-11 12:24:45', 3, '', 383, 'cf557971-11ed-4ccc-9d28-a3478aaa12ff', '', '', '', '', ''), +(330, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - UIkit Snippet Details', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-19 21:02:29', '2015-08-25 21:15:22', 1, '', 377, 'a056497a-d35f-44e5-b3cb-1cac030fcd3c', '', '', '', '', ''), +(331, 1, '', 1, '', 'I2pmb3JtX3NuaXBwZXRfY2h6biB7DQp3aWR0aDogMTAwJSAhaW1wb3J0YW50Ow0KfQ0KLmpmb3JtX3NuaXBwZXRfaW5wdXRfd2lkdGggew0Kd2lkdGg6IDkwJSAhaW1wb3J0YW50Ow0KfQ==', '', '', '', 11, '', 'INT', '', 'alF1ZXJ5KCcjamZvcm1fc25pcHBldCcpLmNsb3Nlc3QoJy5pbnB1dC1hcHBlbmQnKS5hZGRDbGFzcygnamZvcm1fc25pcHBldF9pbnB1dF93aWR0aCcpOw==', '', 'Snippet (Dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'b.name\',\'c.name\'),array(\'###ID###\',\'###CODE_TEXT###\',\'type\',\'library\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\r\\n\\t\\t\\/\\/ From the ###component###_snippet_type table.\\r\\n\\t\\t$query->join(\'LEFT\', $db->quoteName(\'#__###component###_snippet_type\', \'b\') . \' ON (\' . $db->quoteName(\'a.type\') . \' = \' . $db->quoteName(\'b.id\') . \')\');\\r\\n\\t\\t\\/\\/ From the ###component###_library table.\\r\\n\\t\\t$query->join(\'LEFT\', $db->quoteName(\'#__###component###_library\', \'c\') . \' ON (\' . $db->quoteName(\'a.library\') . \' = \' . $db->quoteName(\'c.id\') . \')\');\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\\n\\\\t\\\\t$query->order(\'c.ordering ASC\');\\\\n\\\\t\\\\t$query->order(\'b.name ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$lib = (isset($item->library) && ###Component###Helper::checkString($item->library)) ? \' (\' . $item->library . \')\' :\'\';\\r\\n\\\\t\\\\t\\\\t\\\\t$type = (isset($item->type) && ###Component###Helper::checkString($item->type)) ? $item->type :JText::_(\'No Type\');\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $type . \' - \' . $item->###CODE_TEXT### . $lib );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-05-19 21:43:35', '2017-11-22 21:34:55', 14, '', 384, 'fc4bc2f3-1a12-4484-88dc-273199fe3b63', '', '', '', '', ''), +(332, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (AJAX)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-20 08:26:25', '2015-08-25 21:15:22', 1, '', 385, '625b65cb-7569-437a-a6dd-b3290c662e18', '', '', '', '', ''), +(333, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (AJAX Model Method)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-20 08:27:44', '2019-07-08 14:14:11', 3, '', 386, 'c731b5f5-5bd3-4ad3-ac3e-9e0281104121', '', '', '', '', ''), +(334, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Task Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-20 08:31:55', '2015-08-25 21:15:22', 1, '', 388, '9943a4a2-ef23-4d0d-bda8-af7c28dad726', '', '', '', '', ''), +(335, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Input Filter', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-20 08:39:38', '2021-12-21 14:39:15', 2, '', 389, 'e60e7a4c-1ac9-4f6b-a70c-4af18c28d230', '', '', '', '', ''), +(336, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Default Value', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-20 08:49:57', '2015-08-25 21:15:22', 1, '', 390, '652e3d0d-b2de-4557-91b4-9c8cbf5ab0c0', '', '', '', '', ''), +(337, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Method Name (AJAX)', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-20 08:51:41', '2015-08-25 21:15:22', 1, '', 391, '4c478509-238f-416d-b722-f25d83a82dfe', '', '', '', '', ''), +(338, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Ajax Input', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-20 09:19:33', '2019-04-27 21:26:41', 4, '', 392, 'e407f6f1-e4e9-4f23-a8c7-8ad75e14a820', '', '', '', '', ''), +(339, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Value Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-20 09:31:07', '2015-08-25 21:15:22', 1, '', 393, '9ee74269-0624-44d5-91ae-99805b838fa1', '', '', '', '', ''), +(340, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Dynamic Values', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-21 13:20:01', '2015-08-25 21:15:22', 3, '', 394, 'bd250dba-7443-4bef-a94d-5c11a742f799', '', '', '', '', ''), +(341, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Admin View (dynamic - not required)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = Html::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = Html::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-05-21 13:25:23', '2017-10-26 01:49:15', 7, '', 405, '13c70205-e63c-4a6c-bffb-096079a6bcd8', '', '', '', '', ''), +(342, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Get Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-21 22:04:46', '2015-08-25 21:15:22', 1, '', 414, '5377a931-8a17-4eed-92dd-8a8808408a5a', '', '', '', '', ''), +(343, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (main)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-05-21 22:07:44', '2016-01-10 16:40:33', 5, '', 400, 'f398a2ca-122e-47ad-8e4e-3ee2ac30bf26', '', '', '', '', ''), +(351, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (main)', 'NOT NULL', '', 6, '\"\"', 1, '2015-05-21 22:15:09', '2024-03-26 13:25:13', 8, '', 327, '4c744096-3d1c-406d-87f4-71169002e85f', '', '', '', '', ''), +(375, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (main)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-21 23:01:59', '2015-08-25 21:15:22', 1, '', 474, '59821262-b8ef-490f-9b1e-efa7e93f858d', '', '', '', '', ''), +(376, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Jount View Table', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-21 23:05:08', '2020-06-05 00:59:22', 6, '', 97, '79ab7f6c-a6b5-4bad-bcdd-c113d49db876', '', '', '', '', ''), +(378, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'View On Field (main)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-21 23:13:35', '2015-05-23 12:07:02', 1, '', 511, 'd82c9cfe-a1de-43c5-8266-aaae6751934f', '', '', '', '', ''), +(379, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'View Equal Field (main)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-21 23:14:04', '2015-05-23 12:07:37', 1, '', 96, '6125988d-386d-4406-9ebb-cde52e161cfb', '', '', '', '', ''), +(380, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'View Select Fields (main)', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-21 23:17:05', '2015-08-25 21:15:22', 1, '', 341, '14f4d49c-7e54-494e-b103-eaccb6428ee8', '', '', '', '', ''), +(381, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (join)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-05-22 12:06:57', '2017-10-26 01:56:11', 6, '', 395, 'b970f2d3-be9c-4194-baae-83f18df21ce4', '', '', '', '', ''), +(382, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (c)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:08:51', '2015-05-22 16:25:04', 1, '', 401, 'b54a6c40-1459-4498-809c-85632f136771', '', '', '', '', ''), +(383, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (d)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:09:05', '2015-05-22 16:25:08', 1, '', 397, 'cf33907d-f058-4f3b-adb8-f33a113b7041', '', '', '', '', ''), +(384, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (e)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:09:18', '2015-05-22 16:25:11', 1, '', 407, 'dcac6796-5701-4a02-a555-784cacef17a6', '', '', '', '', ''), +(385, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (f)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:09:35', '2015-05-22 16:25:14', 1, '', 409, '5d212e39-41bc-47a1-a9b5-daf4fba4732d', '', '', '', '', ''), +(386, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (g)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:09:49', '2015-05-22 16:25:18', 1, '', 411, 'f784baa0-9862-4eed-9fde-1c3f739b553f', '', '', '', '', ''), +(387, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (h)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:10:03', '2015-05-22 16:25:20', 1, '', 412, '0b934802-144c-49cb-ac8c-30ee237ca6ad', '', '', '', '', ''), +(388, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (i)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:10:17', '2015-05-22 16:25:24', 1, '', 413, 'ef1deb42-7c0d-4580-be26-66cf4ac3fdcb', '', '', '', '', ''), +(389, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (j)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:10:33', '2015-05-22 16:25:27', 1, '', 398, 'f215957d-a07d-4895-b350-5be261b3d228', '', '', '', '', ''), +(390, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (k)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:10:46', '2015-05-22 16:25:32', 1, '', 408, 'f1f1bd6c-10d3-426f-8acd-9150eac0daa6', '', '', '', '', ''), +(391, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (l)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:11:00', '2015-05-22 16:25:36', 1, '', 396, '386b3ea6-1f7d-4900-89d7-245d2ac8b05a', '', '', '', '', ''), +(392, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Table (m)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select(\'###TABLE###.###ID### as ###ID###, ###TABLE###.###TEXT### as ###CODE_TEXT###\');\\\" \\r\\n\\ttype_php_4=\\\"$query->from(\'###TABLE###\');\\\" \\r\\n\\ttype_php_5=\\\"$query->order(\'###TABLE###.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:11:12', '2015-05-22 16:25:39', 1, '', 399, 'ef38bc20-23a0-469d-8b18-8119b1021b42', '', '', '', '', ''), +(393, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (join)', 'NOT NULL', '', 6, '\"\"', 1, '2015-05-22 12:11:47', '2018-10-29 16:15:14', 3, '', 325, 'e7a79ab6-3097-44a5-9699-0a14ceaa47c2', '', '', '', '', ''), +(394, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (p)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:12:00', '2015-05-22 12:11:37', 1, '', 317, '9c960f4d-03b4-4a7f-9d0a-aab70f74e5f4', '', '', '', '', ''), +(395, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (q)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:12:13', '2015-05-22 12:11:37', 1, '', 328, '74486755-963e-4197-a2d8-d9e3cd7c78f0', '', '', '', '', ''), +(396, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (r)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:12:25', '2015-05-22 12:11:37', 1, '', 326, '854aaa26-d1f2-4730-96f0-2734686790fe', '', '', '', '', ''), +(397, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (s)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:12:38', '2015-05-22 12:11:37', 1, '', 330, '527e2a8c-c5e5-4c9a-862f-3b15a3f8da63', '', '', '', '', ''), +(398, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (t)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:12:49', '2015-05-22 12:11:37', 1, '', 324, '5dd13a43-d0db-40bd-8dc6-3e847879ff24', '', '', '', '', ''), +(399, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (u)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:13:01', '2015-05-22 12:11:37', 1, '', 323, '9589965f-952d-4139-bc24-1dc1e94f9a0f', '', '', '', '', ''), +(400, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (v)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:13:13', '2015-05-22 12:11:37', 1, '', 322, '147659e4-5c26-4be9-b90c-a3e1405119ee', '', '', '', '', ''), +(401, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (w)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:13:25', '2015-05-22 12:11:37', 1, '', 321, 'ef841d12-2632-4d58-a5c8-05493c6c106d', '', '', '', '', ''), +(402, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (x)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:13:36', '2015-05-22 12:11:37', 1, '', 320, '3bc4d66c-e7ea-4ec2-a378-cad562f96411', '', '', '', '', ''), +(403, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (y)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:13:48', '2015-05-22 12:11:37', 1, '', 319, 'c6b319e0-9d53-41b0-84ee-11e6e4819cd0', '', '', '', '', ''), +(404, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'DB Table (z)', 'NOT NULL', '', 6, '\"getTableList();\\\" \\r\\n\\ttype_php_3=\\\"$config = JFactory::getConfig();\\\" \\r\\n\\ttype_php_4=\\\"$options = array();\\\" \\r\\n\\ttype_php_5=\\\"$db = JFactory::getDBO(); $options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_6=\\\"for ($i=0; $i < count($tables); $i++)\\\" \\r\\n\\ttype_php_7=\\\"{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\/\\/only tables with primary key\\\" \\r\\n\\ttype_php_9=\\\"\\\\t$db->setQuery(\'SHOW FIELDS FROM `\'.$tables[$i].\'` WHERE LOWER( `Key` ) = \\\\\'pri\\\\\'\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\tif ($db->loadResult())\\\" \\r\\n\\ttype_php_11=\\\"\\\\t{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t\\\\t$dbprefix = version_compare(JVERSION,\'3.0\',\'lt\') ? $config->getValue(\'config.dbprefix\') : $config->get(\'dbprefix\'); $key = $i+1;\\\" \\r\\n\\ttype_php_13=\\\"\\\\t\\\\t$options[$key] = new stdClass;\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[$key]->value = str_replace($dbprefix, \'\', $tables[$i]);\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[$key]->text = $tables[$i];\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-05-22 12:14:23', '2015-05-22 12:11:37', 1, '', 318, 'd5754f88-3ae2-4cd7-8735-5b585e197efc', '', '', '', '', ''), +(405, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (b)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:18:30', '2015-05-22 16:00:47', 1, '', 510, '9aec84ea-2196-42c6-adda-84656a3f80b1', '', '', '', '', ''), +(406, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (c)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:18:43', '2015-05-22 16:00:53', 1, '', 482, '13be4696-8edf-42c1-bf38-afedfb42d88e', '', '', '', '', ''), +(407, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (d)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:18:53', '2015-05-22 16:00:57', 1, '', 473, '80be7858-e18b-405a-b856-509094c9f396', '', '', '', '', ''), +(408, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (e)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:19:03', '2015-05-22 16:01:00', 1, '', 471, '3d78ebda-164f-439e-b05b-af3338b126bb', '', '', '', '', ''), +(409, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (f)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:19:13', '2015-05-22 16:00:35', 1, '', 470, 'bccb502f-6402-44cd-a9bb-649399ae2d5b', '', '', '', '', ''), +(410, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (g)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:19:25', '2015-05-22 16:01:09', 1, '', 469, '4ec231c8-0329-4ad0-9ef0-2af042461019', '', '', '', '', ''), +(411, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (h)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:19:36', '2015-05-22 16:01:20', 1, '', 466, '969ff034-51b0-49c5-98e1-9bb14f74df9e', '', '', '', '', ''), +(412, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (i)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:19:46', '2015-05-22 16:01:25', 1, '', 448, '57c8047b-59da-469a-92ef-b1c64fa2554e', '', '', '', '', ''), +(413, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (j)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:19:58', '2015-05-22 16:01:32', 1, '', 467, '53e123f6-33b3-44fb-aca9-cf45dc558681', '', '', '', '', ''), +(414, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (k)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:20:12', '2015-05-22 16:01:39', 1, '', 468, '49676b47-c5e8-4332-8129-eeb65ba14f3e', '', '', '', '', ''), +(415, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (l)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:20:22', '2015-05-22 16:01:46', 1, '', 472, '7f5b6c6f-6109-4caf-912c-98ed1445b131', '', '', '', '', ''), +(416, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add View Table (m)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:20:36', '2015-05-22 16:01:55', 1, '', 475, '3498064f-a575-4834-9644-833a561cd752', '', '', '', '', ''), +(417, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (main)', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-22 12:23:23', '2015-08-25 21:15:22', 1, '', 476, 'f440af91-9956-444c-995d-b66a9d263359', '', '', '', '', ''), +(418, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (o)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:23:44', '2015-05-22 16:02:08', 1, '', 477, '8087cd69-cd21-4d73-92ab-2ee189aaf0a3', '', '', '', '', ''), +(419, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (p)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:23:57', '2015-05-22 16:02:14', 1, '', 478, 'fbe839c1-f458-41a8-bbc9-38fa30413d52', '', '', '', '', ''), +(420, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (q)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:24:07', '2015-05-22 16:02:21', 1, '', 479, '74ee6124-8d7a-4c6f-a7fa-0ae402f54f5c', '', '', '', '', ''), +(421, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (r)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:24:18', '2015-05-22 16:02:29', 1, '', 480, '00b24817-7857-4b69-b01b-a16d49e13c4a', '', '', '', '', ''), +(422, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (s)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:24:32', '2015-05-22 16:02:35', 1, '', 465, '31c814f1-cceb-4d9a-89f4-2ec46e33e096', '', '', '', '', ''), +(423, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (t)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:24:42', '2015-05-22 16:02:41', 1, '', 464, 'ba3db7d1-dcce-4bbd-9d11-f1c670d2bc7a', '', '', '', '', ''), +(424, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (u)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:24:59', '2015-05-22 16:02:48', 1, '', 449, '52074b56-5f3c-487b-b297-b2d5a1c427eb', '', '', '', '', ''), +(425, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (v)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:25:09', '2015-05-22 16:02:58', 1, '', 450, '16221a14-82b1-44ca-ab41-87c828690ec3', '', '', '', '', ''), +(426, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (w)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:25:18', '2015-05-22 16:03:06', 1, '', 451, 'b58b4f07-fafb-4d4f-9b7b-97f94cd6d784', '', '', '', '', ''), +(427, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (x)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:25:29', '2015-05-22 16:03:17', 1, '', 452, '3594cabd-378e-4108-b123-248af555f940', '', '', '', '', ''), +(428, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (y)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:25:40', '2015-05-22 16:03:23', 1, '', 453, '796bb13a-17b5-4a75-9d4a-207f2dd67c55', '', '', '', '', ''), +(429, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Add DB Table (z)', 'NOT NULL', '', 17, '\"\"', -2, '2015-05-22 12:25:51', '2015-05-22 16:03:31', 1, '', 454, 'e44c62ec-8782-4438-8d3f-779967081644', '', '', '', '', ''), +(430, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (join)', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-22 12:35:25', '2015-08-25 21:15:22', 1, '', 455, 'ee777081-87d6-447a-8f43-99ed565459da', '', '', '', '', ''), +(431, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (c)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:35:35', '2015-05-22 16:16:34', 1, '', 456, '76274887-ac07-4f67-b4f0-0e4806760390', '', '', '', '', ''), +(432, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (d)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:35:46', '2015-05-22 16:16:38', 1, '', 457, '2bd5d76f-124a-495d-b171-af9995aa03d4', '', '', '', '', ''), +(433, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (e)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:36:00', '2015-05-22 16:16:41', 1, '', 458, '7222a79e-cced-47fd-a879-9e4568e73abe', '', '', '', '', ''), +(434, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (f)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:36:16', '2015-05-22 16:16:45', 1, '', 459, '9ddad4f9-c2aa-46bf-ba12-51c3ef9049ad', '', '', '', '', ''), +(435, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (g)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:36:27', '2015-05-22 16:16:49', 1, '', 460, '4058c0d1-ecd7-4e3d-9756-0c1fa55dcabf', '', '', '', '', ''), +(436, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (h)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:36:39', '2015-05-22 16:16:52', 1, '', 461, 'c0f18876-4640-4368-aed6-070d83b3cfd0', '', '', '', '', ''), +(437, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (j)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:37:02', '2015-05-22 16:16:56', 1, '', 462, '7242a8a1-e763-41cd-95f8-42428d401df1', '', '', '', '', ''), +(438, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (k)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:37:12', '2015-05-22 16:17:01', 1, '', 463, 'b03e9321-b14d-4040-b340-a33d76004aa3', '', '', '', '', ''), +(439, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (l)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:37:25', '2015-05-22 16:17:05', 1, '', 481, '5f2fbf64-82cc-49d3-a1fd-1b7814d93c7c', '', '', '', '', ''), +(440, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (m)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:37:37', '2015-05-22 16:17:09', 1, '', 500, '381a778d-9c8c-4be3-b1ab-3819bee00491', '', '', '', '', ''), +(441, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (n)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:37:48', '2015-05-22 16:17:13', 1, '', 501, '1fbe45f5-c7f0-4f02-b7e6-eeb35dd2a969', '', '', '', '', ''), +(442, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (o)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:37:57', '2015-05-22 16:17:19', 1, '', 502, 'a151c74d-bf88-4273-83af-02e9fa5311a8', '', '', '', '', ''), +(443, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (p)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:38:11', '2015-05-22 16:17:23', 1, '', 503, '358f8810-3bc1-4809-bdeb-e31880159a2a', '', '', '', '', ''), +(444, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (q)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:38:29', '2015-05-22 16:17:55', 1, '', 504, '860fc142-fec2-4794-8a3b-f3fe1406986f', '', '', '', '', ''), +(445, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (r)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:38:40', '2015-05-22 16:18:00', 1, '', 505, '1186e591-d414-4ee0-9856-a69377a355a4', '', '', '', '', ''), +(446, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (s)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:38:56', '2015-05-22 16:18:04', 1, '', 506, '96254caf-8097-4f4f-8297-3d2d9a1ab47d', '', '', '', '', ''), +(447, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (t)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:39:11', '2015-05-22 16:18:09', 1, '', 507, 'b6f70511-3bf1-4d88-a403-89db0d0ebf7c', '', '', '', '', ''), +(448, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (u)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:39:23', '2015-05-22 16:18:14', 1, '', 508, 'ebf336c8-0a0b-436d-aea3-6a3fd162428e', '', '', '', '', ''), +(449, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (v)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:39:34', '2015-05-22 16:18:18', 1, '', 509, '1f0e491e-186f-4ee9-bc2c-f047cd10566e', '', '', '', '', ''), +(450, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (w)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:39:48', '2015-05-22 16:18:22', 1, '', 426, '9a2fbd5d-8c82-452e-962a-94a711280a45', '', '', '', '', ''), +(451, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (x)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:40:00', '2015-05-22 16:18:27', 1, '', 512, '089d9677-0e27-4a45-b8b7-7b858c48efe7', '', '', '', '', ''), +(452, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (y)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:40:11', '2015-05-22 16:18:31', 1, '', 513, '0186a14a-6b6a-4404-89d5-2cb849044244', '', '', '', '', ''), +(453, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (z)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:40:23', '2015-05-22 16:18:35', 1, '', 514, '147f172a-a06d-4bb6-bccf-14e2a81c8441', '', '', '', '', ''), +(454, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'On Field (i)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:45:14', '2015-05-22 16:18:39', 1, '', 499, '35543bd7-7327-476e-9050-a4e68d6ddeba', '', '', '', '', ''), +(455, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Join Field (join)', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-22 12:45:15', '2020-05-20 11:59:45', 2, '', 498, '753f632a-755b-4a44-ae7a-68b42a6d91cd', '', '', '', '', ''), +(456, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (c)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:45:17', '2015-05-22 16:18:49', 1, '', 483, '8305d6a3-7930-4f83-82c1-27d33a66392b', '', '', '', '', ''), +(457, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (d)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:45:19', '2015-05-22 16:18:53', 1, '', 484, 'f67f06a4-6061-4505-be08-b9d752b0856c', '', '', '', '', ''), +(458, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (e)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:45:22', '2015-05-22 16:18:58', 1, '', 485, '40f62816-e89b-404a-828c-38cba3e7051b', '', '', '', '', ''), +(459, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (f)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:50:58', '2015-05-22 16:19:03', 1, '', 486, 'fecbeb4a-d19b-46d2-a735-0ccc0400e291', '', '', '', '', ''), +(460, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (g)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:51:07', '2015-05-22 16:19:07', 1, '', 487, '168e8eac-acba-4df5-ad95-e812da21cbf3', '', '', '', '', ''), +(461, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (h)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:51:14', '2015-05-22 16:19:12', 1, '', 423, 'cf04bf21-1be6-4ca1-8b2d-71fbafff9687', '', '', '', '', ''), +(462, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (i)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:51:24', '2015-05-22 16:19:20', 1, '', 488, '226761d7-4e8e-43d8-bfb1-9bd404e9204f', '', '', '', '', ''), +(463, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (j)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:51:38', '2015-05-22 16:19:24', 1, '', 489, 'deae1fed-d4ad-4c98-8872-8776f1e23d0e', '', '', '', '', ''), +(464, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (k)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:51:47', '2015-05-22 16:19:28', 1, '', 490, '7125e9c4-4420-41f1-855c-a244036b4696', '', '', '', '', ''), +(465, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (l)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:51:55', '2015-05-22 16:19:31', 1, '', 491, '0efca137-de6d-4326-b0b0-0b02606e048e', '', '', '', '', ''), +(466, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (m)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:52:04', '2015-05-22 16:19:36', 1, '', 492, 'c6b2772a-72ac-404c-8fa8-4a005f1273b6', '', '', '', '', ''), +(467, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (n)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:52:14', '2015-05-22 16:19:43', 1, '', 493, '762b47cc-1dc6-44cf-9f82-0dee5661c9df', '', '', '', '', ''), +(468, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (o)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:52:23', '2015-05-22 16:19:47', 1, '', 494, 'c6160caa-1969-4ce9-8015-8095e76d06ea', '', '', '', '', ''), +(469, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (p)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:52:33', '2015-05-22 16:19:51', 1, '', 495, 'a34f6bd3-8682-4eb3-8640-06e210d45a6c', '', '', '', '', ''), +(470, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (q)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:52:41', '2015-05-22 16:19:55', 1, '', 496, 'ec2d6163-675b-4e1d-907d-d0aeb0663a10', '', '', '', '', ''), +(471, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (r)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:52:51', '2015-05-22 16:19:59', 1, '', 497, '8c1b4a6f-5731-4d91-a423-f42355034442', '', '', '', '', ''), +(472, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (s)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:01', '2015-05-22 16:20:04', 1, '', 515, '01becaf5-25c8-4ace-9353-07b367e5a830', '', '', '', '', ''), +(473, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (t)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:10', '2015-05-22 16:20:08', 1, '', 447, '9d540325-05bf-4ce4-9884-2f7da6bad26c', '', '', '', '', ''), +(474, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (u)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:22', '2015-05-22 16:20:13', 1, '', 416, 'eddbee05-33a6-41ee-a71d-a4fbd2aa7dca', '', '', '', '', ''), +(475, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (v)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:31', '2015-05-22 16:20:18', 1, '', 418, 'd1fd7796-e44f-4e04-b29a-ec6c807a9f43', '', '', '', '', ''), +(476, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (w)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:39', '2015-05-22 16:20:23', 1, '', 419, '85498f9a-a805-434e-8f12-e6ef45973328', '', '', '', '', ''), +(477, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (x)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:47', '2015-05-22 16:20:28', 1, '', 420, '2f426aa0-75c0-4c40-a075-77516da18df3', '', '', '', '', ''), +(478, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (y)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:53:56', '2015-05-22 16:20:32', 1, '', 422, '246e0ab2-144f-4cd6-8471-c1ab0cdc250f', '', '', '', '', ''), +(479, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Equal Field (z)', 'NOT NULL', '', 24, '\"\"', -2, '2015-05-22 12:54:07', '2015-05-22 16:20:38', 1, '', 424, '90d27dac-8d1b-4719-966b-a0183c9efb33', '', '', '', '', ''), +(480, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (join)', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-22 12:58:37', '2017-09-25 20:41:03', 2, '', 354, 'e80df791-9e30-47ac-a45e-8dfc493fde42', '', '', '', '', ''), +(481, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (c)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:58:51', '2015-05-22 13:03:04', 1, '', 353, '7a040e89-6fd7-4bd0-8d11-d0071d83b155', '', '', '', '', ''), +(482, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (d)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:59:05', '2015-05-22 13:03:14', 1, '', 352, '87be8d07-e333-4c30-8f2c-6efac5fccf32', '', '', '', '', ''), +(483, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (e)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:59:19', '2015-05-22 13:03:28', 1, '', 351, '439b1413-b54e-4da0-af46-3dcfa43f35bb', '', '', '', '', ''), +(484, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (f)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:59:28', '2015-05-22 13:03:35', 1, '', 350, '9e4f9831-775d-46c8-8988-4154f5551aad', '', '', '', '', ''), +(485, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (g)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:59:38', '2015-05-22 13:03:47', 1, '', 357, '9f909da0-64d6-4f6d-9a89-b2c5d6376ab7', '', '', '', '', ''), +(486, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (h)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:59:47', '2015-05-22 13:03:58', 1, '', 348, 'b8be0723-08d0-4be5-b4a6-55f7d810f65e', '', '', '', '', ''), +(487, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (i)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 12:59:56', '2015-05-22 13:05:52', 1, '', 347, '82e039f3-988a-4e17-a3f3-e74192abc222', '', '', '', '', ''), +(488, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (j)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:00:08', '2015-05-22 13:04:38', 1, '', 346, '01a441f6-b8f2-430d-84c0-c57674038e66', '', '', '', '', ''), +(489, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (k)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:00:17', '2015-05-22 13:04:32', 1, '', 356, 'afb6ea40-50fd-40e4-ba4c-411e239c3d47', '', '', '', '', ''), +(490, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (l)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:00:26', '2015-05-22 13:04:50', 1, '', 332, '57be6c4e-37a0-4bd3-a1d7-ff8dfa36785f', '', '', '', '', ''), +(491, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (m)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:00:36', '2015-05-22 13:06:01', 1, '', 345, '595445eb-9965-431a-96fb-df5b2f6f58a4', '', '', '', '', ''), +(492, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'DB Select Fields (main)', 'NOT NULL', '', 25, '\"\"', 1, '2015-05-22 13:00:45', '2015-08-25 21:15:22', 1, '', 349, '661c16f9-71be-41e2-8428-efd5509e6291', '', '', '', '', ''), +(493, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (o)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:01:15', '2015-05-22 13:06:13', 1, '', 337, '9ce22415-8dcc-4a7e-9e65-49a055a00e02', '', '', '', '', ''), +(494, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (p)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:06:28', '2015-05-22 13:06:13', 1, '', 355, '541bafda-94b3-4d1e-861b-f546327c44a8', '', '', '', '', ''), +(495, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (q)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:06:38', '2015-05-22 13:06:13', 1, '', 344, '8b8b1f5c-01cf-420b-b0de-30db8e612cde', '', '', '', '', ''), +(496, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (r)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:06:51', '2015-05-22 13:06:13', 1, '', 343, '1276ac67-a9f8-4e91-aa43-84c933b54e99', '', '', '', '', ''), +(497, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (s)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:07:03', '2015-05-22 13:06:13', 1, '', 342, 'cb5051c0-e3a5-42a0-b9bc-a9e65f95d4bd', '', '', '', '', ''), +(498, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (t)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:07:14', '2015-05-22 13:06:13', 1, '', 333, 'a8dbedb3-47ae-40f1-9d16-3d8831725574', '', '', '', '', ''), +(499, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (u)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:07:26', '2015-05-22 13:06:13', 1, '', 334, '1f413830-7870-4e96-bcc9-f35dbb5a9c3d', '', '', '', '', ''), +(500, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (v)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:07:38', '2015-05-22 13:06:13', 1, '', 335, '5b324b01-5ee4-4ee2-b058-6b0ee4662a11', '', '', '', '', ''), +(501, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (w)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:07:50', '2015-05-22 13:06:13', 1, '', 336, 'a2d7ce0a-8d5b-4ca2-9e0f-832f8e5aad7f', '', '', '', '', ''), +(502, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (x)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:08:00', '2015-05-22 13:06:13', 1, '', 338, '717cce83-c321-4f05-b54e-501c566711e7', '', '', '', '', ''), +(503, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (y)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:08:11', '2015-05-22 13:06:13', 1, '', 339, 'f4f14188-efcc-41c8-a297-2e323b5e30bc', '', '', '', '', ''), +(504, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Select Fields (z)', 'NOT NULL', '', 25, '\"\"', -2, '2015-05-22 13:08:23', '2015-05-22 13:06:13', 1, '', 340, '0d0f66eb-c551-488b-a54a-13bd895a0c6b', '', '', '', '', ''), +(505, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (join)', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-22 13:25:50', '2015-08-25 21:15:22', 1, '', 437, '69f3381d-21b2-460a-9bfc-28db39b4c9dd', '', '', '', '', ''), +(506, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (c)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:25:59', '2015-05-22 16:07:11', 1, '', 438, '349626b2-9c18-48d7-a881-8c2a97488b7c', '', '', '', '', ''), +(507, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (d)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:26:08', '2015-05-22 16:07:17', 1, '', 439, 'e8db334d-c382-41c7-9734-aa92c9d6e9c5', '', '', '', '', ''), +(508, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (e)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:26:17', '2015-05-22 16:07:21', 1, '', 421, '1bb17422-7656-44b2-992c-d235b6b9d339', '', '', '', '', ''), +(509, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (f)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:26:26', '2015-05-22 16:07:25', 1, '', 440, '0e2143b9-da10-440c-89f8-f8159c1b8f0a', '', '', '', '', ''), +(510, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (g)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:26:34', '2015-05-22 16:07:30', 1, '', 441, '93fcf7d9-7dcb-4344-bd29-53d5676aa169', '', '', '', '', ''), +(511, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (h)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:26:43', '2015-05-22 16:07:35', 1, '', 442, '942b152c-8480-482b-b9b5-b37ae5c01062', '', '', '', '', ''), +(512, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (i)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:26:53', '2015-05-22 16:07:38', 1, '', 443, 'e2b18167-058d-4f36-9576-28ca15a6af17', '', '', '', '', ''), +(513, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (j)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:28:58', '2015-05-22 16:07:42', 1, '', 444, '0b0eb245-4c36-440b-82ea-c28501384871', '', '', '', '', ''), +(514, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (k)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:29:13', '2015-05-22 16:07:46', 1, '', 445, '21ba090b-448a-40c5-b4a7-5fcd12b1de78', '', '', '', '', ''), +(515, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (l)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:29:22', '2015-05-22 16:07:50', 1, '', 436, 'ed1208fb-a1ff-409d-9656-c7518892c884', '', '', '', '', ''), +(516, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (m)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:29:35', '2015-05-22 16:07:54', 1, '', 435, '048d2d76-505c-4cc9-b2d7-219d4b3f0bff', '', '', '', '', ''), +(517, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (join)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:29:57', '2015-05-23 12:03:02', 1, '', 94, '9f78bdc9-0297-409a-b877-78749b864e92', '', '', '', '', ''), +(518, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (o)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:30:22', '2015-05-23 12:02:28', 1, '', 95, 'f3313652-2750-4911-81d9-3356b232822d', '', '', '', '', ''), +(519, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (p)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:30:33', '2015-05-22 16:08:07', 1, '', 427, '7e0b4649-0d0d-4933-aa6f-5c9f9a29ad79', '', '', '', '', ''), +(520, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (q)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:30:42', '2015-05-22 16:08:11', 1, '', 428, '132d5599-ae8e-4901-bfdd-85f6e4380234', '', '', '', '', ''), +(521, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (r)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:30:55', '2015-05-22 16:08:15', 1, '', 429, 'b5352477-9cd5-43b4-9913-cd5193e26172', '', '', '', '', ''), +(522, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (s)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:31:05', '2015-05-22 16:08:19', 1, '', 430, 'a1219c9a-3efc-487e-aa3b-8351d1983c7e', '', '', '', '', ''), +(523, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (t)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:31:13', '2015-05-22 16:08:23', 1, '', 425, '89c310ce-a577-44c6-bd6a-2da097f2f495', '', '', '', '', ''), +(524, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (u)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:31:26', '2015-05-22 16:08:27', 1, '', 431, '35c853bd-8d75-4d69-ac0c-31b7717bb8f2', '', '', '', '', ''), +(525, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (v)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:31:35', '2015-05-22 16:08:31', 1, '', 432, 'be6e8d01-6205-4c56-b193-96082e4ea59b', '', '', '', '', ''), +(526, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (w)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:31:43', '2015-05-22 16:08:36', 1, '', 433, '6e3f2029-0183-4d7c-bfa6-3a3a9b1bc60e', '', '', '', '', ''), +(527, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (x)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:31:52', '2015-05-22 16:08:40', 1, '', 434, '164e8a30-d61f-4c62-80ec-901e6f9c14f7', '', '', '', '', ''), +(528, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (y)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:32:00', '2015-05-22 16:08:45', 1, '', 417, 'ee8ef284-028c-42de-b74a-ce74dc5fb602', '', '', '', '', ''), +(529, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Table Type (z)', 'NOT NULL', '', 11, '\"\"', -2, '2015-05-22 13:32:09', '2015-05-22 16:08:50', 1, '', 446, '5cc1efdd-6674-48f3-bcd1-6af54d8566df', '', '', '', '', ''), +(530, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (get Calculation)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-22 14:56:07', '2019-07-08 14:14:17', 4, '', 387, '9b6768ae-8d6a-461e-9b41-61d49431a401', '', '', '', '', ''), +(531, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Add Calculation', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-22 15:05:18', '2015-08-25 21:15:22', 1, '', 516, '6e7bb46d-fda5-46b8-b08e-31a2e6884e24', '', '', '', '', ''), +(532, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'get Custom Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-22 20:00:51', '2015-08-25 21:15:22', 1, '', 517, '6c486f71-abfd-49c7-91e2-165f594fa658', '', '', '', '', ''), +(533, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Storing Type', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-23 09:32:42', '2015-09-10 12:04:00', 3, '', 415, 'ec5cdd76-9272-4659-a38d-2bcead2253b9', '', '', '', '', ''), +(534, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Filter Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-23 11:22:17', '2015-09-13 03:09:50', 5, '', 518, 'e95e58dd-5b30-4b49-ac87-7960f6a0a740', '', '', '', '', ''), +(535, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'State Key', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-23 11:25:28', '2015-08-25 21:15:22', 3, '', 524, 'd705fb25-b0e9-4be3-9278-d9d88b8a3053', '', '', '', '', ''), +(536, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Table Key', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-23 11:26:47', '2015-08-25 21:15:22', 1, '', 520, '95fad76d-0b02-4fcf-b0cd-1feba80942e1', '', '', '', '', ''), +(537, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'AS Keys (b to zz)', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-23 12:44:47', '2015-08-25 21:15:22', 2, '', 526, '160e0e73-b8c4-4f97-9685-83c50cbc60e7', '', '', '', '', ''), +(538, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Jount DB Table', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-23 12:50:59', '2020-06-05 00:59:40', 4, '', 93, '6c75d3ff-93aa-493b-b25c-733e78408fa2', '', '', '', '', ''), +(539, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Filter Query', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-23 12:54:41', '2020-07-26 15:42:12', 5, '', 74, 'bf2293c7-5c8b-4b77-a880-c63ca4777e3e', '', '', '', '', ''), +(540, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Main Data Source', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-23 14:26:09', '2015-08-25 21:15:22', 2, '', 527, '1709c1a3-b26a-4e78-82f9-ff05a08738c9', '', '', '', '', ''), +(541, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Comparison Operators (sql)', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-24 00:11:11', '2015-08-25 21:15:22', 2, '', 528, '4a0047f4-c51c-40f7-875b-501d507b2880', '', '', '', '', ''), +(542, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Calculation (item)', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-25 13:03:02', '2015-08-25 21:15:22', 1, '', 529, '255d7bc4-6516-4ec1-af26-3d135dcb231d', '', '', '', '', ''), +(543, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Calculation (items)', 'NOT NULL', '', 14, '\"\"', 1, '2015-05-25 13:05:03', '2015-08-25 21:15:22', 2, '', 530, 'a8d7033a-d0a4-416e-b0f3-c3e0436076eb', '', '', '', '', ''), +(544, 1, '', 1, '', 'I2pmb3JtX2R5bmFtaWNfZ2V0X2Noem4gew0Kd2lkdGg6IDEwMCUgIWltcG9ydGFudDsNCn0NCi5qZm9ybV9keW5hbWljX2dldF9pbnB1dF93aWR0aCB7DQp3aWR0aDogOTAlICFpbXBvcnRhbnQ7DQp9', '', '', '', 11, '', 'INT', 2, 'alF1ZXJ5KCcjamZvcm1fZHluYW1pY19nZXQnKS5jbG9zZXN0KCcuaW5wdXQtYXBwZW5kJykuYWRkQ2xhc3MoJ2pmb3JtX2R5bmFtaWNfZ2V0X2lucHV0X3dpZHRoJyk7', '', 'Dynamic Get (dynamic - not required)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.gettype\'),array(\'###ID###\',\'###CODE_TEXT###\',\'type\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\\n\\\\t\\\\t\\\\t$model = ###Component###Helper::getModel(\'dynamic_gets\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$type = $model->selectionTranslation($item->type,\'gettype\');\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . JText::_($type) . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\"\\r\\n\\/>\"', 1, '2015-05-26 12:29:44', '2017-11-22 21:42:37', 12, '', 410, '5087f379-710b-4e76-9b9d-86b842933991', '', '', '', '', ''), +(545, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Value Key', 'NOT NULL', '', 24, '\"fieldvalue\\\"\\n\\/>\"', 1, '2015-05-27 12:59:02', '2019-06-29 21:07:59', 3, '', 523, 'b05cb6a3-0404-49b4-a9e1-dc35df986c27', '', '', '', '', ''), +(546, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Where Query', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-27 12:59:39', '2017-09-25 11:15:00', 3, '', 532, '81466df0-3571-45cf-b520-cee2a9f5e03b', '', '', '', '', ''), +(547, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Return Row Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-05-27 15:41:41', '2015-08-25 21:15:22', 2, '', 534, '00f0eb0d-83e8-4dc7-bf56-e069382df691', '', '', '', '', ''), +(548, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Variable Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-27 16:02:09', '2015-08-25 21:15:22', 1, '', 519, '561075ec-b48d-45de-8885-59fc2a666222', '', '', '', '', ''), +(549, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Table Key Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-27 16:30:50', '2015-08-25 21:15:22', 4, '', 522, 'f4114d7b-927b-44e5-9fa4-b13a0602e5a1', '', '', '', '', ''), +(550, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Set Type', 'NOT NULL', '', 17, '\"\"', 1, '2015-05-27 16:33:02', '2019-04-26 00:48:56', 4, '', 521, 'a922f078-c085-4005-85ff-001e9f4369bf', '', '', '', '', ''), +(551, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Globals', 'NOT NULL', '', 35, '\"\"', 1, '2015-05-27 16:34:43', '2017-09-25 11:16:58', 4, '', 533, 'fa2f73d6-8427-47de-abd8-4290da426b49', '', '', '', '', ''), +(552, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (custom get)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-27 16:49:50', '2019-07-08 14:14:24', 4, '', 535, '8aba2f06-8fd1-4256-add5-1e233e581315', '', '', '', '', ''), +(553, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Template', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-28 19:48:10', '2019-07-08 14:14:31', 5, '', 366, '7b57c7ca-f4e8-4358-948a-987b1f36b3fb', '', '', '', '', ''), +(554, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Name in Code (alias)', 'NOT NULL', '', 24, '\"\"', 1, '2015-05-28 21:14:01', '2017-02-03 23:33:38', 3, '', 536, '477832a1-7a25-4774-ad1a-4ff69ed4b374', '', '', '', '', ''), +(555, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'Default Tmpl', 'NOT NULL', 2, 8, '\"\"', 1, '2015-05-29 23:03:51', '2020-08-18 05:34:43', 5, '', 365, '6e214a72-6c96-40c0-abf3-5f09116d3018', '', '', '', '', ''), +(556, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Site Views', 'NOT NULL', '', 35, '\"\"', 1, '2015-06-01 11:40:11', '2020-05-28 20:12:17', 9, '', 537, '8e225dcd-4e2b-464b-a9f3-b7d39d67de84', '', '', '', '', ''), +(557, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Site View (dynamic)', 'NOT NULL', '', 6, '\"\"', 1, '2015-06-01 11:44:48', '2024-01-26 09:39:26', 8, '', 538, 'c93bcce5-7c16-4cd6-bede-61d8c1da9e9c', '', '', '', '', ''), +(558, 1, '', 1, '', 'I2pmb3JtX21haW5fZ2V0X2Noem4gew0Kd2lkdGg6IDEwMCUgIWltcG9ydGFudDsNCn0NCi5qZm9ybV9tYWluX2dldF9pbnB1dF93aWR0aCB7DQp3aWR0aDogOTAlICFpbXBvcnRhbnQ7DQp9', '', '', '', 11, '', 'INT', 2, 'alF1ZXJ5KCcjamZvcm1fbWFpbl9nZXQnKS5jbG9zZXN0KCcuaW5wdXQtYXBwZW5kJykuYWRkQ2xhc3MoJ2pmb3JtX21haW5fZ2V0X2lucHV0X3dpZHRoJyk7', '', 'Main Get (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.gettype\'),array(\'###ID###\',\'###CODE_TEXT###\',\'type\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n\\\\t\\\\t$query->where(\'( \'.$db->quoteName(\'a.gettype\') . \' = 1 OR \' . $db->quoteName(\'a.gettype\') . \' = 2 )\');\\\\n\\\\t\\\\t$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$model = ###Component###Helper::getModel(\'dynamic_gets\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$type = $model->selectionTranslation($item->type,\'gettype\');\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . JText::_($type) . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\"\\r\\n\\/>\"', 1, '2015-06-01 22:00:07', '2017-11-22 21:38:11', 10, '', 402, 'd20027fe-4e74-4261-9bf2-7e573a3e883b', '', '', '', '', ''), +(559, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Custom Get (dynamic)', 'NOT NULL', '', 6, '\"\"', 1, '2015-06-01 22:02:10', '2024-03-26 13:25:02', 11, '', 403, 'bed7693b-ccd1-4803-b065-5e20fac13881', '', '', '', '', ''), +(560, 1, '', 1, '', 'I2pmb3JtX2R5bmFtaWNfZ2V0X2Noem4gew0Kd2lkdGg6IDEwMCUgIWltcG9ydGFudDsNCn0NCi5qZm9ybV9keW5hbWljX2dldF9pbnB1dF93aWR0aCB7DQp3aWR0aDogOTAlICFpbXBvcnRhbnQ7DQp9', '', '', '', 11, '', 'INT', 2, 'alF1ZXJ5KCcjamZvcm1fZHluYW1pY19nZXQnKS5jbG9zZXN0KCcuaW5wdXQtYXBwZW5kJykuYWRkQ2xhc3MoJ2pmb3JtX2R5bmFtaWNfZ2V0X2lucHV0X3dpZHRoJyk7', '', 'Dynamic Get (snippet)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.gettype\'),array(\'###ID###\',\'###CODE_TEXT###\',\'type\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$model = ###Component###Helper::getModel(\'dynamic_gets\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$type = $model->selectionTranslation($item->type,\'gettype\');\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . JText::_($type) . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_17=\\\"\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\"\\r\\n\\/>\"', 1, '2015-06-01 22:51:20', '2017-11-22 21:42:34', 6, '', 404, 'c37aa662-719c-4ed5-bbf2-e36672a3ce33', '', '', '', '', ''), +(561, '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'Note - Add PHP Language String', 'NOT NULL', '', 14, '\"<?php echo JText::_('Text'); ?><\\/code>
\\r\\n<?php echo JText::sprintf('Hello %s', $this->user->name); ?><\\/code>
\\r\\nJust get UPPERCASE language string:<\\/b>
\\r\\n<?php echo JustTEXT::_('Text'); ?><\\/code>\\\"\\n\\theading=\\\"h4\\\"\\n\\/>\"', 1, '2015-06-03 15:23:13', '2022-02-02 13:35:21', 15, '', 539, 'edaac8c1-d2df-4e51-9d48-e1d7259984a3', '', '', '', '', ''), +(562, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (helper_site)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-06-07 22:39:33', '2019-07-08 14:14:42', 4, '', 540, 'f4134f92-7dc5-4729-9a16-bfaa51de27f9', '', '', '', '', ''), +(563, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (helper_site Class)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-07 22:39:54', '2015-08-25 21:15:22', 2, '', 548, 'ff624860-89db-4465-97f1-962bf09dcc9f', '', '', '', '', ''), +(564, '', '', '', '', '', '', '', '', 11, '', 'TINYINT', 2, '', '', 'Site Menu', 'NOT NULL', '', 3, '\"\"', 1, '2015-06-09 19:58:37', '2019-06-11 12:15:59', 3, '', 549, '5ad1beb3-ad4c-4704-a1fd-be7045e3478a', '', '', '', '', ''), +(565, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (custom view script)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-10 14:53:09', '2015-08-25 21:15:22', 2, '', 547, '8b09aaf9-546c-4f03-8b1f-3170ba4b5491', '', '', '', '', ''), +(566, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (custom HtmlView display)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-10 14:54:17', '2015-08-25 21:15:22', 4, '', 541, '32564da8-5599-4577-bd93-fd425179612f', '', '', '', '', ''), +(567, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP site (JViewLegacy)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-06-10 14:58:22', '2019-07-08 14:14:49', 4, '', 373, 'ffecfa82-c326-4703-9cc3-69d6f313bd32', '', '', '', '', ''), +(568, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP site (JViewLegacy display)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-06-10 14:59:59', '2019-07-08 14:14:54', 3, '', 374, '96963615-e3bb-4d37-83df-4ad3fca74536', '', '', '', '', ''), +(569, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (custom HtmlView methods)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-10 15:02:24', '2015-08-25 21:15:22', 1, '', 542, '6ce6e81e-5cdf-4ea2-83b5-acde779f4297', '', '', '', '', ''), +(570, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Dynamic Form Defaults', 'NOT NULL', 2, 25, '\"\"', 1, '2015-06-10 15:05:19', '2015-09-10 20:52:04', 7, '', 375, 'ca21f915-1d35-4f68-9879-80e391bbd3e7', '', '', '', '', ''), +(571, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'AS Keys (a to zz)', 'NOT NULL', '', 11, '\"\"', 1, '2015-06-17 22:44:24', '2015-08-25 21:15:22', 1, '', 525, '8f757b39-5e0e-4831-8a71-1457db9e2e95', '', '', '', '', ''), +(572, '', '', '', '', '', '', '', '', 10, '', 'CHAR', '', '', '', 'Order Direction', 'NOT NULL', '', 11, '\"\"', 1, '2015-06-17 22:50:44', '2020-05-20 12:46:58', 3, '', 550, '01abb509-e141-4032-bdbd-07984e9c9185', '', '', '', '', ''), +(573, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Ordering Query', 'NOT NULL', '', 35, '\"\"', 1, '2015-06-17 22:52:36', '2017-09-25 11:10:54', 3, '', 531, '007dc9f8-9b06-4211-83c9-4134b23d6561', '', '', '', '', ''), +(574, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (add_php_document (use))', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-18 23:29:38', '2016-04-22 21:02:33', 3, '', 546, '46fa9c1e-5aa3-41ff-8f02-e9a80252ad9f', '', '', '', '', ''), +(575, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add CSS (custom document script)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-18 23:30:49', '2015-08-25 21:15:22', 1, '', 545, '4a8003fa-7458-405e-90d3-7728b1af9e86', '', '', '', '', ''), +(576, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add JS (custom document script)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-18 23:31:10', '2015-08-25 21:15:22', 1, '', 544, 'f76ffc06-f4c9-417e-8584-bc2f65184d18', '', '', '', '', ''), +(577, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (php_document)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-06-18 23:33:02', '2019-07-08 14:15:00', 4, '', 371, 'e4d3c22b-1297-450b-8108-c389f834e354', '', '', '', '', ''), +(578, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'CSS site (Document)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-06-18 23:38:14', '2019-07-08 14:15:05', 4, '', 372, 'fd03122f-8c74-468a-8f8c-704e927c3b65', '', '', '', '', ''), +(579, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'JS site (Document)', 'NOT NULL', 2, 8, '\"add custom JS script to the document method. You can add in PHP like this: ".$var."<\\/small>\\\"\\n\\tdescription=\\\"JS script to the document method.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"javascript\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-06-18 23:38:47', '2019-07-08 14:15:12', 4, '', 376, 'ccb3cb86-8403-4494-a284-ce1fb782f0af', '', '', '', '', ''), +(580, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (add_php_document)', 'NOT NULL', '', 17, '\"\"', 1, '2015-06-18 23:48:18', '2016-04-22 21:02:04', 2, '', 543, '15c8ad75-bf8e-47d7-9677-0db134def495', '', '', '', '', ''), +(581, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'View Link', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-07 16:54:38', '2017-10-26 01:55:42', 4, '', 406, '2bbfc15f-0aad-4f00-a433-bc44d9e58710', '', '', '', '', ''), +(582, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Worldzone', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 13:59:48', '2015-08-25 21:15:22', 1, '', 562, '2a224445-e487-4993-81b0-2c336340e10b', '', '', '', '', ''), +(583, '', '', '', '', '', '', '', '', 7, '', 'CHAR', 2, '', '', 'Code Three (country)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:03:26', '2015-08-25 21:15:22', 5, '', 561, '95f46f99-0909-4a47-879b-ede06ef35fb8', '', '', '', '', ''), +(584, '', '', '', '', '', '', '', '', 7, '', 'CHAR', 2, '', '', 'Code Two (country)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:05:40', '2015-08-25 21:15:22', 4, '', 560, '2039d1c3-162c-401c-96fe-f127683ee3fe', '', '', '', '', ''), +(585, '', '', '', '', '', '', '', '', 7, '', 'CHAR', 2, '', '', 'Currency (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-09 14:15:44', '2015-08-25 21:15:22', 4, '', 559, '4b89a17d-d15e-4817-9318-9c23cc959315', '', '', '', '', ''), +(586, '', '', '', '', '', '', '', '', 7, '', 'CHAR', 1, '', '', 'Code Three (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:33:44', '2015-08-25 21:15:22', 1, '', 558, '59f0d051-768e-41de-87a0-f47551f7d0d1', '', '', '', '', ''), +(587, '', '', '', '', '', '', '', '', 10, '', 'INT', 2, '', '', 'Numeric Code (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:40:52', '2015-08-25 21:15:22', 3, '', 557, '40da896f-5054-4bb2-aa58-1cdfb391f544', '', '', '', '', ''), +(588, '', '', '', '', '', '', '', '', 11, '', 'CHAR', '', '', '', 'Symbol (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:44:24', '2015-08-25 21:15:22', 1, '', 556, 'c9a4c765-a0f9-42da-8fa9-df41ab70c448', '', '', '', '', ''), +(589, '', '', '', '', '', '', '', '', 7, '', 'INT', '', '', '', 'Decimalplace (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:48:07', '2015-08-25 21:15:22', 2, '', 551, '09fec39d-831c-4070-9c3e-3e28c6479941', '', '', '', '', ''), +(590, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Decimalsymbol (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:50:01', '2015-08-25 21:15:22', 1, '', 552, '38272246-7bae-413a-99fb-80ac67129596', '', '', '', '', ''), +(591, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Thousands (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:53:46', '2015-08-25 21:15:22', 1, '', 553, '345acfce-8f6d-4e31-b36b-2edd500edd25', '', '', '', '', ''), +(592, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Positivestyle (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 14:59:38', '2015-08-25 21:15:22', 2, '', 554, 'bb56bfa9-ed4d-4285-9706-afb487f54e46', '', '', '', '', ''), +(593, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Negativestyle (currency)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 15:01:22', '2015-08-25 21:15:22', 1, '', 555, '9fc08beb-c861-4af4-997d-58a2c4874271', '', '', '', '', ''), +(594, '', '', '', '', '', '', '', '', 1, '', 'INT', 2, '', '', 'Causes/Risk Categories', 'NOT NULL', '', 2, '\"\"', 1, '2015-07-09 18:16:52', '2015-08-25 21:15:22', 4, '', 563, '840cd7a1-9664-4599-867b-0a790b76e750', '', '', '', '', ''), +(595, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Import Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-09 18:22:10', '2015-08-25 21:15:22', 1, '', 564, '677c13a8-4630-4466-9a53-0e4e63be6262', '', '', '', '', ''), +(597, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Articles (joomla)', 'NOT NULL', '', 6, '\"\"', 1, '2015-07-13 22:43:55', '2024-03-26 13:24:30', 6, '', 565, 'f312a8f7-34b9-4731-af00-3ff2092c65b9', '', '', '', '', ''), +(598, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Help Content', 'NOT NULL', '', 8, '\"\"', 1, '2015-07-13 23:06:24', '2019-07-08 14:15:33', 2, '', 122, '8b9665d1-f1d9-4d7e-bc2c-72479bf4686f', '', '', '', '', ''), +(599, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Groups (multi)', 'NOT NULL', 1, 29, '\"\"', 1, '2015-07-13 23:10:19', '2015-09-25 17:03:00', 5, '', 50, '59a0cad6-26cc-43b6-8af8-2242eb595d76', '', '', '', '', ''), +(600, '', '', '', '', '', '', '', '', 255, '', 'CHAR', '', '', '', 'List of Admin Views', 'NOT NULL', '', 31, '\"\"', 1, '2015-07-13 23:21:47', '2015-08-25 21:15:22', 3, '', 566, '9c49e1b0-2083-432e-a837-c8c7ef790cbf', '', '', '', '', ''), +(601, '', '', '', '', '', '', '', '', 255, '', 'CHAR', '', '', '', 'List of Site Views', 'NOT NULL', '', 31, '\"\"', 1, '2015-07-13 23:22:25', '2015-08-25 21:15:22', 3, '', 566, 'f3de6de1-8f27-4cec-ab59-27d145c4cc91', '', '', '', '', ''), +(602, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Help Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-07-13 23:24:51', '2015-08-25 21:15:22', 3, '', 244, '8487b70c-4a32-46ba-aacb-ea07a1e3d278', '', '', '', '', ''), +(603, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Location (site,admin)', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-13 23:34:24', '2015-08-25 21:15:22', 3, '', 244, '0d06a4f6-acd5-4acc-8a3f-28813de178ac', '', '', '', '', ''), +(604, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Target Options', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-14 20:16:12', '2015-08-25 21:15:22', 2, '', 70, '5810dc57-35ac-436e-88ff-117e1f501e67', '', '', '', '', ''), +(605, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Country (dynamic - giz)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n\\\\t\\\\tif (!$user->authorise(\'core.options\', \'com_###component###\'))\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$countries = ###Component###Helper::hisCountries($user->id);\\\" \\r\\n\\ttype_php_6=\\\"\\\\tif (###Component###Helper::checkArray($countries))\\\\n\\\\t\\\\t\\\\t{\\\" \\r\\n\\ttype_php_7=\\\"\\\\t\\\\t$countries = implode(\',\',$countries);\\\\n\\\\t\\\\t\\\\t\\\\t\\/\\/ only load this users companies\\\\n\\\\t\\\\t\\\\t\\\\t$query->where(\'a.id IN (\' . $countries . \')\');\\\\n\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\\\t\\/\\/ dont allow user to see any countries\\\" \\r\\n\\ttype_php_9=\\\"\\\\t\\\\t$query->where(\'a.id = -4\');\\\\n\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t}\\\" \\r\\n\\ttype_php_10=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_11=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_12=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_13=\\\"$options = array();\\\" \\r\\n\\ttype_php_14=\\\"if ($items)\\\" \\r\\n\\ttype_php_15=\\\"{\\\\n\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select a country\');\\\"\\r\\n\\ttype_php_16=\\\"\\\\tforeach($items as $item)\\\\n\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_17=\\\"\\\\t}\\\\n\\\\t\\\\t}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-15 23:44:46', '2016-01-13 15:32:22', 9, '', 567, '93a3a939-fccb-433f-8e87-9a44bae1983c', '', '', '', '', ''), +(606, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Public Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-15 23:52:33', '2015-08-25 21:15:22', 2, '', 4, 'e6b9fbda-c7db-4346-adc1-5724b3c0e3b3', '', '', '', '', ''), +(607, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Public Email', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-15 23:56:49', '2015-08-25 21:15:22', 1, '', 204, 'c05f5279-99ca-47b3-9400-c7f7ef7b115a', '', '', '', '', ''), +(608, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', '', '', '', 'Public Phone', 'NOT NULL', '', 23, '\"\"', 1, '2015-07-15 23:59:29', '2018-06-22 21:16:00', 4, '', 7, '866534e1-c9a3-41b0-bfa3-12c04d131200', '', '', '', '', ''), +(609, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Public Address', 'NOT NULL', '', 8, '\"\"', 1, '2015-07-16 00:02:01', '2015-08-25 21:15:22', 1, '', 568, 'f675cb18-7a5f-4659-8044-575d7c895b77', '', '', '', '', ''), +(610, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Public Contact Details', 'NOT NULL', '', 14, '\"\"', 1, '2015-07-16 00:04:50', '2015-08-25 21:15:22', 1, '', 35, '3db01427-c7a0-4137-aa3e-6010f527387d', '', '', '', '', ''), +(611, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Country Default Values', 'NOT NULL', '', 14, '\"\"', 1, '2015-07-16 00:06:13', '2015-08-25 21:15:22', 1, '', 35, '9fc869ac-fd44-4a39-85ce-8d0f4b43cf2a', '', '', '', '', ''), +(612, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Profile Status', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-16 00:16:20', '2015-08-25 21:15:22', 3, '', 569, 'fc740ac5-8e3a-4fd3-b3ec-a9ae9bfbea68', '', '', '', '', ''), +(613, '', '', '', '', '', '', '', '', 7, '', 'CHAR', 2, '', '', 'Data Year (list 2010-2024)', 'NOT NULL', '', 11, '\"\"', 1, '2015-07-16 00:38:15', '2015-08-25 21:15:22', 2, '', 570, '39c9d15c-9ec3-41c4-9640-6edc9d74d933', '', '', '', '', ''), +(614, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Causes/Risks (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.ref\'),array(\'###ID###\',\'###CODE_TEXT###\',\'ref\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.ref ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$ref = explode(\'.\',$item->ref);\\\\n\\\\t\\\\t\\\\t\\\\t$key = explode(\'.0\',$item->ref);\\\\n\\\\t\\\\t\\\\t\\\\t$key = implode(\'.\',$key);\\\\n\\\\t\\\\t\\\\t\\\\t$spacer = array();\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\tforeach ($ref as $nr => $space)\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tif ($nr > 1)\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$spacer[] = \'|—\';\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\tif (###Component###Helper::checkArray($spacer))\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, implode(\'\',$spacer).\' \'.$item->###CODE_TEXT###.\' (\'.$key.\')\');\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###.\' (\'.$key.\')\');\\\\n\\\\t\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-16 00:44:33', '2015-09-27 05:47:40', 12, '', 571, '743bb947-6d5a-4f95-be1c-654e14a66d4d', '', '', '', '', ''), +(615, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Age Group (list)', 'NOT NULL', '', 11, '\"\"', 1, '2015-07-16 00:50:00', '2015-08-25 21:15:22', 2, '', 572, '9b738cea-f897-425c-ad47-bc1705f75bea', '', '', '', '', ''), +(616, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Number', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 00:58:20', '2015-08-25 21:15:22', 1, '', 573, '6cf71246-7b9c-4f45-b526-21976d14cc92', '', '', '', '', ''), +(617, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Males Death', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-16 01:02:03', '2015-08-25 21:15:22', 3, '', 533, '31b8d5a1-64a6-45e6-878e-11ecaa6b469f', '', '', '', '', ''), +(618, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Females Death', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-16 01:03:00', '2015-08-25 21:15:22', 2, '', 533, 'fab04e1c-009b-4e7b-8eba-2dc23bfb14fd', '', '', '', '', ''), +(619, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Females YLD', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-16 01:03:43', '2015-08-25 21:15:22', 2, '', 533, '013e054a-26d0-483f-ba40-fe266ed3e6ef', '', '', '', '', ''), +(620, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Males YLD', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-16 01:04:38', '2015-08-25 21:15:22', 2, '', 533, '12cc3049-2f26-4bf2-89a4-237d6a844756', '', '', '', '', ''), +(621, '', '', '', '', '', '', 1, '', 7, '', 'CHAR', '', '', '', 'Absenteeism scaling factor Males', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 01:27:03', '2016-04-04 17:18:02', 5, '', 574, '06d755d3-c18c-47a2-9509-69174d63876b', '', '', '', '', ''), +(622, '', '', '', '', '', '', 1, '', 7, '', 'CHAR', '', '', '', 'Absenteeism scaling factor Females', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 01:27:52', '2016-04-04 17:18:28', 4, '', 574, 'da82cdf5-15f0-45b2-b5e7-0678780a50f0', '', '', '', '', ''), +(623, '', '', '', '', '', '', 1, '', 7, '', 'CHAR', '', '', '', 'mortality scaling factor Males', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 01:29:40', '2015-10-01 20:21:18', 3, '', 574, 'd1e0c4ca-2326-493b-85a2-77397b18d9fe', '', '', '', '', ''), +(624, '', '', '', '', '', '', 1, '', 7, '', 'CHAR', '', '', '', 'mortality scaling factor Females', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 01:30:20', '2015-10-01 20:21:26', 3, '', 574, '39267dbf-fb69-47b7-8a47-d689d4bb520c', '', '', '', '', ''), +(625, '', '', '', '', '', '', 1, '', 7, '', 'CHAR', '', '', '', 'presenteeism scaling factor Females', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 01:31:17', '2015-10-01 20:21:34', 3, '', 574, '37a35938-6951-4d07-9afa-2151a8f16794', '', '', '', '', ''), +(626, '', '', '', '', '', '', 1, '', 7, '', 'CHAR', '', '', '', 'presenteeism scaling factor Males', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 01:31:58', '2015-10-01 20:21:41', 3, '', 574, '0bfb7418-decf-4efc-8542-9ae5e6c77e5f', '', '', '', '', ''), +(627, 1, '', 1, '', 'LnRleHRfYXJlYXsNCgloZWlnaHQ6IDIwMHB4Ow0KCXdpZHRoOiAxMDAlOw0KfQ==', '', '', '', 255, '', 'VARCHAR', '', 'Ly8gYWRkIHRoZSBjYWxjdWxhdG9yIGJ1dHRvbg0KdmFyIGNhbF9idXR0b24gPSAnPGJyIC8+PGJyIC8+PGEgY2xhc3M9ImJ0biBidG4tc21hbGwgYnRuLXN1Y2Nlc3MiIGhyZWY9Imh0dHBzOi8vd3d3LnN0YWZmaGVhbHRoY2JwLmNvbS9kb3dubG9hZC9TY2FsaW5nX0ZhY3Rvcl9DYWxjdWxhdG9yX0NCUFRfM18wLnhsc3giPiA8c3BhbiBjbGFzcz0iaWNvbi1kb3dubG9hZCBpY29uLXdoaXRlIj48L3NwYW4+IENhbGN1bGF0b3IgPC9hPic7DQpqUXVlcnkoJyNqZm9ybV9jYXVzZXJpc2snKS5jbG9zZXN0KCcuY29udHJvbHMnKS5hcHBlbmQoY2FsX2J1dHRvbik7', '', 'Reference (scaling factors)', 'NOT NULL', '', 25, '\"\"', 1, '2015-07-16 01:46:08', '2016-08-16 11:43:25', 5, '', 575, 'eb0456b5-c2f1-4d7f-9ca3-70f1ea5e1d46', '', '', '', '', ''), +(628, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', 2, '', '', 'Causes/Risks (ref)', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-16 02:01:46', '2015-08-25 21:15:22', 2, '', 576, '86b3f745-a30b-4c8f-9482-a4cf0b14279c', '', '', '', '', ''), +(629, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Member Data Year (dynamic)', 'NOT NULL', '', 6, '\"input;\\\\n\\\\t\\\\t$client = $jinput->get(\'id\', 0, \'INT\');\\\\n\\\\t\\\\t$countries = ###Component###Helper::hisCountries(null,$client,\'company\');\\\\n\\\\t\\\\t$db = JFactory::getDBO();\\\" \\r\\n\\ttype_php_2=\\\"$query = $db->getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n\\\\t\\\\tif (###Component###Helper::checkArray($countries)) \\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$query->where($db->quoteName(\'a.country\') . \' IN (\' . implode(\',\',$countries) . \')\');\\\\n\\\\t\\\\t}\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$years = array();\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\tif (!###Component###Helper::checkArray($years) || !in_array($item->###ID###.\'_\'.$item->###TEXT###,$years))\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tif (!###Component###Helper::checkArray($countries) || $client == 0)\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$countryName = \' (\'. ###Component###Helper::getCountryName($item->###TEXT###).\')\';\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$countryName = \'\';\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###ID### .$countryName);\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$years[$item->###ID###] = $item->###ID###.\'_\'.$item->###TEXT###;\\\\n\\\\t\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-16 12:45:29', '2015-08-25 21:15:22', 21, '', 577, '5a2a586f-1521-40ef-ad40-c729c63a1c84', '', '', '', '', ''), +(630, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Users (Member)', 'NOT NULL', '', 7, '\"\\ttype=\\\"memberuser\\\" \\r\\n\\tname=\\\"user\\\" \\r\\n\\tlabel=\\\"User (Member)\\\" \\r\\n\\tdescription=\\\"\\\" \\r\\n\\tclass=\\\"\\\" \\r\\n\\trequired=\\\"false\\\" \\r\\n\\treadonly=\\\"\\\" \\r\\n\\tdisabled=\\\"\\\" \\r\\n\\tdefault=\\\"\\\" \\r\\n\\thint=\\\"select a member\\\" \\r\\n\\textends=\\\"user\\\" \\r\\n\\ttable=\\\"#__users\\\" \\r\\n\\tcomponent=\\\"com_users\\\" \\r\\n\\tview=\\\"###view###\\\" \\r\\n\\tviews=\\\"###views###\\\" \\r\\n\\tvalue_field=\\\"name\\\" \\r\\n\\tkey_field=\\\"id\\\" \\r\\n\\ttype_php_1=\\\"\\/\\/ set the groups array\\\" \\r\\n\\ttype_php_2=\\\"$groups = JComponentHelper::getParams(\'com_###component###\')->get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\/>\"', 1, '2015-07-16 16:58:35', '2015-08-25 21:15:22', 15, '', 578, '7e7e79f7-d610-4da7-8aed-9cf384be8455', '', '', '', '', ''), +(631, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'User (County)', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\" \\r\\n\\ttype_phpx_1=\\\"\\/\\/ To ensure that there is only one record per user\\\" \\r\\n\\ttype_phpx_2=\\\"\\/\\/ Get a db connection.\\\" \\r\\n\\ttype_phpx_3=\\\"$db = JFactory::getDbo();\\\" \\r\\n\\ttype_phpx_4=\\\"\\/\\/ Create a new query object.\\\" \\r\\n\\ttype_phpx_5=\\\"$query = $db->getQuery(true);\\\" \\r\\n\\ttype_phpx_6=\\\"\\/\\/ Select all records from the #__###component###_###view### table from ###CODE### column\\\".\\\" \\r\\n\\ttype_phpx_7=\\\"$query->select($db->quoteName(\'###CODE###\'));\\\" \\r\\n\\ttype_phpx_8=\\\"$query->from($db->quoteName(\'#__###component###_###view###\'));\\\" \\r\\n\\ttype_phpx_9=\\\"$db->setQuery($query);\\\" \\r\\n\\ttype_phpx_10=\\\"$db->execute();\\\" \\r\\n\\ttype_phpx_11=\\\"$found = $db->getNumRows();\\\" \\r\\n\\ttype_phpx_12=\\\"if ($found)\\\" \\r\\n\\ttype_phpx_13=\\\"{\\\" \\r\\n\\ttype_phpx_14=\\\"\\\\t\\/\\/ return all users already used\\\" \\r\\n\\ttype_phpx_15=\\\"\\\\treturn array_unique($db->loadColumn());\\\" \\r\\n\\ttype_phpx_16=\\\"}\\\" \\r\\n\\ttype_phpx_17=\\\"return null;\\\" \\r\\n\\/>\"', 1, '2015-07-16 17:02:05', '2015-08-25 21:15:22', 8, '', 578, 'aa51ead7-a208-4641-a15c-39d26f2d9874', '', '', '', '', ''), +(632, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'User (Service Provider)', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\" \\r\\n\\ttype_phpx_1=\\\"\\/\\/ To ensure that there is only one record per user\\\" \\r\\n\\ttype_phpx_2=\\\"\\/\\/ Get a db connection.\\\" \\r\\n\\ttype_phpx_3=\\\"$db = JFactory::getDbo();\\\" \\r\\n\\ttype_phpx_4=\\\"\\/\\/ Create a new query object.\\\" \\r\\n\\ttype_phpx_5=\\\"$query = $db->getQuery(true);\\\" \\r\\n\\ttype_phpx_6=\\\"\\/\\/ Select all records from the #__###component###_###view### table from ###CODE### column\\\".\\\" \\r\\n\\ttype_phpx_7=\\\"$query->select($db->quoteName(\'###CODE###\'));\\\" \\r\\n\\ttype_phpx_8=\\\"$query->from($db->quoteName(\'#__###component###_###view###\'));\\\" \\r\\n\\ttype_phpx_9=\\\"$db->setQuery($query);\\\" \\r\\n\\ttype_phpx_10=\\\"$db->execute();\\\" \\r\\n\\ttype_phpx_11=\\\"$found = $db->getNumRows();\\\" \\r\\n\\ttype_phpx_12=\\\"if ($found)\\\" \\r\\n\\ttype_phpx_13=\\\"{\\\" \\r\\n\\ttype_phpx_14=\\\"\\\\t\\/\\/ return all users already used\\\" \\r\\n\\ttype_phpx_15=\\\"\\\\treturn array_unique($db->loadColumn());\\\" \\r\\n\\ttype_phpx_16=\\\"}\\\" \\r\\n\\ttype_phpx_17=\\\"return null;\\\" \\r\\n\\/>\"', 1, '2015-07-16 17:03:34', '2015-08-25 21:15:22', 10, '', 578, '3de6761a-40e7-4098-a572-50a8c0fcf4cc', '', '', '', '', ''), +(633, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Member Departments', 'NOT NULL', '', 11, '\"\"', 1, '2015-07-16 17:09:36', '2015-08-25 21:15:22', 3, '', 579, 'cf502973-249c-4ddd-bf13-33955750a5a5', '', '', '', '', ''), +(634, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Departments (company)', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-16 17:43:22', '2015-08-25 21:15:22', 3, '', 579, 'f7f2f504-80f0-4c8e-8d88-0fa71dd62866', '', '', '', '', ''), +(635, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Items (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an item\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-16 21:10:16', '2015-08-25 21:15:22', 1, '', 580, '32eafdc4-2724-4036-b2e7-0789ab272af9', '', '', '', '', ''), +(636, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Warehouses (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\"\\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\"\\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\"\\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\"\\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\"\\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-16 21:23:51', '2015-08-25 21:15:22', 1, '', 581, 'dac24e2a-9b75-4e0d-ba84-299b49da6b77', '', '', '', '', ''), +(637, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Supplier (default)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select a supplier\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-07-16 21:29:43', '2016-09-01 20:22:59', 8, '', 582, '9d858080-7adc-40c9-87ca-7b1585e58f87', '', '', '', '', ''), +(638, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Service Provider (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"if (!$user->authorise(\'core.options\', \'com_###component###\'))\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$serviceProviders = ###Component###Helper::hisServiceProviders($user->id);\\\" \\r\\n\\ttype_php_7=\\\"\\\\tif (###Component###Helper::checkArray($serviceProviders))\\\\n\\\\t\\\\t\\\\t{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\\\t$serviceProviders = implode(\',\',$serviceProviders);\\\\n\\\\t\\\\t\\\\t\\\\t\\/\\/ only load this users service providers\\\" \\r\\n\\ttype_php_9=\\\"\\\\t\\\\t$query->where(\'a.id IN (\' . $serviceProviders . \')\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\t}\\\\n\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t\\\\t\\/\\/ don\'t allow user to see any service providers\\\\n\\\\t\\\\t\\\\t\\\\t$query->where(\'a.id = -4\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\t}\\\\n\\\\t\\\\t}\\\" \\r\\n\\ttype_php_13=\\\"$query->order(\'a.###TEXT### ASC\');\\\\n\\\\t\\\\t$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_14=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_15=\\\"$options = array();\\\\n\\\\t\\\\tif ($items)\\\" \\r\\n\\ttype_php_16=\\\"{\\\" \\r\\n\\ttype_php_17=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_18=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, JFactory::getUser($item->###CODE_TEXT###)->name);\\\" \\r\\n\\ttype_php_19=\\\"\\\\t}\\\\n\\\\t\\\\t}\\\\n\\\\t\\\\treturn $options;\\\" \\r\\n\\/>\"', 1, '2015-07-18 12:35:41', '2016-02-19 20:38:06', 14, '', 578, '5e664e13-8d9d-4ec8-b78e-134304e56d20', '', '', '', '', ''), +(639, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Company (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"if (!$user->authorise(\'core.options\', \'com_###component###\'))\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$companies = ###Component###Helper::hisCompanies($user->id);\\\" \\r\\n\\ttype_php_7=\\\"\\\\tif (###Component###Helper::checkArray($companies))\\\\n\\\\t\\\\t\\\\t{\\\" \\r\\n\\ttype_php_8=\\\"\\\\t\\\\t$companies = implode(\',\',$companies);\\\\n\\\\t\\\\t\\\\t\\\\t\\/\\/ only load this users companies\\\" \\r\\n\\ttype_php_9=\\\"\\\\t\\\\t$query->where(\'a.id IN (\' . $companies . \')\');\\\" \\r\\n\\ttype_php_10=\\\"\\\\t}\\\\n\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t\\\\t\\/\\/ dont allow user to see any companies\\\\n\\\\t\\\\t\\\\t\\\\t$query->where(\'a.id = -4\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\t}\\\\n\\\\t\\\\t}\\\" \\r\\n\\ttype_php_13=\\\"$query->order(\'a.###TEXT### ASC\');\\\\n\\\\t\\\\t$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_14=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_15=\\\"$options = array();\\\\n\\\\t\\\\tif ($items)\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$userIs = ###Component###Helper::userIs($user->id);\\\\n\\\\t\\\\t\\\\tif (3 == $userIs || $user->authorise(\'core.options\', \'com_###component###\'))\\\" \\r\\n\\ttype_php_16=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', 0, \'-- \'.JText::_(\'A Country\').\' --\');\\\\n\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_18=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_19=\\\"\\\\t}\\\\n\\\\t\\\\t}\\\\n\\\\t\\\\treturn $options;\\\" \\r\\n\\/>\"', 1, '2015-07-18 12:39:27', '2016-03-22 10:29:07', 14, '', 578, 'fad8c5aa-5885-4ae8-9f1d-755279d749c0', '', '', '', '', ''), +(640, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Work Days per/year', 'NOT NULL', '', 10, '\"\"', 1, '2015-07-20 11:02:48', '2015-08-25 21:15:22', 2, '', 583, 'a6080cb9-6284-4e85-a129-7bb1f3305307', '', '', '', '', ''), +(641, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Total Salary', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:05:25', '2015-08-25 21:15:22', 5, '', 584, 'd2d6ec71-f816-4aa0-aa72-30716a4f9582', '', '', '', '', ''), +(642, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Total Healthcare', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:08:51', '2015-08-25 21:15:22', 3, '', 584, 'e5172ff3-9e8f-4833-9ecc-9cacd9f25ac1', '', '', '', '', ''), +(643, '', '', 1, '', '', '', '', '', 64, '', 'VARCHAR', 2, 'Ly8gYWRkIHRoZSBjYWxjdWxhdG9yIGJ1dHRvbg0KdmFyIGNhbF9idXR0b24gPSAnIDxhIGNsYXNzPSJidG4gYnRuLXNtYWxsIGJ0bi1zdWNjZXNzIiBocmVmPSJodHRwczovL3d3dy5zdGFmZmhlYWx0aGNicC5jb20vZG93bmxvYWQvUHJvZHVjdGl2aXR5X0xvc3Nlc19DYWxjdWxhdG9yX1YxLnhsc3giPiA8c3BhbiBjbGFzcz0iaWNvbi1kb3dubG9hZCBpY29uLXdoaXRlIj48L3NwYW4+IENhbGN1bGF0b3IgPC9hPic7DQpqUXVlcnkoJyNqZm9ybV9wcm9kdWN0aXZpdHlfbG9zc2VzJykuY2xvc2VzdCgnLmNvbnRyb2xzJykuYXBwZW5kKGNhbF9idXR0b24pOw==', '', 'Medical Turnover Cost Factor', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-20 11:13:52', '2016-06-29 08:04:48', 6, '', 584, '98484d64-c651-43e5-bf2f-ec05b3cc1f84', '', '', '', '', ''), +(644, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Males', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:16:54', '2015-08-25 21:15:22', 2, '', 584, '7157e523-ea6b-4991-94fe-b3033f76bbea', '', '', '', '', ''), +(645, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Females', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:18:25', '2015-08-25 21:15:22', 2, '', 584, '7aad4891-0fe8-4978-a872-f1457b46ee18', '', '', '', '', ''), +(646, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Medical Turnovers Male', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:22:11', '2016-05-24 10:31:17', 4, '', 584, 'ee7cdf2c-c39f-48b5-ae6c-dd6947686da7', '', '', '', '', ''), +(647, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Medical Turnovers Female', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:22:47', '2016-05-24 10:30:48', 4, '', 584, '345d6961-a0ed-4900-9417-a923fc6a972f', '', '', '', '', ''), +(648, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Sick Leave Days Males', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:24:48', '2015-08-25 21:15:22', 2, '', 584, '0e6d8551-4b24-40f1-ab12-cd7ba0f3df47', '', '', '', '', ''), +(649, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Sick Leave Days Females', 'NOT NULL', 4, 24, '\"\"', 1, '2015-07-20 11:25:31', '2015-08-25 21:15:22', 2, '', 584, 'c6371e85-9819-4a32-b911-deafaae1fadc', '', '', '', '', ''), +(650, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Female Age Groups Percent', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-20 11:50:47', '2015-08-25 21:15:22', 2, '', 533, 'f6074d4d-1497-4b5e-9fb1-5af5a18309f6', '', '', '', '', ''), +(651, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Male Age Groups Percent', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-20 11:52:36', '2015-08-25 21:15:22', 2, '', 533, 'b3febc09-5825-4cdf-9cd1-63994baef3af', '', '', '', '', ''), +(652, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Cause/Risk only Advanced', 'NOT NULL', '', 14, '\"\"', 1, '2015-07-20 16:59:34', '2015-08-25 21:15:22', 2, '', 35, '8b4369b4-b384-43ea-8a2c-f8c827b5ff39', '', '', '', '', ''), +(653, '', '', '', '', '', '', '', '', 64, '', 'CHAR', 2, '', '', 'Member Data Year (dynamic)', 'NOT NULL', '', 6, '\"input;\\\\n\\\\t\\\\t$client = $jinput->get(\'id\', 0, \'INT\');\\\\n\\\\t\\\\t$country = ###Component###Helper::getClientCountryId($client);\\\\n\\\\t\\\\t$db = JFactory::getDBO();\\\" \\r\\n\\ttype_php_2=\\\"$query = $db->getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n\\\\t\\\\tif ($country) \\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$query->where($db->quoteName(\'a.country\') . \' = \' . (int) $country);\\\\n\\\\t\\\\t}\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\\n\\\\t\\\\t\\\\t$years = array();\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\tif (!###Component###Helper::checkArray($years) || !in_array($item->###ID###,$years))\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tif ($country)\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$countryName = \' (\'. ###Component###Helper::getCountryName($item->###TEXT###).\')\';\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$countryName = \'\';\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###ID### .$countryName);\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$years[$item->###ID###] = $item->###ID###;\\\\n\\\\t\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"$options = array_merge(parent::getOptions(), $options);\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', -2, '2015-07-20 17:09:51', '2015-07-19 21:29:32', 1, '', 577, 'ad2875e6-9578-48fb-b72c-5d7184009b29', '', '', '', '', ''), +(654, 1, '', 1, '', 'aW5wdXRbdHlwZT0iY2hlY2tib3giXSB7DQogICAgbWFyZ2luOiAgMCAhaW1wb3J0YW50Ow0KfQ==', '', '', '', '', '', 'TEXT', '', 'alF1ZXJ5KCcjYWRtaW5Gb3JtJykub24oJ2NoYW5nZScsICcjamZvcm1fY2F1c2Vzcmlza3MnLGZ1bmN0aW9uIChlKQ0Kew0KCS8vIGZpcnN0IHdlIGJ1aWxkIHRoZSBjaGVja2VkIGFycmF5DQoJY2hlY2tlZEFycmF5ID0gW107DQoJalF1ZXJ5KCcjamZvcm1fY2F1c2Vzcmlza3MgaW5wdXRbdHlwZT1jaGVja2JveF0nKS5lYWNoKGZ1bmN0aW9uKCkNCgl7DQoJCWlmIChqUXVlcnkodGhpcykuaXMoJzpjaGVja2VkJykpDQoJCXsNCgkJCWNoZWNrZWRBcnJheS5wdXNoKGpRdWVyeSgibGFiZWxbZm9yPSciK2pRdWVyeSh0aGlzKS5wcm9wKCdpZCcpKyInXSA+IHNwYW4iKS5wcm9wKCdpZCcpKTsNCgkJfQ0KCX0pOw0KCS8vIG5vdyB3ZSBjaGVjayBpZiBjaGlsZCBpcyBjaGVja2VkIGFuZCB1bmNoZWNrIHBlcmFudA0KCWpRdWVyeSgnI2pmb3JtX2NhdXNlc3Jpc2tzIGlucHV0W3R5cGU9Y2hlY2tib3hdJykuZWFjaChmdW5jdGlvbigpDQoJew0KCQlpZiAoalF1ZXJ5KHRoaXMpLmlzKCc6Y2hlY2tlZCcpKQ0KCQl7DQoJCQl2YXIgY2hlY2luZyA9IGpRdWVyeSgibGFiZWxbZm9yPSciK2pRdWVyeSh0aGlzKS5wcm9wKCdpZCcpKyInXSA+IHNwYW4iKS5wcm9wKCdpZCcpOw0KCQkJLy8gZmlyc3QgcmVtb3ZlIHRoaXMgY2hlY2tkIGl0ZW0gZnJvbSBhcnJheQ0KCQkJY2hlY2tlZEFycmF5Q2hlY2tlciA9IGpRdWVyeS5ncmVwKGNoZWNrZWRBcnJheSwgZnVuY3Rpb24odmFsdWUpIHsNCgkJCQlyZXR1cm4gdmFsdWUgIT0gY2hlY2luZzsNCgkJCX0pOw0KCQkJDQoJCQkvLyBub3cgdW5jaGVjayB0aGUgcGVyYW50IGNoZWNrYm94ZXMNCgkJCWpRdWVyeS5lYWNoKCBjaGVja2VkQXJyYXlDaGVja2VyLGZ1bmN0aW9uKGluZGV4LHZhbHVlKQ0KCQkJew0KCQkJCWlmIChjaGVjaW5nLmluZGV4T2YodmFsdWUpID49IDApDQoJCQkJew0KCQkJCQl2YXIgYmxvY2sgPSBqUXVlcnkoJyMnK3ZhbHVlKS5jbG9zZXN0KCdsYWJlbCcpLmZpbmQoJ2lucHV0JykucHJvcCgnaWQnKTsNCgkJCQkJalF1ZXJ5KCcjJytibG9jaykucHJvcCgnY2hlY2tlZCcsIGZhbHNlKTsNCgkJCQl9DQoJCQl9KTsNCgkJfQ0KCX0pOw0KfSk7', '', 'Causes/Risks (CheckBoxes)', 'NOT NULL', 1, 6, '\"getQuery(true);\\r\\n\\\\t\\\\t$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.ref\'),array(\'###ID###\',\'###CODE_TEXT###\',\'ref\')));\\r\\n\\\\t\\\\t$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\r\\n\\\\t\\\\t$query->where($db->quoteName(\'a.published\') . \' = 1\');\\r\\n\\\\t\\\\t$query->order(\'a.ref ASC\');\\r\\n\\\\t\\\\t$db->setQuery((string)$query);\\r\\n\\\\t\\\\t$items = $db->loadObjectList();\\r\\n\\\\t\\\\t$options = array(); $counter = 0;\\r\\n\\\\t\\\\tif ($items)\\r\\n\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\tforeach($items as $item)\\r\\n\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t$ref\\\\t= explode(\'.\',$item->ref);\\r\\n\\\\t\\\\t\\\\t\\\\t$target_id\\\\t= implode(\'-\',$ref);\\r\\n\\\\t\\\\t\\\\t\\\\t$key\\\\t= explode(\'.0\',$item->ref);\\r\\n\\\\t\\\\t\\\\t\\\\t$key\\\\t= implode(\'.\',$key);\\r\\n\\\\t\\\\t\\\\t\\\\t$spacer\\\\t= array();\\r\\n\\\\t\\\\t\\\\t\\\\t$sub\\\\t= \'\';\\r\\n\\\\t\\\\t\\\\t\\\\t$sub_\\\\t= \'\';\\r\\n\\\\t\\\\t\\\\t\\\\tforeach ($ref as $nr => $space)\\r\\n\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\tif ($nr > 1)\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$spacer[] = \'|—<\\/span>\';\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\tif ($nr > 2)\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$sub = \'\';\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$sub_ = \'<\\/em>\';\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t\\\\tif (###Component###Helper::checkArray($spacer))\\r\\n\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t$tmp = array(\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\'value\' => $item->###ID###,\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\'text\' => \'  \'.implode(\'\',$spacer).\' \'.$sub.$item->###CODE_TEXT###.$sub_.\' (\'.$key.\')<\\/small><\\/span>\',\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\'checked\' => false\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t);\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = (object) $tmp;\\r\\n\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t\\\\telse\\r\\n\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\tif ( $counter & 1 )\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t$color = \'#0C5B00\';\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\telse\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$color = \'#1A3867\';\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t$tmp = array(\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\'value\' => $item->###ID###,\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\'text\' => \'  \'.strtoupper($item->###CODE_TEXT###).\'<\\/strong> (\'.$key.\')<\\/small><\\/span>\',\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\'checked\' => false\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t);\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = (object) $tmp;\\r\\n\\\\t\\\\t\\\\t\\\\t\\\\t$counter++;\\r\\n\\\\t\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t\\\\t}\\r\\n\\\\t\\\\t}\\r\\n\\\\t\\\\treturn $options;\\\" \\r\\n\\/>\"', 1, '2015-07-24 01:36:37', '2016-04-05 07:35:04', 23, '', 585, 'aface1df-ff65-4379-b8e6-e0c44f88aa36', '', '', '', '', ''), +(655, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Percent', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-25 11:39:46', '2015-08-25 21:15:22', 1, '', 573, '8c98c538-fd43-4d23-979d-edd25beea6ef', '', '', '', '', ''), +(656, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Presenteeism Constant', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-25 12:58:36', '2015-08-25 21:15:22', 2, '', 574, 'cd4ba795-fe3b-4fca-977b-c3eb06621272', '', '', '', '', ''), +(657, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Default Healthcare Costs', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-25 13:03:48', '2015-08-25 21:15:22', 2, '', 574, '196a5fcd-fa32-4cf8-9069-8d103d9cee93', '', '', '', '', ''), +(658, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Ave. Medical Turnover', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-25 13:05:05', '2015-08-25 21:15:22', 2, '', 574, '22e004cd-7418-43ea-a714-9ade5254f15d', '', '', '', '', ''), +(659, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Ave. Sick Leave', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-25 13:06:22', '2015-08-25 21:15:22', 2, '', 574, '0910ada8-dc9a-4051-858d-ae30dc4a292d', '', '', '', '', ''), +(660, '', '', '', '', '', '', '', '', 7, '', 'CHAR', '', '', '', 'Default Productivity Losses', 'NOT NULL', '', 24, '\"\"', 1, '2015-07-25 13:07:38', '2015-08-25 21:15:22', 2, '', 574, 'a1c7413c-c808-48e6-bf78-b36a9c37c76c', '', '', '', '', ''), +(661, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Note - Age Groups only Advanced', 'NOT NULL', '', 14, '\"\"', 1, '2015-07-25 14:56:29', '2015-08-25 21:15:22', 2, '', 35, 'f168e188-0dcc-4ba7-99d2-1a55d8ea9c63', '', '', '', '', ''), +(662, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (getListQuery - JModelList)', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-27 16:23:49', '2015-10-04 18:01:08', 2, '', 187, 'f2581140-5d9c-4c29-b511-e12a826d15da', '', '', '', '', ''), +(663, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (Before getListQuery - JModelList)', 'NOT NULL', 2, 8, '\"used to add custom filtering values.<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the getListQuery Method of the model of this view, just before the $query object is started. Do not add the php tags\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-07-27 16:25:16', '2020-05-04 20:47:12', 6, '', 118, 'b9c064cb-4266-4217-95b7-d2956e6bfefb', '', '', '', '', ''), +(664, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (allowEdit Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-27 23:10:11', '2015-08-25 21:15:22', 1, '', 187, '30744253-e2cd-44c3-ac86-0de3741b9ce0', '', '', '', '', ''), +(665, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (allowEdit)', 'NOT NULL', 2, 8, '\"The record ID => ($recordId) and the user object => ($user) are already set.<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the allowEdit Method to add custom access control. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-07-27 23:15:12', '2019-07-08 14:15:45', 4, '', 118, '88173ddb-35c5-49a7-845d-0d4e12119a37', '', '', '', '', ''), +(666, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Males Death (year)', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-28 20:31:39', '2015-08-25 21:15:22', 4, '', 533, '6ec158a6-09a8-4ee7-88db-bdc7616f7e02', '', '', '', '', ''), +(667, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Females Death (year)', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-28 20:32:25', '2015-08-25 21:15:22', 2, '', 533, '6f4a5058-4f24-4689-bb56-7ea42b2c1749', '', '', '', '', ''), +(668, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Females YLD (year)', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-28 20:33:18', '2015-08-25 21:15:22', 2, '', 533, 'bc142f95-8856-4bb4-a091-3db9bc6ed2dd', '', '', '', '', ''), +(669, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Males YLD (year)', 'NOT NULL', '', 19, '\"\"', 1, '2015-07-28 20:34:00', '2015-08-25 21:15:22', 2, '', 533, '8115269b-857b-4e9d-b915-97b868de0664', '', '', '', '', ''), +(670, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Type (Intervention)', 'NOT NULL', '', 17, '\"\"', 1, '2015-07-28 22:22:15', '2015-09-04 16:16:06', 3, '', 521, '94edfe8c-aef5-4f94-9ee1-69b68b0352e2', '', '', '', '', ''), +(671, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Coverage', 'NOT NULL', '', 10, '\"\"', 1, '2015-07-28 22:25:59', '2015-10-01 04:34:28', 2, '', 586, '3b56d746-35d8-4c0c-8ec0-bc5db750a336', '', '', '', '', ''), +(672, 1, '', '', '', 'LnRleHRfYXJlYXsNCgloZWlnaHQ6IDIwMHB4Ow0KCXdpZHRoOiAxMDAlOw0KfQ==', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Reference (intervention)', 'NOT NULL', '', 25, '\"\"', 1, '2015-07-28 22:27:03', '2015-09-28 05:20:32', 3, '', 575, 'd13086a9-745f-453b-b254-675c74f582ab', '', '', '', '', ''), +(673, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Sharing Options', 'NOT NULL', '', 11, '\"\"', 1, '2015-07-28 22:39:07', '2015-09-04 16:16:35', 2, '', 569, '0e28d396-2fad-4ec2-9de1-328a97d7d9d9', '', '', '', '', ''), +(674, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Medical Turnovers Male', 'NOT NULL', 4, 24, '\"\"', -2, '2015-07-30 21:42:47', '2015-07-20 11:26:22', 1, '', 584, '6394a624-8a4c-49d7-9dcd-e5d9e223cb08', '', '', '', '', ''), +(675, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Females', 'NOT NULL', 4, 24, '\"\"', -2, '2015-07-30 21:43:16', '2015-07-30 21:43:30', 2, '', '', '27a1479c-17d0-40d2-b2f1-c136707e5382', '', '', '', '', ''), +(676, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Linked Views', 'NOT NULL', '', 35, '\"\"', 1, '2015-07-31 15:43:43', '2017-10-09 18:21:47', 5, '', 201, '70c62a1a-a141-4e0e-a271-c606744cb92c', '', '', '', '', ''), +(677, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Child Key', 'NOT NULL', '', 24, '\"\"', 1, '2015-08-01 17:26:33', '2019-07-17 00:21:42', 2, '', 523, 'af8571ac-81e7-4c62-a4f0-47c32c5dbf46', '', '', '', '', ''), +(678, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Parent Key', 'NOT NULL', '', 24, '\"\"', 1, '2015-08-01 17:27:42', '2023-07-17 06:05:37', 2, '', 523, '23329e4c-fb93-49fb-9b09-79e51211440d', '', '', '', '', ''), +(679, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', '', '', '', 'Top Button (linked view)', 'NOT NULL', '', 11, '\"\"', 1, '2015-08-02 19:20:47', '2017-12-12 12:00:51', 6, '', 587, '1741e8fa-bb6c-4716-ad3d-aaa15a8de938', '', '', '', '', ''), +(680, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Export/Import Data', 'NOT NULL', '', 3, '\"\"', 1, '2015-08-03 21:34:49', '2019-06-11 12:20:39', 5, '', 588, '4d85ca04-f991-4e02-a465-8b0eb2d3a1c6', '', '', '', '', ''), +(681, '', '', '', '', '', '', '', '', 64, '', 'CHAR', '', '', '', 'Company Name (companyname)', 'NOT NULL', '', 24, '\"\"', 1, '2015-08-05 00:42:34', '2015-08-25 21:15:22', 2, '', 159, 'f8c2c432-b756-4c67-bfa5-0871e58e55e3', '', '', '', '', ''), (682, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add More', 'NOT NULL', '', 17, '\"\"', 1, '2015-08-05 01:18:20', '2023-01-20 11:15:45', 7, '', 196, 'a66389aa-2323-4f44-8c23-ff44969639be', '', '', '', '', ''), -(1011, '', '', '', '', '', '', 'Other', '0000-00-00', '', '', 'DATE', '', '', '', 'Date of Birth', 'NOT NULL', '', 1, '\"\"', 1, '2015-12-07 01:47:32', '2018-08-03 09:56:07', 4, '', 649, 'cb2bdf20-8800-407b-a4f6-250152a0bdfb', '', '', '', '', ''); +(683, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Females (demo)', 'NOT NULL', '', 19, '\"\"', 1, '2015-08-05 02:04:27', '2015-08-25 21:15:22', 1, '', 533, '72c3db18-b59c-4d09-8189-5a9978780cd2', '', '', '', '', ''), +(684, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Males (demo)', 'NOT NULL', '', 19, '\"\"', 1, '2015-08-05 02:05:34', '2015-08-25 21:15:22', 1, '', 533, '04ce6ce1-b30a-4104-ab2c-cc35e1f9dedd', '', '', '', '', ''), +(685, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Public Details', 'NOT NULL', '', 8, '\"\"', 1, '2015-08-06 17:41:10', '2015-08-25 21:15:22', 1, '', 1, '90ac6876-0182-49d5-bd15-db6cc86dbf23', '', '', '', '', ''), +(686, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Edit/Create Site View', 'NOT NULL', '', 11, '\"\"', 1, '2015-08-13 21:07:54', '2020-11-14 03:11:14', 8, '', 589, 'b93109a1-4469-49bf-b5e5-cdc212a98c92', '', '', '', '', ''), +(687, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Custom Admin View (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_12=\\\"\\\\t$options[] = JHtml::_(\'select.option\', \'\', \'Select an option\');\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-08-13 21:36:56', '2018-03-08 22:55:58', 7, '', 164, 'e578bf91-77bf-4b80-a2ca-33babfee369c', '', '', '', '', ''), +(688, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Add Custom Admin View', 'NOT NULL', '', 35, '\"\"', 1, '2015-08-13 21:55:04', '2020-05-28 20:12:40', 12, '', 316, 'b2423282-c8a8-400e-9ded-fe61cea433f4', '', '', '', '', ''), +(689, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Admin Views (dynamic-add link) ', 'NOT NULL', '', 6, '\"\"', 1, '2015-08-14 16:08:33', '2019-06-11 12:43:25', 13, '', 164, 'dab22540-f751-44d8-89e4-e7389416de40', '', '', '', '', ''), +(690, '', '', 1, '', '', '', '', '', 64, '', 'VARCHAR', '', 'alF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpew0KCWpRdWVyeShkb2N1bWVudCkub24oJ3N1YmZvcm0tcm93LWFkZCcsIGZ1bmN0aW9uKGV2ZW50LCByb3cpew0KCQlnZXRJY29uSW1hZ2UoalF1ZXJ5KHJvdykuZmluZCgnLmljb21vb24zNDInKSk7DQoJfSk7DQp9KTsNCg0KZnVuY3Rpb24gZ2V0SWNvbkltYWdlKGZpZWxkKSB7DQoJLy8gZ2V0IHRoZSBJRA0KCXZhciBpZCA9IGpRdWVyeShmaWVsZCkuYXR0cignaWQnKTsNCgkvLyByZW1vdmUgb2xkIG9uZSANCglqUXVlcnkoJyNpbWFnZV8nK2lkKS5yZW1vdmUoKTsNCgkvLyBnZXQgdmFsdWUNCgl2YXIgdmFsdWUgPSBqUXVlcnkoJyMnK2lkKS52YWwoKTsNCgkvLyBidWlsZCBuZXcgb25lDQoJdmFyIHNwYW4gPSAnPHNwYW4gaWQ9ImltYWdlXycraWQrJyIgY2xhc3M9Imljb24tJyt2YWx1ZSsnIiBzdHlsZT0icG9zaXRpb246IGFic29sdXRlOyB0b3A6IDhweDsgcmlnaHQ6IC0yMHB4OyI+PC9zcGFuPic7DQoJLy8gYWRkIHRoZSBpY29uDQoJalF1ZXJ5KCcjJytpZCsnX2Noem4nKS5hcHBlbmQoc3Bhbik7DQp9', '', 'Icomoon', 'NOT NULL', '', 11, '\"\"', 1, '2015-08-15 01:10:32', '2018-12-14 05:36:08', 16, '', 590, '13ec87fc-e5d3-4c06-ab1b-72964bc91a67', '', '', '', '', ''), +(691, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Email (not required)', 'NOT NULL', '', 24, '\"not required<\\/small>\\\"\\n\\tsize=\\\"10\\\"\\n\\tmaxlength=\\\"50\\\"\\n\\tdescription=\\\"Enter Email\\\"\\n\\tclass=\\\"text_area\\\"\\n\\trequired=\\\"false\\\"\\n\\tfilter=\\\"STRING\\\"\\n\\tmessage=\\\"Error! Please add email address here.\\\"\\n\\thint=\\\"demo@example.com\\\"\\n\\/>\"', 1, '2015-08-16 17:21:15', '2019-11-20 11:42:55', 3, '', 285, '976f7e2d-68e3-497e-b4d1-6326d5b95078', '', '', '', '', ''), +(692, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Create User Helper Method', 'NOT NULL', '', 17, '\"\"', 1, '2015-08-16 22:46:48', '2015-08-25 21:15:22', 1, '', 591, 'ec128453-f0a7-4b20-a109-56d85c6ce213', '', '', '', '', ''), +(693, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Uikit', 'NOT NULL', '', 11, '\"\\r\\n\"', 1, '2015-08-17 03:38:30', '2017-12-09 01:59:39', 9, '', 591, '627ec119-f50c-4afc-bfe7-8455a7ace163', '', '', '', '', ''), +(694, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add FooTable', 'NOT NULL', '', 11, '\"\"', 1, '2015-08-17 03:39:11', '2017-12-09 01:59:03', 3, '', 591, 'ecdc0281-fc1b-4643-b9d0-41bf95674959', '', '', '', '', ''), +(695, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Name (intervention)', 'NOT NULL', '', 24, '\"\"', 1, '2015-08-22 15:38:42', '2015-08-25 21:15:22', 1, '', 4, 'f3013ced-f17a-4ea3-8e62-6f9ad2fa151d', '', '', '', '', ''), +(696, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (batchCopy Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-08-22 20:59:55', '2015-08-25 21:15:22', 1, '', 187, '0c7535bd-dbfa-4155-bc06-9ef34bf0f29a', '', '', '', '', ''), +(697, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (batchMove Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-08-22 21:00:32', '2015-08-25 21:15:22', 1, '', 187, '90c08eb4-3097-4f59-a291-5959bbb174ad', '', '', '', '', ''), +(698, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (batchCopy)', 'NOT NULL', 2, 8, '\"Submitted values are in $values, id\'s are in $pks<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the batchCopy Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-08-22 21:04:36', '2019-07-08 14:15:51', 3, '', 118, '77067bb3-3cfa-4042-b3ac-8bdda9d8b492', '', '', '', '', ''), +(699, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (batchMove)', 'NOT NULL', 2, 8, '\"submitted values are in $values, id\'s are in $pks<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the batchMove Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-08-22 21:05:06', '2019-07-08 14:15:58', 3, '', 118, 'c56cf55d-fbc6-4246-b3c3-7810d42710b2', '', '', '', '', ''), +(700, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add Permissions (to field)', 'NOT NULL', '', 11, '\"\"', 1, '2015-08-23 01:27:32', '2018-07-18 02:34:12', 15, '', 199, '5e88d85b-c3e1-4792-82e1-a4bf6a40a75f', '', '', '', '', ''), +(701, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (before_getItem - JModelItem)', 'NOT NULL', 2, 8, '\"Target (int) $pk is the item id<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the getItem Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-08-26 00:45:53', '2019-07-08 14:16:05', 7, '', 119, 'c3bb9074-505a-4085-878b-f7ad3d5522a6', '', '', '', '', ''), +(702, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (after_getItem - JModelItem)', 'NOT NULL', 2, 8, '\"Target (Object) $this->_item[$pk] is the item<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the getItem Method. Do not add the php tags.\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-08-26 00:59:36', '2019-07-08 14:16:11', 8, '', 119, 'fc0dcf64-f6a8-48d7-8ed7-6ecea942cf21', '', '', '', '', ''), +(703, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (before getItem Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-08-26 01:02:15', '2015-08-25 21:15:22', 1, '', 188, 'bd40a792-2b63-446a-af75-0510f8c7cc2c', '', '', '', '', ''), +(704, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add PHP (after getItem Method)', 'NOT NULL', '', 17, '\"\"', 1, '2015-08-26 01:02:39', '2015-08-25 21:15:22', 1, '', 188, 'c1754272-da91-4a17-9567-c2566552cdc9', '', '', '', '', ''), +(705, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (after getItems - JModelList)', 'NOT NULL', 2, 8, '\"Target (array) $items values<\\/small>\\\"\\n\\tdescription=\\\"Add PHP Here that should run in the getItems Method. Do not add the php tags]\\\"\\n\\twidth=\\\"100%\\\"\\n\\theight=\\\"450px\\\"\\n\\tcols=\\\"15\\\"\\n\\trows=\\\"30\\\"\\n\\tbuttons=\\\"no\\\"\\n\\tsyntax=\\\"php\\\"\\n\\teditor=\\\"codemirror|none\\\"\\n\\tfilter=\\\"raw\\\"\\n\\tvalidate=\\\"code\\\"\\n\\/>\"', 1, '2015-08-26 01:04:20', '2019-07-08 14:16:17', 5, '', 118, '1ae39469-cd74-4d82-84af-fec8af28be61', '', '', '', '', ''), +(706, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Result Path', 'NOT NULL', '', 24, '\"\"', 1, '2015-08-28 14:09:24', '2015-09-26 09:23:57', 2, '', 592, '2da30e05-18dc-40f2-b7b4-0bc4655b9cbd', '', '', '', '', ''), +(707, '', '', '', '', '', '', '', '', 11, '', 'CHAR', '', '', '', 'backend Chart Background', 'NOT NULL', '', 5, '\"\"', -2, '2015-08-31 17:52:06', '2015-08-31 19:45:24', 2, '', 163, '7820e588-fd00-4f2b-bf19-cc549da6f73a', '', '', '', '', ''), +(708, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend Main Width', 'NOT NULL', '', 24, '\"\"', -2, '2015-08-31 18:54:29', '2015-08-31 19:46:17', 2, '', 163, 'f5e47dc6-4529-4fde-96c7-454a445bfe88', '', '', '', '', ''), +(709, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend Chart Area Top', 'NOT NULL', '', 24, '\"\"', -2, '2015-08-31 18:55:49', '2015-08-31 19:46:40', 2, '', 163, '0d52122b-28a3-4c85-961c-9e5d0296b590', '', '', '', '', ''), +(710, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend Left Spacing', 'NOT NULL', '', 24, '\"\"', -2, '2015-08-31 18:56:54', '2015-08-31 19:47:06', 2, '', 163, '488f8f90-4e3b-4283-9d99-2b3635254633', '', '', '', '', ''), +(711, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend Chart Width', 'NOT NULL', '', 24, '\"\"', -2, '2015-08-31 18:58:12', '2015-08-31 19:47:33', 2, '', 163, '484c105a-e7d9-4b04-8b32-042867fa15e9', '', '', '', '', ''), +(712, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend Legend Font Size', 'NOT NULL', '', 24, '\"\"', -2, '2015-08-31 18:59:11', '2015-08-31 19:47:43', 3, '', 163, 'e060f824-0696-4c24-bcd2-9eca146a7cf9', '', '', '', '', ''), +(713, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend Legend Font Color', 'NOT NULL', '', 5, '\"\"', -2, '2015-08-31 19:00:44', '2015-08-31 19:47:54', 4, '', 163, 'bc12888c-6499-4bdd-8c4a-2ad718f6418a', '', '', '', '', ''), +(714, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend vAxis Font Color', 'NOT NULL', '', 5, '\"\"', -2, '2015-08-31 19:02:25', '2015-08-31 19:48:01', 2, '', 163, 'd53f4ed1-4269-43ce-a49f-6c7595c785d3', '', '', '', '', ''), +(715, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend hAxis Title Font Color', 'NOT NULL', '', 5, '\"\"', -2, '2015-08-31 19:03:34', '2015-08-31 19:48:12', 2, '', 163, '7102ce36-15b2-4d0a-9057-33cf2c4acc36', '', '', '', '', ''), +(716, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'backend hAxis Font Color', 'NOT NULL', '', 5, '\"\"', -2, '2015-08-31 19:04:22', '2015-08-31 19:48:20', 2, '', 163, '3299eb33-9588-46b2-a9f8-08fa44231a36', '', '', '', '', ''), +(717, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Redirect', 'NOT NULL', '', 24, '\"\"', 1, '2015-09-01 14:05:43', '2015-08-25 21:15:22', 1, '', 313, '01cfa4db-e5cc-4621-86fe-089c56e6b5b0', '', '', '', '', ''), +(718, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', 2, '', '', 'Method Name', 'NOT NULL', '', 24, '\"\"', 1, '2015-09-01 14:13:43', '2015-09-01 16:57:22', 3, '', 18, 'b650dcd0-a87e-4199-a0de-4080f17fbf84', '', '', '', '', ''), +(719, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Taget View Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-09-01 14:21:28', '2015-09-01 14:44:46', 3, '', 106, '0b958da3-ebb1-4279-ac1e-22c9a2aec345', '', '', '', '', ''), +(720, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Custom Buttons', 'NOT NULL', '', 35, '\"\"', 1, '2015-09-01 14:33:22', '2018-12-14 04:54:51', 10, '', 593, 'f962e778-623e-40a8-b7db-88df71fdac51', '', '', '', '', ''), +(721, '', '', '', '', '', '', '', '', 1, '', 'INT', 2, '', '', 'Add Custom Buttons', 'NOT NULL', '', 17, '\"\"', 1, '2015-09-01 14:43:05', '2018-08-22 12:09:29', 2, '', 587, 'ab222d85-e408-44de-a513-d6aeda48b286', '', '', '', '', ''), +(722, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (controller method)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-09-01 16:44:15', '2019-07-08 14:16:29', 9, '', 118, 'e268c7be-dc34-40d9-bf2c-5f1897a09f7c', '', '', '', '', ''), +(723, '', '', '', '', '', '', '', '', '', '', 'MEDIUMTEXT', '', '', '', 'PHP (model method)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-09-01 16:45:36', '2019-07-08 14:16:35', 6, '', 118, '5e831983-665b-43f2-9786-5e7c9cbb9e96', '', '', '', '', ''), +(724, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'CSS (custom_admin)', 'NOT NULL', 2, 8, '\"\"', 1, '2015-09-01 16:52:08', '2019-07-08 14:16:41', 3, '', 299, '7d733ad8-a5bf-4e2f-859d-be1251b7d0f1', '', '', '', '', ''), +(725, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Cost Per Employee', 'NOT NULL', '', 24, '\"\"', 1, '2015-09-03 01:44:20', '0000-00-00 00:00:00', 1, '', 594, 'ad1fe488-9409-4e2a-ba10-1d9acc90e019', '', '', '', '', ''), +(726, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Morbidity Reduction', 'NOT NULL', '', 24, '\"\"', 1, '2015-09-03 01:45:20', '2015-09-03 01:45:33', 2, '', 594, '3d27285f-2d62-41fa-b2d4-74e84d16f2f7', '', '', '', '', ''), +(727, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Mortality Reduction', 'NOT NULL', '', 24, '\"\"', 1, '2015-09-03 01:46:13', '2015-09-03 01:45:33', 1, '', 594, '5fe30de9-82f1-483e-9020-b010c4e853d4', '', '', '', '', ''), +(728, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Intervention', 'NOT NULL', '', 19, '\"\"', 1, '2015-09-03 01:53:49', '2015-09-04 01:26:50', 4, '', 533, 'eaddd58a-bc37-40e8-becf-22fe6e88b4ab', '', '', '', '', ''), +(729, 1, '', '', '', 'LmNhdXNld2lkdGggew0KCXdpZHRoOiAxMDAlOw0KfQ==', '', '', '', 11, '', 'INT', 2, '', '', 'Causes/Risks (dynamic intervention)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.ref\'),array(\'###ID###\',\'###CODE_TEXT###\',\'ref\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.ref ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$ref = explode(\'.\',$item->ref);\\\\n\\\\t\\\\t\\\\t\\\\t$key = explode(\'.0\',$item->ref);\\\\n\\\\t\\\\t\\\\t\\\\t$key = implode(\'.\',$key);\\\\n\\\\t\\\\t\\\\t\\\\t$spacer = array();\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\tforeach ($ref as $nr => $space)\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tif ($nr > 1)\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t$spacer[] = \'|—\';\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\tif (###Component###Helper::checkArray($spacer))\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, implode(\'\',$spacer).\' \'.$item->###CODE_TEXT###.\' (\'.$key.\')\');\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###.\' (\'.$key.\')\');\\\\n\\\\t\\\\t\\\\t\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-09-03 02:08:12', '2015-09-27 05:46:48', 4, '', 571, 'f9e44acc-d549-4a87-8951-ed34dd9233f4', '', '', '', '', ''), +(730, '', '', '', '', '', '', '', '', 64, '', 'VARCHAR', '', '', '', 'Interventions (dynamic)', 'NOT NULL', 1, 6, '\"input;\\\\n\\\\t\\\\t\\/\\/ get the view name & id\\\\n\\\\t\\\\t$interId = $jinput->getInt(\'id\', 0);\\\\n\\\\t\\\\t\\/\\/ Get the user object.\\\\n\\\\t\\\\t$user = JFactory::getUser();\\\\n\\\\t\\\\t$userIs = CostbenefitprojectionHelper::userIs($user->id);\\\\n\\\\t\\\\t$db = JFactory::getDBO();\\\\n\\\\t\\\\t$query = $db->getQuery(true);\\\\n\\\\t\\\\t$query->select($db->quoteName(array(\'a.id\',\'a.name\',\'a.company\',\'a.share\'),array(\'id\',\'interventions_name\',\'company\',\'share\')));\\\\n\\\\t\\\\t$query->from($db->quoteName(\'#__costbenefitprojection_intervention\', \'a\'));\\\\n\\\\t\\\\t$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n\\\\t\\\\t$query->where($db->quoteName(\'a.id\') . \' != \' . $interId);\\\\n\\\\t\\\\tif (!$user->authorise(\'core.admin\'))\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t$companies = CostbenefitprojectionHelper::hisCompanies($user->id);\\\\n\\\\t\\\\t\\\\tif (CostbenefitprojectionHelper::checkArray($companies))\\\\n\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$companies = implode(\',\',$companies);\\\\n\\\\t\\\\t\\\\t\\\\t\\/\\/ only load this users companies\\\\n\\\\t\\\\t\\\\t\\\\t$query->where(\'a.company IN (\' . $companies . \')\');\\\\n\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\/\\/ dont allow user to see any companies\\\\n\\\\t\\\\t\\\\t\\\\t$query->where(\'a.company = -4\');\\\\n\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t}\\\\n\\\\t\\\\t$query->order(\'a.name ASC\');\\\\n\\\\t\\\\t$db->setQuery((string)$query);\\\\n\\\\t\\\\t$items = $db->loadObjectList();\\\\n\\\\t\\\\t$options = array();\\\\n\\\\t\\\\tif ($items)\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\tforeach($items as $item)\\\\n\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\tif (!CostbenefitprojectionHelper::checkIntervetionAccess($item->id,$item->share,$item->company))\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tcontinue;\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\tif (1 == $userIs)\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->id, $item->interventions_name);\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t\\\\telse\\\\n\\\\t\\\\t\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$compName = CostbenefitprojectionHelper::getId(\'company\', $item->company, \'id\', \'name\');\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->id, $item->interventions_name . \' (\'.$compName.\')\');\\\\n\\\\t\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t\\\\t}\\\\n\\\\t\\\\t}\\\\n\\\\t\\\\treturn $options;\\\" \\r\\n\\/>\"', 1, '2015-09-04 00:58:00', '2015-09-06 00:34:08', 6, '', 571, '531e60fc-38ff-45f6-ac81-566c5c3e6908', '', '', '', '', ''), +(731, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Redirect (module)', 'NOT NULL', '', 19, '\"\"', 1, '2015-09-06 17:56:01', '0000-00-00 00:00:00', 1, '', 595, '2d6b0a23-cc85-4fdd-b13c-d2fae7adca81', '', '', '', '', ''), +(732, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Dynamic Form getBuilder', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\',\'a.gettype\'),array(\'###ID###\',\'###CODE_TEXT###\',\'type\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\\n\\\\t\\\\t$query->where(\'( \'.$db->quoteName(\'a.gettype\') . \' = 1 OR \' . $db->quoteName(\'a.gettype\') . \' = 2 )\');\\\\n\\\\t\\\\t$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_6=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_7=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_8=\\\"$options = array();\\\" \\r\\n\\ttype_php_9=\\\"if ($items)\\\" \\r\\n\\ttype_php_10=\\\"{\\\" \\r\\n\\ttype_php_11=\\\"\\\\t$model = ###Component###Helper::getModel(\'dynamic_gets\');\\\" \\r\\n\\ttype_php_12=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_13=\\\"\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\t$type = $model->selectionTranslation($item->type,\'gettype\');\\\" \\r\\n\\ttype_php_14=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT### . \' (\' . JText::_($type) . \')\' );\\\" \\r\\n\\ttype_php_15=\\\"\\\\t}\\\" \\r\\n\\ttype_php_16=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"return $options;\\\"\\r\\n\\/>\"', 1, '2015-09-09 04:42:07', '2015-09-10 21:02:51', 5, '', 164, '030c47a8-9450-48b1-b6f2-86b49a9216ee', '', '', '', '', ''), +(733, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Dynamic Storage', 'NOT NULL', 1, 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-09-10 07:49:25', '2017-10-26 01:52:49', 4, '', 164, '367e4903-6d36-4d9a-bce3-eda55c4f79b6', '', '', '', '', ''), +(734, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Dynamic Storage Map', 'NOT NULL', 2, 25, '\"\"', 1, '2015-09-10 07:50:29', '2015-09-10 07:51:36', 2, '', 375, '251fe0f5-f1fd-40cd-a566-979abf7cd7f4', '', '', '', '', ''), +(735, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Dynamic Field Builder Map', 'NOT NULL', 2, 25, '\"\"', 1, '2015-09-10 10:09:15', '2015-09-10 20:53:16', 2, '', 375, '412c7069-3545-44ed-b76f-afbd069464af', '', '', '', '', ''), +(736, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Add User Registration/Login', 'NOT NULL', '', 17, '\"\"', 1, '2015-09-10 12:12:07', '2015-08-25 21:15:22', 1, '', 188, '21909d42-3413-4017-9c4f-2496a565fd51', '', '', '', '', ''), +(737, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Student (user)', 'NOT NULL', '', 7, '\"\"', 1, '2015-09-11 03:24:08', '2018-10-09 20:10:03', 3, '', 596, '27112a83-3b06-4b20-a9dc-65f36409fe9c', '', '', '', '', ''), +(738, '', '', '', '', '', '', '', '', 11, '', 'INT', '', '', '', 'Faculty Member (user)', 'NOT NULL', '', 7, '\"get(\'###type###\');\\\" \\r\\n\\ttype_php_3=\\\"return $groups;\\\"\\r\\n\\ttype_phpx_1=\\\"\\/\\/ To ensure that there is only one record per user\\\" \\r\\n\\ttype_phpx_2=\\\"\\/\\/ Get a db connection.\\\" \\r\\n\\ttype_phpx_3=\\\"$db = JFactory::getDbo();\\\" \\r\\n\\ttype_phpx_4=\\\"\\/\\/ Create a new query object.\\\" \\r\\n\\ttype_phpx_5=\\\"$query = $db->getQuery(true);\\\" \\r\\n\\ttype_phpx_6=\\\"\\/\\/ Select all records from the #__###component###_###view### table from ###CODE### column\\\".\\\" \\r\\n\\ttype_phpx_7=\\\"$query->select($db->quoteName(\'###CODE###\'));\\\" \\r\\n\\ttype_phpx_8=\\\"$query->from($db->quoteName(\'#__###component###_###view###\'));\\\" \\r\\n\\ttype_phpx_9=\\\"$db->setQuery($query);\\\" \\r\\n\\ttype_phpx_10=\\\"$db->execute();\\\" \\r\\n\\ttype_phpx_11=\\\"$found = $db->getNumRows();\\\" \\r\\n\\ttype_phpx_12=\\\"if ($found)\\\" \\r\\n\\ttype_phpx_13=\\\"{\\\" \\r\\n\\ttype_phpx_14=\\\"\\\\t\\/\\/ return all users already used\\\" \\r\\n\\ttype_phpx_15=\\\"\\\\treturn array_unique($db->loadColumn());\\\" \\r\\n\\ttype_phpx_16=\\\"}\\\" \\r\\n\\ttype_phpx_17=\\\"return null;\\\" \\r\\n\\/>\"', 1, '2015-09-11 03:30:04', '2015-09-11 03:35:04', 2, '', 236, 'a5f66d65-34f9-4347-a0b4-d298b2519c11', '', '', '', '', ''), +(739, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Faculty Member (dynamic)', 'NOT NULL', 1, 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, JFactory::getUser($item->###CODE_TEXT###)->name);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-09-11 03:53:03', '2015-09-11 03:52:23', 1, '', 236, '6385dff3-8015-4b1d-ab9d-ab26c20f9191', '', '', '', '', ''), +(740, '', '', 1, '', '', '', '', '', '', '', 'TEXT', '', 'PD9waHANCi8vIG1ha2Ugc3VyZSB0aGVzZSBmcmFtd29ya3MgYWxzbyBsb2FkLg0KSkh0bWw6Ol8oJ2pxdWVyeS5mcmFtZXdvcmsnKTsNCkpIdG1sOjpfKCdqcXVlcnkudWknKTsNCiRkb2MgPSBKRmFjdG9yeTo6Z2V0RG9jdW1lbnQoKTsNCi8vIGxvYWRlZCBmcm9tIHRoZSBjb2RlLmpxdWVyeS5jb20gc2l0ZQ0KJGRvYy0+YWRkU3R5bGVzaGVldCgnaHR0cHM6Ly9jb2RlLmpxdWVyeS5jb20vdWkvMS4xMC4zL3RoZW1lcy9zbW9vdGhuZXNzL2pxdWVyeS11aS5jc3MnKTsNCiRkb2MtPmFkZFNjcmlwdCgnaHR0cHM6Ly9jb2RlLmpxdWVyeS5jb20vdWkvMS4xMC4zL2pxdWVyeS11aS5taW4uanMnKTsNCj8+DQo8P3BocCAkZmllbGROcnMgPSByYW5nZSgxLDUwLDEpOyA/Pg0KalF1ZXJ5KCdpbnB1dC5mb3JtLWZpZWxkLXJlcGVhdGFibGUnKS5vbigncm93LWFkZCcsIGZ1bmN0aW9uIChlKSB7DQo8P3BocCBmb3JlYWNoKCRmaWVsZE5ycyBhcyAkbnIpOiA/Pg0KCWpRdWVyeSgnI2pmb3JtX2NvdXJzZV9kYXRlX2ZpZWxkc19kYXRlLTw/cGhwIGVjaG8gJG5yID8+JykuZGF0ZXBpY2tlcigNCgkJew0KCQkJbWluRGF0ZTogLTEsDQoJCQlwcmV2VGV4dDogJycsDQoJCQluZXh0VGV4dDogJycsDQoJCQltYXhEYXRlOiAnKzI0TScsDQoJCQlmaXJzdERheTogMSwNCgkJCWRhdGVGb3JtYXQ6ICd5eS1tbS1kZCcsDQoJCQlvblNlbGVjdDogZnVuY3Rpb24oZGF0ZVRleHQsIGluc3QpIHsNCgkJCWpRdWVyeSgnI2pmb3JtX2NvdXJzZV9kYXRlX2ZpZWxkc19kYXRlLTw/cGhwIGVjaG8gJG5yID8+JykudmFsKGRhdGVUZXh0KTsNCgkJfQ0KCX0pOw0KPD9waHAgZW5kZm9yZWFjaDsgPz4NCn0pOw==', '', 'Course Dates (events)', 'NOT NULL', '', 19, '\"\"', 1, '2015-09-11 04:05:54', '2016-12-13 15:08:58', 10, '', 597, 'b5968569-2f98-4157-bec8-424f7cce60fe', '', '', '', '', ''), +(741, '', '', '', '', '', '', '', '', 255, '', 'VARCHAR', '', '', '', 'Date (custom)', 'NOT NULL', '', 24, '\"\"', 1, '2015-09-11 15:22:16', '2015-09-11 16:44:59', 3, '', 167, 'ac3bc4e0-f655-472c-8f3a-5628b4ca24ed', '', '', '', '', ''), +(742, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Question (text)', 'NOT NULL', '', 25, '\"\"', 1, '2015-09-11 19:39:34', '2015-09-11 19:49:13', 3, '', 129, '39e8cffe-a1e1-47cc-a97e-6a2c542b7901', '', '', '', '', ''), +(743, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Answer', 'NOT NULL', '', 25, '\"\"', 1, '2015-09-11 19:41:46', '2015-10-20 16:46:50', 4, '', 129, '328ad554-25f5-4f62-a491-bd0b25652ad5', '', '', '', '', ''), +(744, '', '', '', '', '', '', '', '', 7, '', 'INT', 2, '', '', 'Point (total)', 'NOT NULL', '', 10, '\"\"', 1, '2015-09-11 19:49:53', '2015-10-17 21:58:25', 6, '', 129, '16e31209-6fd9-44b6-8c16-6ad9ceeeff37', '', '', '', '', ''), +(745, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Assessments (show archived also)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\', \'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' >= 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, \'(\' . $item->###ID### . \') \' . ###Component###Helper::fancyDateTime($item->###CODE_TEXT###));\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-09-11 20:02:50', '2017-01-25 10:36:49', 7, '', 209, '084fbe18-f0d2-4291-b966-2cba7ae3e4a7', '', '', '', '', ''), +(746, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Selection Answer Type', 'NOT NULL', '', 11, '\"\"', 1, '2015-09-11 20:18:41', '2015-09-11 20:25:48', 3, '', 598, '55b3f555-7496-4f83-91f8-fcde8c19dad8', '', '', '', '', ''), +(747, '', '', 1, '', '', '', '', '', '', '', 'TEXT', '', 'alF1ZXJ5KCdpbnB1dC5mb3JtLWZpZWxkLXJlcGVhdGFibGUnKS5vbigndmFsdWUtdXBkYXRlJywgZnVuY3Rpb24oZSwgdmFsdWUpew0KCWlmICh2YWx1ZSkNCgl7DQoJCWJ1aWxkVGFibGUodmFsdWUsZS5jdXJyZW50VGFyZ2V0LmlkKTsNCgl9DQp9KTsNCg0KalF1ZXJ5KGRvY3VtZW50KS5yZWFkeShmdW5jdGlvbigpIHsgICAgDQoJdmFyIHZhbHVlc19hID0galF1ZXJ5KCcjamZvcm1fc2VsZWN0aW9uJykudmFsKCk7DQoJaWYgKHZhbHVlc19hKQ0KCXsNCgkJdmFsdWVzX2EgPSBqUXVlcnkucGFyc2VKU09OKHZhbHVlc19hKTsNCgkJYnVpbGRUYWJsZSh2YWx1ZXNfYSwnamZvcm1fc2VsZWN0aW9uJyk7DQoJfQ0KfSk7DQoNCmZ1bmN0aW9uIGJ1aWxkVGFibGUoYXJyYXksaWQpew0KCWpRdWVyeSgnI3RhYmxlXycraWQpLnJlbW92ZSgpOw0KCWpRdWVyeSgnIycraWQpLmNsb3Nlc3QoJy5jb250cm9sLWdyb3VwJykuYXBwZW5kKCc8dGFibGUgc3R5bGU9Im1hcmdpbjogNXB4IDAgMjBweDsiIGNsYXNzPSJ0YWJsZSIgaWQ9InRhYmxlXycraWQrJyI+Jyk7DQoJalF1ZXJ5KCcjdGFibGVfJytpZCkuYXBwZW5kKHRhYmxlSGVhZGVyKGFycmF5KSk7DQoJalF1ZXJ5KCcjdGFibGVfJytpZCkuYXBwZW5kKHRhYmxlQm9keShhcnJheSkpOyAgDQoJalF1ZXJ5KCcjdGFibGVfJytpZCkuYXBwZW5kKCc8L3RhYmxlPicpOw0KfQ0KDQpmdW5jdGlvbiB0YWJsZUhlYWRlcihhcnJheSl7DQoJdmFyIGhlYWRlciA9ICc8dGhlYWQ+PHRyPic7DQoJCWpRdWVyeS5lYWNoKGFycmF5LCBmdW5jdGlvbihrZXksIHZhbHVlKSB7DQoJCQloZWFkZXIgKz0gJzx0aCBzdHlsZT0icGFkZGluZzogMTBweDsgdGV4dC1hbGlnbjogY2VudGVyOyBib3JkZXI6IDFweCBzb2xpZCByZ2IoMjIxLCAyMjEsIDIyMSk7Ij4nK2NhcGl0YWxpemVGaXJzdExldHRlcihrZXkpKyc8L3RoPic7DQoJCX0pOw0KCQloZWFkZXIgKz0gJzwvdHI+PC90aGVhZD4nOw0KCXJldHVybiBoZWFkZXI7DQp9DQoNCmZ1bmN0aW9uIHRhYmxlQm9keShhcnJheSl7DQoJdmFyIGJvZHkgPSAnPHRib2R5Pic7DQoJdmFyIHJvd3MgPSBuZXcgQXJyYXkoKTsNCglqUXVlcnkuZWFjaChhcnJheSwgZnVuY3Rpb24oa2V5LCB2YWx1ZSkgew0KCQlqUXVlcnkuZWFjaCh2YWx1ZSwgZnVuY3Rpb24oaSwgbGluZSkgew0KCQkJaWYoIHJvd3NbaV0gPT09IHVuZGVmaW5lZCApIHsNCgkJCQlyb3dzW2ldID0gJzx0ZCBzdHlsZT0icGFkZGluZzogMTBweDsgdGV4dC1hbGlnbjogY2VudGVyOyBib3JkZXI6IDFweCBzb2xpZCByZ2IoMjIxLCAyMjEsIDIyMSk7Ij4nICsgbGluZSArICc8L3RkPic7DQoJCQl9DQoJCQllbHNlDQoJCQl7DQoJCQkJcm93c1tpXSA9IHJvd3NbaV0gKyAnPHRkIHN0eWxlPSJwYWRkaW5nOiAxMHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7IGJvcmRlcjogMXB4IHNvbGlkIHJnYigyMjEsIDIyMSwgMjIxKTsiPicgKyBsaW5lICsgJzwvdGQ+JzsNCgkJCX0NCgkJfSk7DQoJfSk7DQoJLy8gbm93IGxvYWQgdG8gYm9keSB0aGUgcm93cw0KCWpRdWVyeS5lYWNoKHJvd3MsIGZ1bmN0aW9uKGEsIHJvdykgew0KCQlib2R5ICs9ICc8dHI+JyArIHJvdyArICc8L3RyPic7DQoJfSk7DQoJYm9keSArPSAnPC90Ym9keT4nOw0KCXJldHVybiBib2R5OyAgICAgICAgICAgICAgICAgICAgICAgICAgICANCn0NCg0KZnVuY3Rpb24gY2FwaXRhbGl6ZUZpcnN0TGV0dGVyKHN0cmluZykgew0KICAgIHJldHVybiBzdHJpbmcuY2hhckF0KDApLnRvVXBwZXJDYXNlKCkgKyBzdHJpbmcuc2xpY2UoMSk7DQp9', '', 'Selection&Marking (repeatable)', 'NOT NULL', '', 19, '\"\"', 1, '2015-09-11 20:20:42', '2015-11-29 04:38:19', 4, '', 599, '866b9399-f649-435c-a8ed-c3d3264101a3', '', '', '', '', ''), +(748, '', '', '', '', '', '', '', '', 1, '', 'TINYINT', 2, '', '', 'Selection Type', 'NOT NULL', '', 17, '\"\"', 1, '2015-09-11 20:25:30', '2015-09-11 21:02:23', 2, '', 598, '4e4c84f4-0d42-41b9-9d2a-961fbb4deeca', '', '', '', '', ''), +(749, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Autobiography (full width)', 'NOT NULL', '', 8, '\"\"', 1, '2015-09-11 22:15:51', '2016-11-16 09:13:00', 2, '', 265, '309b8cf5-714e-46fa-b508-cb67a5836254', '', '', '', '', ''), +(750, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Label (text)', 'NOT NULL', '', 25, '\"\"', 1, '2015-09-12 02:11:11', '2015-09-11 19:49:13', 1, '', 129, '8314b8ae-a6ab-40da-8dab-a75a685f7a73', '', '', '', '', ''), +(751, '', '', '', '', '', '', '', '', '', '', 'TEXT', '', '', '', 'Value (submitted)', 'NOT NULL', '', 25, '\"\"', 1, '2015-09-12 02:11:58', '2015-10-20 17:36:29', 2, '', 129, '6f4b5713-17e4-4579-ad0f-a0c04047893f', '', '', '', '', ''), +(752, '', '', '', '', '', '', 'Other', 2, 1, '', 'TINYINT', 2, '', '', 'Status (application)', 'NOT NULL', '', 17, '\"\"', 1, '2015-09-12 02:15:38', '2015-09-24 14:32:12', 2, '', 129, 'f3a9f329-7bd1-4a38-9b29-ec3bfea9c1d1', '', '', '', '', ''), +(753, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Applications (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-09-12 02:24:28', '2015-08-25 21:15:22', 1, '', 209, 'dabb7a8a-3c29-40fe-a9aa-c340826836ca', '', '', '', '', ''), +(754, '', '', '', '', '', '', '', '', 11, '', 'INT', 2, '', '', 'Note (dynamic)', 'NOT NULL', '', 6, '\"getQuery(true);\\\" \\r\\n\\ttype_php_3=\\\"$query->select($db->quoteName(array(\'a.###ID###\',\'a.###TEXT###\'),array(\'###ID###\',\'###CODE_TEXT###\')));\\\" \\r\\n\\ttype_php_4=\\\"$query->from($db->quoteName(\'###TABLE###\', \'a\'));\\\" \\r\\n\\ttype_php_5=\\\"$query->where($db->quoteName(\'a.published\') . \' = 1\');\\\" \\r\\n\\ttype_php_6=\\\"$query->order(\'a.###TEXT### ASC\');\\\" \\r\\n\\ttype_php_7=\\\"$db->setQuery((string)$query);\\\" \\r\\n\\ttype_php_8=\\\"$items = $db->loadObjectList();\\\" \\r\\n\\ttype_php_9=\\\"$options = array();\\\" \\r\\n\\ttype_php_10=\\\"if ($items)\\\" \\r\\n\\ttype_php_11=\\\"{\\\" \\r\\n\\ttype_php_13=\\\"\\\\tforeach($items as $item)\\\" \\r\\n\\ttype_php_14=\\\"\\\\t{\\\" \\r\\n\\ttype_php_15=\\\"\\\\t\\\\t$options[] = JHtml::_(\'select.option\', $item->###ID###, $item->###CODE_TEXT###);\\\" \\r\\n\\ttype_php_16=\\\"\\\\t}\\\" \\r\\n\\ttype_php_17=\\\"}\\\" \\r\\n\\ttype_php_18=\\\"\\\" \\r\\n\\ttype_php_19=\\\"return $options;\\\" \\r\\n\\/>\"', 1, '2015-09-12 13:46:20', '2015-09-12 13:48:16', 2, '', 600, '4270ffe1-8a87-42de-b52c-53953f2ec254', '', '', '', '', ''), +(755, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Dropbox folder', 'NOT NULL', '', 27, '\"\"', 1, '2015-09-14 03:39:10', '2015-09-14 13:49:32', 3, '', 601, '57f4d23b-3243-4253-8548-9368b8d4f5d1', '', '', '', '', ''), +(756, '', '', '', '', '', '', '', '', 1, '', 'INT', '', '', '', 'Auto Update Timer', 'NOT NULL', '', 10, '\"\"', 1, '2015-09-14 12:31:36', '2016-11-03 17:49:06', 5, '', 602, '09c7138f-5bb5-41f1-a052-f5544c0dbe1d', '', '', '', '', ''), +(757, '', '', '', '', '', '', '', '', '', '', 'CHAR', '', '', '', 'Dropbox Note', 'NOT NULL', '', 14, '\"To integrate Dropbox with you system you need to do the following:<\\/b>