Example #1
0
 public function showConfig($id)
 {
     $config_model = new Config();
     return $config_model->findOne($id);
 }