123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418 |
- <?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
- $y=0;
- $apps[$x]['permissions'][$y]['name'] = "content_view";
- $apps[$x]['permissions'][$y]['menu']['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
- $apps[$x]['permissions'][$y]['groups'][] = "admin";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- $apps[$x]['permissions'][$y]['name'] = "content_add";
- $apps[$x]['permissions'][$y]['groups'][] = "admin";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- $apps[$x]['permissions'][$y]['name'] = "content_edit";
- $apps[$x]['permissions'][$y]['groups'][] = "admin";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- $apps[$x]['permissions'][$y]['name'] = "content_delete";
- $apps[$x]['permissions'][$y]['groups'][] = "admin";
- $apps[$x]['permissions'][$y]['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;
- $apps[$x]['db'][$y]['table']['name'] = "v_rss";
- $apps[$x]['db'][$y]['table']['parent'] = "";
- $z=0;
- $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
- $apps[$x]['db'][$y]['table']['name'] = "v_rss_sub";
- $apps[$x]['db'][$y]['table']['parent'] = "";
- $z=0;
- $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;
- $apps[$x]['db'][$y]['table']['name'] = "v_rss_sub_category";
- $apps[$x]['db'][$y]['table']['parent'] = "";
- $z=0;
- $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'] = "";
- ?>
|