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...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Download WebDNA ApplicationsWebDNA applications...
WebDNA LibrariesA list of available libraries for WebDNA...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
WebDNA reference...
[encrypt] and [decrypt] allow you to store sensitive data in your databases without risk of exposing it to prying eyes...
[store][store] is a simple context that stores variables permanently...
[xmlparse]Enable the WebDNA programmer to input XML data into a WebDNA variable...
[referrer]Displays the URL of the referring page...
[xmlnodesattributes]This context is used to iterate the attributes of a specific XML node...
[cart]Putting [cart] in your template automatically creates a unique shopping cart...