Hi,
I'm a developer experienced in C / C++ and, to learn some PHP and Web programming, now try to adapt a plugin for Oxwall for the needs of a friend who runs an Oxwall server.
To get started, I have two questions:
1. I cannot find any library reference / code documentation to get an overview of the Oxwall source code - is there any (beside the plugin crashcourse)?
2. Inside the plugin I started to write for testing (based on the crash course), it looks like the 'init.php' contents are execute every 5 seconds. My idea of an 'init' is that this is called only once when the page is loaded?
If init.php is executed every five seconds by intention - where to put some code that shall be executed only once?