Welcome Guest, Not a member yet? Register   Sign In
How to use ajax/json with validation ?
#4

(11-23-2018, 11:54 AM)bvrignaud Wrote:
(11-23-2018, 11:13 AM)Piotr Wrote:
Code:
$this->return $this->response->setJSON([ // <<<<-------- $this->return $this->response... ?? or return $this->... ??
     'success'    => true,
]);
Sorry, I changed for return $this->...
I'm using responseTrait gor json response

PHP Code:
....
use 
ResponseTrait;
....
...
return 
$this->respond([
...
...
]); 
Reply


Messages In This Thread
RE: How to use ajax/json with validation ? - by titounnes - 11-24-2018, 06:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB