Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Amr edited this page Mar 2, 2022 · 4 revisions

Welcome to the wiki!


In this page I want you guys to know many things before going any further .

This project is an enhanced application based on this tutorial (in Arabic).

That tutorial will teach you the following:

  • Build Fully Object Oriented Website From Scratch
  • Practical Learning Design Patterns like :
    1. Dependency Injection
    2. Factory Design Pattern
    3. MVC Design Pattern
    4. Register Design Pattern
    5. Singleton
    6. Front Controller
  • How To Use Namespaces
  • How To Use Interfaces
  • Auto loading Classes "The Classic Way"
  • Using Clean URLs
  • Database Builder (simple)
  • Using Comments "Documentation" In Every inch of the code
  • Using Ajax with PHP In
    1. Account login
    2. Creating New|Updating Forms
  • And so many other cool staff 👍

Don't forget to:

  • Star this repository if you liked it.
  • Report bugs in issues page.