Class: FrightImporter

Source Location: /CORE/system/classes/fright/FrightImporter.php

Class FrightImporter

Class Overview

The FrightImporter is able to import a XML as File or String and setup the system with the configured settings.

CAREFULL: It deletes all existing settings within the System, make sure your Import is working. A Backup is created before the delete is performed, so your are always able to recover your old system.

Located in /CORE/system/classes/fright/FrightImporter.php [line 111]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: FrightImporter.php,v 1.12 2006/11/26 22:04:24 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
FrightImporter   FrightImporter()  
void   importFile()   Import an XML File
void   importXML()  

[ Top ]
Methods
Constructor FrightImporter  [line 143]

  FrightImporter FrightImporter( )



[ Top ]
importFile  [line 152]

  void importFile( $filename  )

Import an XML File

Parameters:
   $filename: 


[ Top ]
importXML  [line 178]

  void importXML( $xml  )

Parameters:
   $xml: 


[ Top ]