Hello, three enquiries here:
-
I was reading about ‘How Addons work’ and I notice you pass variables through GET like this…
class ModuleTest extends CodonModule
{
public function pageone($fruit=‘’, $orange=‘’)
{ …
How would I do the same using POST variables?
-
Is there a way to disable automatic flight logging? I suppose I could just delete the links to the config files but that’s not all too professional.
-
Is there a specific set of standars guidelines for phpVMS addon developers? I plan on writing some soon so it’s quite important that I am aware of any regulations.
Thanks!
Kieran