Book Image

TYPO3 Extension Development

Book Image

TYPO3 Extension Development

Overview of this book

Table of Contents (13 chapters)

Overview


When extension programming is completed, there should be additional steps taken before an extension is published. These steps add significant value to the quality of the extension. The steps include:

  • Updating code files

    This involves checking the code once again for possible problems and missing code lines. Additionally, the function index should be created for each code file.

  • Writing documentation

    This involves creating manuals for the extension.