Fatal error: Uncaught ArgumentCountError: Too few arguments to function Posts::search(), 0 passed in.exactly 1 expected

后端 未结 0 1571
长发绾君心
长发绾君心 2021-01-27 04:03

please this is my search function

public function search($email) {
    $posting = $this->postModel->searchBooking($email);
   if($_SERVER[\'REQUEST_METHOD\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题