migrte propel to propel 2

This commit is contained in:
Manuel Raynaud
2013-07-04 19:31:09 +02:00
parent dcb3baaf4c
commit 5fda702b8d
531 changed files with 516 additions and 287452 deletions

View File

@@ -41,20 +41,10 @@ class DefinePropel {
{
$connection = $this->processorConfig["connection"];
return $conf = array(
"datasources" =>
array(
"thelia" =>
array(
"adapter" => $connection["driver"],
"connection" =>
array(
"dsn" => $connection["dsn"],
"user" => $connection["user"],
"password" => $connection["password"],
"classname" => $connection["classname"]
)
)
)
"dsn" => $connection["dsn"],
"user" => $connection["user"],
"password" => $connection["password"],
//"classname" => $connection["classname"]
);
}
}