meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
code_standards [2023/10/08 15:51] – [File/Folder Structure] add post wrongechocode_standards [2023/10/08 15:53] (current) – [Crucial PHP Files] mention post split wrongecho
Line 40: Line 40:
 ===== Crucial PHP Files ===== ===== Crucial PHP Files =====
   * ajax.php - Used to dynamically load/populate content   * ajax.php - Used to dynamically load/populate content
-  * post.php - This file is used for all forms to POST to as well as GET. This acts as both the "model" and "controller" in a traditional MVC architecture. +  * post.php - This file is used for all forms to POST to as well as GET. This acts as both the "model" and "controller" in a traditional MVC architecture. Individual files are in the post directory 
-  * check_config.php - Checks to see if a user is logged in otherwise send to login screen+  * check_login.php - Checks to see if a user is logged in otherwise send to login screen
   * header.php - Beginning of HTML data and added CSS libraries   * header.php - Beginning of HTML data and added CSS libraries
   * footer.php - End of HTML Data and added js Libraries   * footer.php - End of HTML Data and added js Libraries