$img = ImgPeer::retrieveBySlug('fotka'); header('Content-Type: image/jpeg'); echo stream_get_contents($img->getImg());