[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] CGILua 5.0 Beta Released
- From: Tomas <tomas@...>
- Date: Wed, 15 Dec 2004 20:33:39 -0200 (BRDT)
Hi Javier,
On Wed, 15 Dec 2004, Javier Guerra wrote:
> and i've just noticed that cgilua.addscripthandler() could do what i asked
> about 'url functions'. i'll just add a new extension type
> (.rpc, .lpc, .lf ?) to call a function from a table instead of loading a
> script from disk.
This function only associates an extension with a Lua
function (this Lua function will be called by CGILua's main function
with the filename translated from the URL by the http server). This
is different from URL functions: association between an URL and a function.
Tomas