Class Hook_joomla

Description

Located in /sources/hooks/modules/admin_import/joomla.php (line 21)


	
			
Method Summary
void import_banners (object The $db, string $table_prefix, PATH $old_base_dir)
void import_catalogue_faqs (object The $db, string $table_prefix, PATH $old_base_dir)
void import_catalogue_links (object The $db, string $table_prefix, PATH $old_base_dir)
void import_news_and_categories (object The $db, string $table_prefix, PATH $old_base_dir)
void import_ocf_groups (object The $db, string $table_prefix, PATH $file_base)
void import_ocf_members (object The $db, string $table_prefix, PATH $file_base)
void import_ocf_topics (object The $db, string $table_prefix, PATH $file_base)
void import_polls (object The $db, string $table_prefix, PATH $old_base_dir)
?array info ()
TIME mysql_time_to_timestamp (string $timestamp)
Methods
import_banners (line 435)

Standard import function.

void import_banners (object The $db, string $table_prefix, PATH $old_base_dir)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $old_base_dir: The base directory we are importing from
import_catalogue_faqs (line 272)

Standard import function.

void import_catalogue_faqs (object The $db, string $table_prefix, PATH $old_base_dir)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $old_base_dir: The base directory we are importing from
import_catalogue_links (line 215)

Standard import function.

void import_catalogue_links (object The $db, string $table_prefix, PATH $old_base_dir)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $old_base_dir: The base directory we are importing from
import_news_and_categories (line 326)

Standard import function.

void import_news_and_categories (object The $db, string $table_prefix, PATH $old_base_dir)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $old_base_dir: The base directory we are importing from
import_ocf_groups (line 139)

Standard import function.

void import_ocf_groups (object The $db, string $table_prefix, PATH $file_base)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $file_base: The base directory we are importing from
import_ocf_members (line 60)

Standard import function.

void import_ocf_members (object The $db, string $table_prefix, PATH $file_base)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $file_base: The base directory we are importing from
import_ocf_topics (line 173)

Standard import function.

void import_ocf_topics (object The $db, string $table_prefix, PATH $file_base)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $file_base: The base directory we are importing from
import_polls (line 535)

Standard import function.

void import_polls (object The $db, string $table_prefix, PATH $old_base_dir)
  • object The $db: DB connection to import from
  • string $table_prefix: The table prefix the target prefix is using
  • PATH $old_base_dir: The base directory we are importing from
info (line 29)

Standard modular info function.

  • return: Map of module info (NULL: module is disabled).
?array info ()
mysql_time_to_timestamp (line 423)

Convert a mySQL timestamp to a standard timestamp.

  • return: Standard timestamp
TIME mysql_time_to_timestamp (string $timestamp)
  • string $timestamp: MySQL timestamp

Documentation generated on Sun, 02 Jan 2011 23:16:48 +0000 by phpDocumentor 1.4.3