Skip to content

Tags: p4ppusin9h/simple-php-website

Tags

3.1

Toggle 3.1's commit message
Updates to v3.1

The site is now resposnive for mobiles
Fixes and PHP notice for query strings
Docs update to add running the site on PHP local server

3.0

Toggle 3.0's commit message
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>

v3.0-RC

Toggle v3.0-RC's commit message
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>

v2.1

Toggle v2.1's commit message
v2.1 Code and Docs improvments

Remove global usage
Better docs

Signed-off-by: Baki Goxhaj <banago@gmail.com>

v2.0

Toggle v2.0's commit message
v2.0 Improved and expaned. Pretty links introduced.

v1.0

Toggle v1.0's commit message
Version 1.0