Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A good file/folder structure would be the below:</p> <pre><code>website_folder/ –––– application/ –––––––– config/ –––––––––––– autoload.php –––––––––––– config.php –––––––––––– ... –––––––– controllers/ –––––––––––– examples.php –––––––––––– index.html –––––––––––– welcome.php –––––––– ... –––––––– views/ ––––––––---- templates/ ––––––––-------- backend.php ––––––––-------- frontend.php –––––––––––– .... –––––––––––– example.php –––––––––––– index.html –––––––––––– welcome_message.php –––– assets/ –––––––– css/ –––––––– js/ –––––––– images/ –––––––– templates/ ––––––––---- frontend/ ––––––––-------- css/ ––––––––-------- js/ ––––––––-------- images/ ––––––––---- backend/ ––––––––-------- css/ ––––––––-------- js/ ––––––––-------- images/ –––––––– uploads/ –––––––– index.html –––– system/ –––– user_guide/ –––– index.php –––– license.txt </code></pre> <p>This is just a suggestion. So you will have your template views at views/templates and your css/js files at assets/templates/</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload