numero = 259
It is important to understand that writing all your databases to disk might take several seconds, depending on the size of your databases and the speed of your disk. In most cases, [commitdatabase] is more appropriate.
Putting [flushdatabases] in your template causes all databases to be written to disk and closed. This is only needed for special cases (usually before appending to a file) where you need to change a file that may be cached in RAM, and you do not know the exact name of the database. WebDNA automatically closes databases when it needs more memory, so you typically do not need to use this tag.It is important to understand that writing all your databases to disk might take several seconds, depending on the size of your databases and the speed of your disk. In most cases, [commitdatabase] is more appropriate.
DOWNLOAD WEBDNA NOW!
A compilation of some user's questions...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
WebDNA reference...
WebDNA LibrariesA list of available libraries for WebDNA...
Download WebDNA ApplicationsWebDNA applications...
Changes all lower case letters to upper case...
[deletefolder]Deletes a folder from your website...
[table][table] allows you to quickly create a temporary 'in line' database that is local to the template and not part of the global database cache...
[delete][delete db=some...
[setmimeheader]Causes WebDNA to add a new MIME header to the outgoing HTML...
[platform]...