sfPropelData::doLoadDataFromFile PHP Method

doLoadDataFromFile() protected method

Loads data for the database from a YAML file
protected doLoadDataFromFile ( string $file )
$file string The path to the YAML file.
    protected function doLoadDataFromFile($file)
    {
        $this->log(sprintf('reading data from %s', $file));
        parent::doLoadDataFromFile($file);
    }