https://github.com/twknab/learning_lamp
Lessons covering PHP syntax, OOP, data structures and full LAMP-MVC applications using CodeIgniter and MySQL.
https://github.com/twknab/learning_lamp
lamp-stack php
Last synced: 5 months ago
JSON representation
Lessons covering PHP syntax, OOP, data structures and full LAMP-MVC applications using CodeIgniter and MySQL.
- Host: GitHub
- URL: https://github.com/twknab/learning_lamp
- Owner: twknab
- Created: 2018-01-28T11:55:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T01:18:32.000Z (almost 8 years ago)
- Last Synced: 2025-05-12T11:56:18.108Z (10 months ago)
- Topics: lamp-stack, php
- Language: HTML
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learning the LAMP Stack
This repository takes us from the beginnings of PHP through full LAMP stack applications. As this is a learning repository, and undergoing changes, content here may fluctuate greatly until final completion of all learning assignments. At that point, additions or revisions may be made with time, along with this readme being updated.
## Organization
Please see the various sub-folders, numbered in their progression, for learning lessons and assignments. In each section, assignments are stored within a `assignments`. Note not every assignment may have an explanation included (this was a guided course), but I always strive for good notes and commenting within my code, and in many cases, do include explanations. Feel free to create a pull request with any new ideas, tips or errors or improvements you might have for me. Thank you!