added default paths

This commit is contained in:
Michael Heiniger 2013-04-12 08:28:47 +02:00
commit c043dbb027

View file

@ -136,7 +136,8 @@ abstract class AbstractDataHandler
$searchPath[] = $this->getRootDir() . '/../' . $modelPath;
}
} else {
$searchPath[] = $this->getRootDir() . '/../';
$searchPath[] = $this->getRootDir() . '/../src/';
$searchPath[] = $this->getRootDir() . '/../vendor/';
}
return $searchPath;
}