search

Home  >  Q&A  >  body text

How to operate ajax in ThinkPHP?

Can $this->ajaxReturn in ajax be written in the same method as $this->assign? Can they exist at the same time?

LRTRLLRTRL2751 days ago1439

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-07-18 09:43:33

    You may not understand the purpose of these two methods. $this->assign is to pass the value to the template

    $this->ajaxReturn is to convert the result into data for ajax. For example: json format data

    reply
    1
  • Cancelreply