/**
  * 设置后端数据装载器的参数
  * 
  * @param array $config
  */
 public function setBackendConfig($config)
 {
     $this->_backend->setConfig($config);
 }