eZ Publish  [trunk]
ezimportdbafile.php File Reference

Go to the source code of this file.

Variables

if($dataTypeName===null) $allowedDatatypes = eZDataType::allowedTypes()
 $cli = eZCLI::instance()
 $dataTypeName = $options['datatype']
 $options
 $script

Variable Documentation

if ($dataTypeName===null) $allowedDatatypes = eZDataType::allowedTypes()

Definition at line 35 of file ezimportdbafile.php.

$cli = eZCLI::instance()

Definition at line 14 of file ezimportdbafile.php.

$dataTypeName = $options['datatype']

Definition at line 28 of file ezimportdbafile.php.

$options
Initial value:
 $script->getOptions( "[datatype:]", "",
                                array( 'datatype' => "The name of the datatype where the database should be updated." ) )

Definition at line 25 of file ezimportdbafile.php.

Initial value:
 eZScript::instance( array( 'description' => ( "eZ Publish datatype sql update\n\n" .
                                                        "Script can be run as:\n" .
                                                        "bin/php/ezimportdbafile.php --datatype=\n\n" .
                                                        "Example: bin/php/ezimportdbafile.php --datatype=ezisbn" ),
                                     'use-session' => false,
                                     'use-modules' => true,
                                     'use-extensions' => true ) )

Definition at line 15 of file ezimportdbafile.php.