ContentBox Core API 1.5.7

contentbox.model.importers
Class WordpressImporter

WEB-INF.cftags.component
        extended by contentbox.model.importers.WordpressImporter
All Implemented Interfaces:
ICBImporter

public class WordpressImporter
extends WEB-INF.cftags.component

Import a WordPress database into contentbox


Constructor Summary
init()
          Constructor
 
Method Summary
 any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
          Import from WordPress blog, returns the string console
private any fixWordPressContent(string str)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

execute

public any execute(any dsn, [any dsnUsername=''], [any dsnPassword=''], [any defaultPassword=''], any roleID, [any tableprefix=''])
Import from WordPress blog, returns the string console.

Specified by:
execute in interface ICBImporter
Parameters:
dsn
dsnUsername
dsnPassword
defaultPassword
roleID
tableprefix

fixWordPressContent

private any fixWordPressContent(string str)

Parameters:
str

ContentBox Core API 1.5.7