WIKINDX METHODS

Method:
listFiles()

Class:
EXPORTCOMMON

Method Call:
include_once("core/file/export/EXPORTCOMMON.php");
$common = new EXPORTCOMMON($this->db);
STRING $common->listFiles();

Description:
This method returns a listing of all exported files in the user's directory within the files/ directory.

Usage:
Example:
	include_once("core/template/TEMPLATE.php");
	$template = new TEMPLATE('content');
	include_once("core/file/export/EXPORTCOMMON.php");
	$common = new EXPORTCOMMON($this->db);
	$pString = $common->listFiles();
	$template->setVar('body', $pString);
 

WIKINDX home      WIKINDX usage      WIKINDX classes