Hi, I have a problem with Angularjs and Phalcon. When I send data to Phalcon action I receive on $POST something like this: Array ( [{"title":"asdasd"}] => ) How to convert this to acces data like $this->request->getPost('title');
Thank you!
Hi, I have a problem with Angularjs and Phalcon. When I send data to Phalcon action I receive on $POST something like this: Array ( [{"title":"asdasd"}] => ) How to convert this to acces data like $this->request->getPost('title');
Thank you!