Hello,

    I have a page with list of groups and along with each item there is a link 
to delete that group.  But deletion is not working.. here is the code

 

 function deletegroup($id)
 {
  $this->Group->del($id);
  $this->redirect(array('action' =>'groups'));
 }

 

when I move the mouse over the delete link, i see proper id value.. if i use 
the id to delete that record in phpmyadmin, it succeeds.. The Group object is 
valid too..  Am i missing anything?

 

Thanks,

Bharani

_________________________________________________________________
Windows Liveā„¢: Keep your life in sync.
http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to