Unable to delete first record using postLink()

2015-12-22 Thread Jaspreet Sarao
Hello, I am new to cakephp.. I have used postLink() to delete the records. On a page, I am unable to delete first record using postLink(). I have used postLink() after $this->Form->create. $this->Form->postLink($image1, array( 'action' => 'delete', $item[$modelClass]['id'], )

Re: Unable to delete first record using postLink()

2015-12-22 Thread euromark
> > I have used postLink() to delete the records. On a page, I am unable to > delete first record using postLink(). I have used postLink() after > $this->Form->create. > > > $this->Form->postLink($image1, array( > 'action' => 'delete', > $item[