README.txt 769 B

123456789101112131415161718192021222324
  1. 
  2. Addons directory is system extensions directory (core version without any extensions), a subdirectory structure:
  3. |-Action Controller Extension
  4. |-Behavior Behavior Extension
  5. |-Driver Drive Expansion
  6. | ├Driver/Cache Cache Drives
  7. | ├Driver/Db Database-driven
  8. | ├Driver/Session SESSION drive
  9. | ├Driver/TagLib Tag library drive
  10. | ├Driver/Template Template engine driven
  11. |
  12. |-Engine Engine Expansion
  13. |-Function Function Expansion
  14. |-Library Library Expansion
  15. | ├ORG ORG library package
  16. | ├COM COM library package
  17. |
  18. |-Mode Mode Extended
  19. |-Model Model extensions
  20. |-Tool Other extensions or tools
  21. |-Vendor Third-party libraries directory
  22. For details about the addons use, please refer to development manual extensions section.