|
@@ -0,0 +1,414 @@
|
|
|
+<?php
|
|
|
+
|
|
|
+ //application details
|
|
|
+ $apps[$x]['name'] = "Content Manager";
|
|
|
+ $apps[$x]['uuid'] = "892c8d0b-bfa5-1bdf-e090-a974da7a7c5e";
|
|
|
+ $apps[$x]['category'] = "System";
|
|
|
+ $apps[$x]['subcategory'] = "";
|
|
|
+ $apps[$x]['version'] = "";
|
|
|
+ $apps[$x]['license'] = "Mozilla Public License 1.1";
|
|
|
+ $apps[$x]['url'] = "http://www.fusionpbx.com";
|
|
|
+ $apps[$x]['description']['en-us'] = "Manage Content for any page in the interface.";
|
|
|
+ $apps[$x]['description']['es-cl'] = "Administra el Contenido de cualquier pagina en la interfaz.";
|
|
|
+ $apps[$x]['description']['es-mx'] = "Administra el Contenido de cualquier pagina en la interfaz.";
|
|
|
+ $apps[$x]['description']['de-de'] = "";
|
|
|
+ $apps[$x]['description']['de-ch'] = "";
|
|
|
+ $apps[$x]['description']['de-at'] = "";
|
|
|
+ $apps[$x]['description']['fr-fr'] = "Gerer le contenu des pages de l'interface.";
|
|
|
+ $apps[$x]['description']['fr-ca'] = "Gerer le contenu des pages au interface.";
|
|
|
+ $apps[$x]['description']['fr-ch'] = "";
|
|
|
+ $apps[$x]['description']['pt-pt'] = "Gerir o conteúdo de qualquer página na interface.";
|
|
|
+ $apps[$x]['description']['pt-br'] = "";
|
|
|
+
|
|
|
+ //permission details
|
|
|
+ $apps[$x]['permissions'][0]['name'] = "content_view";
|
|
|
+ $apps[$x]['permissions'][0]['menu']['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
|
|
|
+ $apps[$x]['permissions'][0]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][1]['name'] = "content_add";
|
|
|
+ $apps[$x]['permissions'][1]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][2]['name'] = "content_edit";
|
|
|
+ $apps[$x]['permissions'][2]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][2]['groups'][] = "superadmin";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][3]['name'] = "content_delete";
|
|
|
+ $apps[$x]['permissions'][3]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][3]['groups'][] = "superadmin";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_view";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_add";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_edit";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_delete";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_view";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_add";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_edit";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_delete";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_view";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_add";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_edit";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+ $y++;
|
|
|
+ $apps[$x]['permissions'][$y]['name'] = "rss_sub_category_delete";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "admin";
|
|
|
+ $apps[$x]['permissions'][$y]['groups'][] = "user";
|
|
|
+
|
|
|
+ //schema details
|
|
|
+ $y = 0; //table array index
|
|
|
+ $z = 0; //field array index
|
|
|
+ $apps[$x]['db'][$y]['table'] = "v_rss";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
|
|
+ //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "rssid";
|
|
|
+ //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "rss_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_language";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsslanguage";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_category";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscategory";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategory";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_title";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsstitle";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_link";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsslink";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_description";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdesc";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_img";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssimg";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "bytea";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "blob";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "blob";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_1";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional1";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_2";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional2";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_3";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional3";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_4";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional4";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_optional_5";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional5";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_add_date";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadddate";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_add_user";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadduser";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_del_date";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdeldate";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_del_user";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdeluser";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_order";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssorder";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_content";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscontent";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_group";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssgroup";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+
|
|
|
+ $y = 1; //table array index
|
|
|
+ $z = 0; //field array index
|
|
|
+ $apps[$x]['db'][$y]['table'] = "v_rss_sub";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
|
|
+ //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "rsssubid";
|
|
|
+ //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "rss_sub_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_sub_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_rss";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "rss_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_language";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssublanguage";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_title";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubtitle";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_link";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssublink";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_description";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdesc";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_1";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional1";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_2";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional2";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_3";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional3";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_4";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional4";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_optional_5";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional5";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_date";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubadddate";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_user";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubadduser";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_del_user";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdeluser";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_del_date";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdeldate";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_parent_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubparentid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+
|
|
|
+ $y = 2; //table array index
|
|
|
+ $z = 0; //field array index
|
|
|
+ $apps[$x]['db'][$y]['table'] = "v_rss_sub_category";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
|
|
+ //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][0] = "rsssubcategoryid";
|
|
|
+ //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][1] = "rss_sub_category_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_sub_category_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category_language";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategorylanguage";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_category";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscategory";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategory";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_category_description";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategorydesc";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_user";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadduser";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+ $z++;
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_sub_add_date";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadddate";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
|
|
+
|
|
|
+?>
|