[ PHPXref.com ] [ Generated: Sun Jul 20 19:46:00 2008 ] [ phpMyAdmin 2.9.0.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/libraries/ -> transformations.lib.php (summary)

(no description)

File Size: 209 lines (8 kb)
Included or required: 13 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  PMA_transformation_getOptions()
  PMA_getAvailableMIMEtypes()
  PMA_getMIME()
  PMA_setMIME()
  PMA_sanitizeTransformationFile()

Functions
Functions that are not part of a class:

PMA_transformation_getOptions($string)   X-Ref
Set of functions used with the relation and pdf feature


PMA_getAvailableMIMEtypes()   X-Ref
Gets all available MIME-types

author: Garvin Hicking <me@supergarv.de>
return: array    array[mimetype], array[transformation]

PMA_getMIME($db, $table, $strict = false)   X-Ref
Gets the mimetypes for all rows of a table

author: Mike Beck <mikebeck@users.sourceforge.net> / Garvin Hicking <me@supergarv.de>
param: string   the name of the db to check for
param: string   the name of the table to check for
param: string   whether to include only results having a mimetype set
return: array    [field_name][field_key] = field_value

PMA_setMIME($db, $table, $key, $mimetype, $transformation, $transformation_options, $forcedelete = false)   X-Ref
Set a single mimetype to a certain value.

param: string   the name of the db
param: string   the name of the table
param: string   the name of the column
param: string   the mimetype of the column
param: string   the transformation of the column
param: string   the transformation options of the column
param: string   (optional) force delete, will erase any existing comments for this column
return: boolean  true, if comment-query was made.

PMA_sanitizeTransformationFile(&$filename)   X-Ref
Returns the real filename of a configured transformation

param: string   the current filename
return: string   the new filename



[ Powered by PHPXref - Served by Debian GNU/Linux ]