You are currently browsingthe website for symfony 1
Visit the Symfony2 website
« Back to API menu
This class defines the interface for interacting with data, as well as default implementations.
Manages reading all of the fixture data files and loading them into the data source
Loads data for the database from a YAML file
Gets the current value of the flag that indicates whether current data is to be deleted or not.
Gets a list of one or more *.yml files and returns the list in an array.
The returned array of files is sorted by alphabetical order.
returns A list of *.yml files
throws sfInitializationException If the directory or file does not exist.
Manages the insertion of data into the data source
Sets a flag to indicate if the current data in the database should be deleted before new data is loaded.