File/plugins/Linker/backend.php

Description

Unified backend for Linker

Linker was originally developed by: James Sleeman http://www.gogo.co.nz, Gogo Internet Services

Unified backend sponsored by DTLink Software, http://www.dtlink.com Implementation by Yermo Lamers, http://www.formvista.com/contact.html

(c) DTLink, LLC 2005. Distributed under the same terms as HTMLArea itself. This notice MUST stay intact for use (see license.txt).

backend.php expects at least two URL variable parameters:

__plugin=Linker for future expansion; identify the plugin being requested. __function=scan function being called.

Having a single entry point that strictly adheres to a defined interface will make the backend code much easier to maintain and expand. It will make it easier on integrators, not to mention it'll make it easier to have separate implementations of the backend in different languages (Perl, Python, ASP, etc.)

Includes
 include_once (AREAEDIT_INSTALL_ROOT."/ddt/ddt.php") (line 39)

debug message library

 require_once ('../../backends/backend_conf.php') (line 33)

master configuration file.

we assume our current working directory is areaedit/plugins/Linker

Functions
linker_callback (line 53)

Liner backend callback

After including this file, the unified backend.php script will call this function

void linker_callback (mixed $formVars)

Documentation generated on Sat, 31 Dec 2005 14:56:51 -0500 by phpDocumentor 1.3.0RC3