Documentation
INCLUDE
usage
<QUERY><INCLUDE file="..." /></QUERY>
paramètres
file
this commands allow you to include external NQL queries stored in shared files.
exemples
<QUERY>
<INCLUDE file="products.nql"/> <!-- inside the same directory as the script executing the command -->
</QUERY>
<QUERY>
<INCLUDE file="/Public/navigation.nql"/> <!-- giving the complete path starting from the directory where sushee is installed -->
</QUERY>