manrajgrover / BasicORM

This is a basic ORM for OPT-IW004

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasicORM

This is a basic ORM for OPT-IW004

Installation

  1. Clone the repository by running git clone https://github.com/ManrajGrover/BasicORM.git.
  2. Import database contacts.db using PhpMyAdmin or MySQL console.
  3. Check the demo by running php demo.php

What it does?

This ORM implements only SELECT command of MySQL that too for specific columns as per given requirements.

About

This is a basic ORM for OPT-IW004


Languages

Language:PHP 100.0%