$connection = Doctrine_Manager::getConnection()->getDbh();
काम नहीं करेगा... इसे आजमाएं:
$connection = Doctrine_Manager::getInstance()->getCurrentConnection()->getDbh();
फिर:
$stmt = $connection->query('SELECT * FROM some_table');
$stmt->execute();
$result = $stmt->fetchAll();