monikkinom / todolistphp

A PHP application I wrote to teach it to starters at a college workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todolistphp

This is a PHP application I wrote to teach PHP to starters at a college workshop. The audience of this workshop were absolute beginners with no idea of HTML,CSS or any web technology.

The goal was to teach them the methodology used while developing the application rather than focusing on the syntax per se. The code was written keeping that in mind.

Files

Way to go about teaching

  1. Index.php
  2. Make tables in the DB with the schema
  3. Register.php
  4. Login.php
  5. Home.php followed by all the other additional features in the todolist.

About

A PHP application I wrote to teach it to starters at a college workshop


Languages

Language:PHP 100.0%