webmcp

view framework/env/param/__init.lua @ 447:d68098219642

Added tag v2.1.0 for changeset 0221836a9db5
author jbe
date Mon May 16 20:12:54 2016 +0200 (2016-05-16)
parents c3d539e33710
children
line source
1 request.for_each(function()
2 param._exchanged = false -- important to be false, not nil
3 param._saved = {} -- stack
4 end)

Impressum / About Us