Summary

Extensions can (but do not have to) include a sitemap and can therefore include common sets of functionality for Nexista applications.

These can now be configured in the configuration file, like this:

    
    
        
            prepend
            &includepath;extensions/nx_cache.php
            &project_root;/cache/&server_name;/cache/
            0
            0
        
        
            prepend
            &includepath;extensions/nx_auth.php
        
    

Placement

Nexista extensions can be placed in two different places: * prepend - puts the script inside the loader file * predisplay - puts the script inside the gate files

Nexista Extensions