示例#1
0
 public function show()
 {
     $c = new Color();
     $list = $c->all();
     include 'Libraries/Views/list.php';
 }