[ application design ]

The application design of phpMyFAQ is different from a clean MVC design pattern because of the constant growth of the last years. But it'll be improved from version to version.

  • ./admin/: Administration backend
  • ./admin/editor/: TinyMCE editor component
  • ./admin/images/: Images for the administration backend
  • ./docs/: Documentation, readme and changed files
  • ./feed/: RSS feeds
  • ./font/: True type fonts
  • ./images/: Image folder
  • ./inc/: Classes, Interfaces and bundled libraries
  • ./install/: Installation and update scripts, DDL
  • ./lang/: Language files
  • ./scripts/: SVN2package file
  • ./template/: XHTML templates and CSS files
  • ./: FAQ frontend

This page is not finished yet.