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
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
You're actually using the wrong helper . The correct is FormHelper
and not HtmlHelper
.
As you can see in API and > documentation .