cake
public text v1 · immutablefunction delete($id){
if($this->Post->delete($id)){
$this->Session->setFlash('The post con id:'.$id.' ha sido eliminado');
$this->redirect(array('acton'=>'index'));
}
}function delete($id){
if($this->Post->delete($id)){
$this->Session->setFlash('The post con id:'.$id.' ha sido eliminado');
$this->redirect(array('acton'=>'index'));
}
}