From ff1bf26d2613233690000d0f16de00e7533380bf Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 30 May 2009 10:14:59 +0200 Subject: update docs for 1.7 release Signed-off-by: Andreas Unterkircher --- docs/elementindex_phpfspot.html | 127 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 115 insertions(+), 12 deletions(-) (limited to 'docs/elementindex_phpfspot.html') diff --git a/docs/elementindex_phpfspot.html b/docs/elementindex_phpfspot.html index 274fc90..7f33f8e 100644 --- a/docs/elementindex_phpfspot.html +++ b/docs/elementindex_phpfspot.html @@ -164,10 +164,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
@@ -204,6 +204,14 @@
Method + db_check_column_exists +
+
+ +
PHPFSPOT_DB check column exist
+
+
+ Method db_check_table_exists
@@ -212,6 +220,14 @@
Method + db_commit_transaction +
+
+ +
commit transaction
+
+
+ Method db_exec
@@ -251,6 +267,22 @@
Method + db_rollback_transaction +
+
+ +
rollback transaction()
+
+
+ Method + db_start_transaction +
+
+ +
start transaction
+
+
+ Method delTag
@@ -286,7 +318,7 @@
PHPFSPOT::gen_thumb() in phpfspot.class.php
-
Generates a thumbnail from photo idx
+
generates thumbnails
Page @@ -305,14 +337,6 @@
Method - getCurrentPhoto -
-
-
PHPFSPOT::getCurrentPhoto() in phpfspot.class.php
-
return the current photo
-
-
- Method getExport
@@ -393,6 +417,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
@@ -421,7 +477,7 @@
PHPFSPOT::get_photo_details() in phpfspot.class.php
-
extract all photo details
+
get all photo details from F-Spot database
Method @@ -433,6 +489,22 @@
Method + get_photo_versions +
+
+
PHPFSPOT::get_photo_versions() in phpfspot.class.php
+
get photo versions
+
+
+ Method + get_photo_version_name +
+
+ +
get photo version name
+
+
+ Method get_random_photo
@@ -502,6 +574,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
+
@@ -745,6 +832,14 @@
Method + smarty_photo_version_select_list +
+
+ +
photo version select list
+
+
+ Method smarty_sort_select_list
@@ -807,6 +902,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
+
-- cgit v1.2.3-18-g5258