Skip to content
Yash Gupta edited this page Aug 30, 2014 · 2 revisions

Directory Structure

ui follows the following directory dtructure

  • app/
    • index.php
    • <page-name>.php
    • <dir-name>
      • index.php
      • <page-name>.php
    • _<hidden-file-name>.php
    • _<hidden-dir-name>
      • <hidden-file-name>.php
  • logs/
    • <log files>
  • core/
    • ui.php
    • init.php
  • lib/
    • lib_<library-name>.php files
    • <library-name>/
      • index.php
      • other files this lib needs
  • <directory-used-by-some-plugin>

Clone this wiki locally