PostLink method does not exist in version 2.4.4 of CakePHP?

-1

I'm trying to use the postLink method to delete images, using their name. However Cake gives me an error saying: Warning (512): Method HtmlHelper :: postLink does not exist

asked by anonymous 21.03.2014 / 17:33

1 answer

1

You're actually using the wrong helper . The correct is FormHelper and not HtmlHelper .

As you can see in API and > documentation .

    
21.03.2014 / 17:40