update api documentation

This commit is contained in:
Manuel Raynaud
2013-04-15 10:29:58 +02:00
parent 03d94cd88c
commit 8db01fa856
1487 changed files with 56864 additions and 314593 deletions

View File

@@ -56,23 +56,4 @@ class DefinePropel {
)
);
}
/*
* $conf = array (
'datasources' =>
array (
'thelia' =>
array (
'adapter' => THELIA_DB_ADAPTER,
'connection' =>
array (
'dsn' => THELIA_DB_DSN,
'user' => THELIA_DB_USER,
'password' => THELIA_DB_PASSWORD,
),
),
),
'generator_version' => '1.6.8',
);
return $conf;
*/
}