\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;