File/plugins/ImageManager/backend.php

Description

Unified backend for ImageManager

Image Manager was originally developed by: Xiang Wei Zhuo, email: xiangweizhuo(at)hotmail.com Wei Shou.

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).

DESCRIPTION:

Instead of using separate URL's for each function, ImageManager now routes all requests to the server through this single, replaceable, entry point. backend.php expects at least two URL variable parameters:

__plugin=ImageManager for future expansion; identify the plugin being requested. __function=thumbs|images|editorFrame|editor|manager|newfolder 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 43)

debug message library

 require_once ('config.inc.php') (line 37)

ImageManager configuration

Functions
imagemanager_callback (line 57)

ImageManager backend callback

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

void imagemanager_callback (mixed $formVars)

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