https://github.com/ankitd013/edureka
https://github.com/ankitd013/edureka
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankitd013/edureka
- Owner: Ankitd013
- Created: 2020-04-13T14:06:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T14:07:49.000Z (about 6 years ago)
- Last Synced: 2023-12-21T18:25:15.248Z (over 2 years ago)
- Language: Hack
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple PHP Website
I put together this project while introducing a friend of mine to PHP. I decided to clean it up a bit and put it on Github so anyone new to PHP can have a taste of a very simple and minimal website built with PHP.
This project is meant for absolute beginners. I've intentionally kept it the most minimal possible while introducing some separation of concerns.
## Concepts
The project covers these concepts:
* PHP variables
* PHP arrays
* PHP functions
* Pretty links (/about) with fallback to query string (?page=about)
* Basic example of separation of concerns (functionality, content, template)
If you are a beginner and would like me to explain something in the code, or if you already know PHP and have some recommendation for the project, plese [create an issue](https://github.com/banago/simple-php-website/issues/new) or hit me up on Twitter [@banago](https://twitter.com/banago).
## Lisence
MIT