Tags: p4ppusin9h/simple-php-website
Tags
Version 3.0 is ready. Changes: - content files moved to .phtml extension - PHP functions and config file moved to includes folder - site_url introduced to solve the URL issues - content files are not loaded through "file_get_contents" instead of "include" - styles moved to separate stylesheet file - PHP introductory course linked in readme - renamed main run() file to init() - rewrote camelCase() functions to snake_case() - introduced error reporting Signed-off-by: Baki Goxhaj <banago@gmail.com>
Verion 3.0 release candidate: Changes: 1. content files moved to .phtml extension 2. php functions and config file moved to includes folder 3. site_url introduced to solve the URL issues 4. content files are not loaded through "file_get_contents" in stead of "include" 5. styles moved to separate stylesheet file 6. PHP introductory course linked in readme Signed-off-by: Baki Goxhaj <banago@gmail.com>