public function __wakeup()
 {
     parent::__wakeup();
     if (is_null($this->_selectQueue)) {
         $this->_selectQueue = array();
     }
 }