Procedural File: mime.pbase.php
Source Location: /liberty/plugins/mime.pbase.php
Page Details:
Tags:
PLUGIN_MIME_GUID_PBASE [line 22]
mime_pbase_load [line 108]
TRUE mime_pbase_load(
&$pFileHash, &$pPrefs, [array $pParams = NULL], array $pFileHash, array $pPrefs)
|
|
Load file data from the database
Tags:
Parameters
array |
$pFileHash |
Contains all file information |
array |
$pPrefs |
Attachment preferences taken liberty_attachment_prefs |
array |
$pParams |
Parameters for loading the plugin - e.g.: might contain values such as thumbnail size from the view page |
|
&$pFileHash |
|
|
&$pPrefs |
|
mime_pbase_store [line 69]
TRUE mime_pbase_store(
&$pStoreRow, array $pStoreRow)
|
|
Store the data in the database
Tags:
Parameters
array |
$pStoreRow |
File data needed to store details in the database - sanitised and generated in the verify function |
|
&$pStoreRow |
|
mime_pbase_update [line 96]
TRUE mime_pbase_update(
&$pStoreRow, [ $pParams = NULL], array $pStoreRow)
|
|
mime_pbase_update update file information in the database if there were changes.
Tags:
Parameters
array |
$pStoreRow |
File data needed to update details in the database |
|
&$pStoreRow |
|
|
$pParams |
|
mime_pbase_verify [line 49]
void mime_pbase_verify(
&$pStoreRow)
|
|
Parameters
|
|