We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

phalcon2.0 \Phalcon\Mvc\Micro\Collection PUT method

\Phalcon\Mvc\Micro\Collection PUT method


 $this->request->getPut();

$this->request->getPut('id');

$this->request->getPut('name');

with

phalcon_x86_VC11_php5.6.0_1.3.4

the code is right;

with

phalcon_x86_VC11_php5.5.0_2.0.0_nts

the method "getPut" can be only invoke once,the second time or more , there will be null returns;

Could you please submit it as a bug on Github?