Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<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>
 

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