1.

Give The File Structure Used By Typo3 Files?

Answer»

TYPO3 files use the following STRUCTURE:

  1. Opening PHP tag
  2. NAMESPACE
  3. Copyright notice
  4. Included files
  5. Class INFORMATION block in phpDoc format
  6. PHP class
  7. Optional module execution code (for EXAMPLE, in eID classes)

TYPO3 files use the following structure:



Discussion

No Comment Found