Class Hook_phpnuke

Description

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


	
			
Method Summary
AUTO_LINK get_news_category_id (SHORT_TEXT $title, ID_TEXT $image)
void import_authors (object The $db, string $table_prefix, PATH $old_base_dir)
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_cedi (object The $db, string $table_prefix, PATH $old_base_dir)
void import_config (object The $db, string $table_prefix, PATH $old_base_dir)
void import_contacts (object The $db, string $table_prefix, PATH $old_base_dir)
tempcode import_downloads_and_categories (object The $db, string $table_prefix, PATH $old_base_dir)
void import_ephems (object The $db, string $table_prefix, PATH $old_base_dir)
void import_flagrant (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_pages (object The $db, string $table_prefix, PATH $old_base_dir)
void import_polls (object The $db, string $table_prefix, PATH $old_base_dir)
void import_quotes (object The $db, string $table_prefix, PATH $old_base_dir)
void import_wordfilter (object The $db, string $table_prefix, PATH $old_base_dir)
?array info ()
TIME mysql_time_to_timestamp (string $timestamp)
Methods
get_news_category_id (line 214)

Convert a named news category to an ocPortal news category ID.

  • return: The news category ID
AUTO_LINK get_news_category_id (SHORT_TEXT $title, ID_TEXT $image)
  • SHORT_TEXT $title: Named news category
  • ID_TEXT $image: The image code the news category will use
import_authors (line 66)

Standard import function.

void import_authors (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_banners (line 101)

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 473)

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 497)

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_cedi (line 445)

Standard import function.

void import_cedi (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_config (line 130)

Standard import function.

void import_config (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_contacts (line 678)

Standard import function.

void import_contacts (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_downloads_and_categories (line 352)

Standard import function.

  • return: Import message
tempcode import_downloads_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_ephems (line 643)

Standard import function.

void import_ephems (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_flagrant (line 546)

Standard import function.

void import_flagrant (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 229)

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_pages (line 564)

Standard import function.

void import_pages (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_polls (line 158)

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
import_quotes (line 608)

Standard import function.

void import_quotes (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_wordfilter (line 627)

Standard import function.

void import_wordfilter (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 89)

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:21:20 +0000 by phpDocumentor 1.4.3