move auto generate documentation to documentation/api folder

start to create a new file for insertion in database
add locale column to lang table
This commit is contained in:
Manuel Raynaud
2013-02-11 10:59:31 +01:00
parent 4af7d1c6ce
commit ccee45c48a
1425 changed files with 266 additions and 152 deletions

View File

@@ -76,7 +76,19 @@ class Thelia extends Kernel
*/
public function loadConfiguration()
{
$request = $this->getContainer()->get('request');
}
/**
*
* boot parent kernel and after current kernel
*
*/
public function boot()
{
parent::boot();
$this->loadConfiguration();
}
/**