David Ansermot Web Developer / TYPO3 Integrator

26nov/090

TYPO3 Hooks Tutorial

Some days ago I needed to extends tt_news for adding some required features.
While googling, I found this cute tutorial, using the extension wfqbe as exemple.

Helpful knowledge: You should know the basics of extension building (creating a new extension with the kickstarter should suffice), if you haven’t worked with wfqbe so far you should get to know the extension first. wfqbe requires some basic SQL skills.

If you need to learn more about hooks, then go read it here