Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 538 Bytes

phpShareBoard

  • PHP OO – built a complete website w bootstrap and AMPPS stack (Apache, MySQL, Php, Softaculous)

  • An app with a complete login/application registration

  • Log in and post “shares” (mini posts with title, body and link to a resource; article)

  • ShareBoard built on a custom MVC framework built from scratch

Concepts covered:

  1. OOP PHP
  2. Classes & Objects
  3. (Magic) Methods & Properties & Inheritance
  4. MVC – Model View Controller
  5. MySQL
  6. Data-Binding
  7. Data Abstraction
  8. Static Methods & Properties