model = Db::name('pre_order'); } /** * index * @return void */ public function index() { try { echo true; } catch (Exception $e) { echo false; } } }