MediaWiki/extensions: Difference between revisions

    (mw:Extension:GlobalUserrights - Allows easy management of global user rights through Special:GlobalUserrights)
    (mw:Extension:HashTables BINGO! Now we need only a way to store these in a database and fetch them from the database and we're set for a system that we can edit wiki and get stored in database and edit database and wiki get affected.)
    Line 202: Line 202:
    === GlobalUserrights ===
    === GlobalUserrights ===
    [[mw:Extension:GlobalUserrights]] - Allows easy management of global user rights through Special:GlobalUserrights
    [[mw:Extension:GlobalUserrights]] - Allows easy management of global user rights through Special:GlobalUserrights
    == H ==
    === HashTables ===
    [[mw:Extension:HashTables]] - Enhances the parser with hash table functions and a function to store all parameters given to a template.
    '''Us on HashTables:'''
    BINGO! Now we need only a way to store these in a database and fetch them from the database and we're set for a system that we can edit wiki and get stored in database and edit database and wiki get affected.
    Naturally using [[#Arrays]] can be much more efficient then a hash table when there is much sequential access of values / keys tables .. Using a hash table to store all things and no arrays certainly makes much more sense then using an array to store all things and no hash tables.


    == N ==
    == N ==