Commit ac9767b3 authored by Alexander Butenko's avatar Alexander Butenko

refine readme

parent 1088c23f
### Contents ### Contents
<a href="#initialization">Initialization</a> **[Initialization](#initialization)**
<a href="#insert-query">Insert Query</a> **[Insert Query](#insert-query)**
<a href="#update-query">Update Query</a> **[Update Query](#update-query)**
<a href="#select-query">Select Query</a> **[Select Query](#select-query)**
<a href="#delete-query">Delete Query</a> **[Delete Query](#delete-query)**
<a href="#generic-query-method">Generic Query Method</a> **[Generic Query](#generic-query-method)**
<a href="#raw-query-method">Raw Query Method</a> **[Raw Query](#raw-query-method)**
<a href="#where-method">Where Method</a> **[Where Conditions](#where-method)**
<a href="#ordering-method">Ordering method</a> **[Order Conditions](#ordering-method)**
<a href="#grouping-method">Grouping method</a> **[Group Conditions](#grouping-method)**
<a href="#join-method">JOIN method</a> **[Properties Sharing](#properties-sharing)**
<a href="#properties-sharing">Properties sharing</a> **[Joining Tables](#join-method)**
<a href="#subqueries">Subqueries</a> **[Subqueries](#subqueries)**
<a href="#helper-commands">Helper commands</a> **[Helper Functions](#helper-commands)**
<a href="#transaction-helpers">Transaction helpers</a> **[Transaction Helpers](#transaction-helpers)**
### Initialization ### Initialization
To utilize this class, first import MysqliDb.php into your project, and require it. To utilize this class, first import MysqliDb.php into your project, and require it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment