$obj = Doctrine::getTable('plik')->findOneBySlug('dane'); header('Content-Type: ' . $obj['typmime']); echo $obj['dane'];