X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=docs%2Felementindex.html;fp=docs%2Felementindex.html;h=bc9b592c80edc2c6204b30e45d4d9acad28db274;hp=e8c970bca48cce5ee9168f25fa364494c1e0b770;hb=ff1bf26d2613233690000d0f16de00e7533380bf;hpb=3eb8cfe677dbd50680ffd1ebcc14aa733feba5b3 diff --git a/docs/elementindex.html b/docs/elementindex.html index e8c970b..bc9b592 100644 --- a/docs/elementindex.html +++ b/docs/elementindex.html @@ -88,10 +88,10 @@
Method - check_config_table + check_phpfspot_db
-
PHPFSPOT::check_config_table() in phpfspot.class.php
+
PHPFSPOT::check_phpfspot_db() in phpfspot.class.php
create phpfspot own sqlite database
@@ -128,6 +128,14 @@
Method + db_check_column_exists +
+
+
PHPFSPOT_DB::db_check_column_exists() in phpfspot_db.php
+
PHPFSPOT_DB check column exist
+
+
+ Method db_check_table_exists
@@ -136,6 +144,14 @@
Method + db_commit_transaction +
+
+
PHPFSPOT_DB::db_commit_transaction() in phpfspot_db.php
+
commit transaction
+
+
+ Method db_exec
@@ -175,6 +191,22 @@
Method + db_rollback_transaction +
+
+
PHPFSPOT_DB::db_rollback_transaction() in phpfspot_db.php
+
rollback transaction()
+
+
+ Method + db_start_transaction +
+
+
PHPFSPOT_DB::db_start_transaction() in phpfspot_db.php
+
start transaction
+
+
+ Method delTag
@@ -210,7 +242,7 @@
PHPFSPOT::gen_thumb() in phpfspot.class.php
-
Generates a thumbnail from photo idx
+
generates thumbnails
Page @@ -229,14 +261,6 @@
Method - getCurrentPhoto -
-
-
PHPFSPOT::getCurrentPhoto() in phpfspot.class.php
-
return the current photo
-
-
- Method getExport
@@ -317,6 +341,38 @@
Method + get_current_photo +
+
+
PHPFSPOT::get_current_photo() in phpfspot.class.php
+
return the current photo
+
+
+ Method + get_current_version +
+
+
PHPFSPOT::get_current_version() in phpfspot.class.php
+
current selected photo version
+
+
+ Method + get_db_version +
+
+
PHPFSPOT::get_db_version() in phpfspot.class.php
+
get database version
+
+
+ Method + get_latest_version +
+
+
PHPFSPOT::get_latest_version() in phpfspot.class.php
+
returns latest available photo version
+
+
+ Method get_meta_informations
@@ -345,7 +401,7 @@
PHPFSPOT::get_photo_details() in phpfspot.class.php
-
extract all photo details
+
get all photo details from F-Spot database
Method @@ -357,6 +413,22 @@
Method + get_photo_versions +
+
+
PHPFSPOT::get_photo_versions() in phpfspot.class.php
+
get photo versions
+
+
+ Method + get_photo_version_name +
+
+
PHPFSPOT::get_photo_version_name() in phpfspot.class.php
+
get photo version name
+
+
+ Method get_random_photo
@@ -426,6 +498,21 @@
PHPFSPOT::isValidDate() in phpfspot.class.php
validates provided date
+
+ Method + is_valid_version +
+
+
PHPFSPOT::is_valid_version() in phpfspot.class.php
+
check for invalid version of photo
+
+
+ Method + is_valid_width +
+
+
PHPFSPOT::is_valid_width() in phpfspot.class.php
+
@@ -669,6 +756,14 @@
Method + smarty_photo_version_select_list +
+
+ +
photo version select list
+
+
+ Method smarty_sort_select_list
@@ -731,6 +826,14 @@
PHPFSPOT::updateSortOrder() in phpfspot.class.php
updates sort order in session variable
+
+ Method + update_photo_version +
+
+
PHPFSPOT::update_photo_version() in phpfspot.class.php
+
update photo version in session variable
+