Cakephpdocs 31

CategoryCakePHP functions - del
Code ExamplesIn controller: $this->Post->del($id); // delete in posts table a row with id = $id.
Test Code
Links
Remarks
Cancel