Remove remainder of legacy doctrine code

This commit is contained in:
Lucas Bickel 2017-03-10 18:37:11 +01:00
parent 03c73065bf
commit 86ff6e8e12
3 changed files with 1 additions and 12 deletions

View File

@ -578,7 +578,7 @@ SQL;
* by creating $con outside the function with beingTransaction() */
/**
* @param int $p_id
* @param \Doctrine\DBAL\Driver\PDOConnection $con
* @param Propel Connection
*
* @return Application_Model_StoredFile
* @throws Exception

View File

@ -1,11 +0,0 @@
<?php
$ini = parse_ini_file('/etc/airtime/airtime.conf', true);
return array(
'dbname' => $ini['database']['dbname'],
'user' => $ini['database']['dbuser'],
'password' => $ini['database']['dbpass'],
'host' => 'localhost',
'driver' => 'pdo_pgsql',
);