public function edit_pwd() { include_once "./functions/account/edit.php"; include_once "models/account/account_info.php"; $account = new Account_info(); $main = new Edit(); $account->edit_result = $main->edit_pwd($_POST); return View("account/main", $account); }