NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on June 21, 2013, 05:36:38 AM

Title: p_web.Function() list?
Post by: cwtart on June 21, 2013, 05:36:38 AM
It would be great to have a list of p.web.DoSomethings() and a description of what they do and where they can be used in embeds. I cannot find anything in the docs.

Obviously, p_web.GetSessionValue(), p_web.SetSessionValue(), and p_web.GetValue() are known but a lot of functions I have discovered by accident and they can save me a lot of time.

Searching NetWeb.clw does not work so well because of the need to pass parameters, etc. without knowing the whys and wheres that a function can be used and what it does.

Has anyone put together such a list or know where I can find one?

Chuck
Title: Re: p_web.Function() list?
Post by: Bruce on June 21, 2013, 06:38:59 AM
>> It would be great to have a list of p.web.DoSomethings()

It would indeed. Docs is an ongoing project and one which consumes a lot of time already - and yet the list of things to do seems to get ever longer. My current goal is to finish the Template Reference, which is now _almost_ finished. After that there are some other areas of the old docs which need refactoring, and then I'll start on the Class method reference for the WebServer and WebServerWorker classes.

Cheers
Bruce
Title: Re: p_web.Function() list?
Post by: cwtart on June 21, 2013, 10:43:42 AM
Thanks Bruce - I understand exactly - my own software documentation is last on my to-do list - I will await patiently for your words.

Chuck