Attention

TYPO3 v9 has reached its end-of-life September 30th, 2021 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.

You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.

Conclusion

In this chapter you have learned how to use the Model View Controller Design Pattern, which divides the applications in the data model and the user interaction, in Extbase.

Domain Driven Design and the MVC architecture form the conceptual backbone of Extbase. Additionally, we recommend a look at test driven development as a development paradigm, which lowers the probability of errors in the code dramatically and structures the daily work of developer even more.

With these base concepts you are perfectly prepared for the next chapters. Now dive into the depths of Extbase with us!