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 |
Methods inherited from Doctrine_Data
getFormats , importData , isRelation , getModels , setModels , getFormat , setFormat , exportData , getDirectory , importDummyData , setDirectory , purge , exportIndividualFilesMethod 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