meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
code_standards [2023/02/01 08:26] – created - external edit 127.0.0.1code_standards [2023/10/08 15:53] (current) – [Crucial PHP Files] mention post split wrongecho
Line 35: Line 35:
   * /uploads   * /uploads
   * /portal   * /portal
 +  * /post
 +    * //individual modules// 
  
 ===== 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