if (!$data = $this->Memcached->fetch($this->mckey)) {
                $query = "SELECT * FROM gallery_mig_album WHERE id = ?";
                
                $data = $this->db->fetchRow($query, $this->id);