1
Hello,
I have a request, may be for XOOPS 2.6 (or not)...
We've get in our XOOPS database many tables with different name, not friendly readable in PhpMyAdmin (melting Pot).
I suggest norme for XOOPS tables
modules tables :
Quote:
_mod_nomdumodule_table1dumodule
_mod_nomdumodule_table2dumodule
_mod_nomdumodule_table3dumodule
Example :
Quote:
_mod_publisher_categories
_mod_publisher_files
_mod_publisher_items
_mod_publisher_meta
_mod_publisher_mimetypes
_mod_publisher_rating
For the next plugins, we could get
Quote:
For system tables, we could get :
Quote:
_core_config
_core_configcategory
_core_configoption
_ core_groups
_core_groups_users_link
_core_group_permission
...
it will be more clear.
Sure, it's note a revolution, just more clear.
Actually, there are sytem tables then, modules tables, other system tables, then others modulestables...
See :
Quote:
_avatar
_avatar_user_link
_banner
_bannerclient
_bannerfinish
_block_module_link
_cache_model
_config
_configcategory
_configoption
_groups
_groups_users_link
_group_permission
_image
_imagebody
_imagecategory
_imgset
_imgsetimg
_imgset_tplset_link
_modules
_mysearch_searches
_newblocks
_online
_priv_msgs
_protector_access
_protector_log
_publisher_categories
_publisher_files
_publisher_items
_publisher_meta
_publisher_mimetypes
_publisher_rating
_ranks
_session
_smiles
_stories
_stories_files
_stories_votedata
_topics
_tplfile
_tplset
_tplsource
_users
_xoopscomments
_xoopsnotifications
Moreover, Is it possible to get clean table for the next "news module" version:
_topics => _stories_topics (Then, with norm, _mod_stories_topics)
Finally, in phpmyadmin, we could get this
Quote:
_core_table1
_core_table2
_core_table2
_mod_module1_table1
_mod_module1_table2
_mod_module1_table3
_mod_module2_table1
_mod_module2_table2
_mod_module2_table3
_pgin_plungin1_table1
_pgin_plungin1_table2
_pgin_plungin2_table1
_pgin_plungin2_table2