You are currently viewing the 1.0 branch api documentation. Switch to 1.1

1.0 Doctrine_Data_Export

Doctrine Data Export

Inheritence

Doctrine_Data_Export  < Doctrine_Data

Method Summary

Returns Name Description
doExport FIXME: This function has ugly hacks in it for temporarily disabling INDEXBY query parts of tables to export. Update from jwage: I am not sure if their is any other better solution for this. It may be the correct solution to disable the indexBy settings
dumpData Dump the prepared data to the fixtures files
array prepareData Prepare the raw data to be exported with the parser
__construct

Method Details

  • doExport()

    FIXME: This function has ugly hacks in it for temporarily disabling INDEXBY query parts of tables to export.
    Update from jwage: I am not sure if their is any other better solution for this. It may be the correct solution to disable the indexBy settings


  • dumpData($data, $array)

    Dump the prepared data to the fixtures files


  • (array) prepareData($data)

    Prepare the raw data to be exported with the parser


  • __construct($directory)

    constructor