Update/Edit data in cakephp

 $this->Store->id = 28;

$data = array();

$data['Store']['store_name'] = "Test Sarab Gen Store";

$this->Store->save($data);

Comments

Popular posts from this blog

Add Css And Js Files on Specific Page In laravel

Be 10x 10 tools from sessions

Diffrence between Put and Patch