11MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements
22<hr >
33### Table of Contents
4- (All _ italic_ categories has been implemented by me.)
54
65** [ Initialization] ( #initialization ) **
76** [ Objects mapping] ( #objects-mapping ) **
87** [ Insert Query] ( #insert-query ) **
98** [ Update Query] ( #update-query ) **
109** [ Select Query] ( #select-query ) **
1110** [ Delete Query] ( #delete-query ) **
12- ** >> _ [ Insert Data] ( #insert-data ) _ **
13- ** >> _ [ Insert XML] ( #insert-xml ) _ **
11+ ** [ Insert Data] ( #insert-data ) **
12+ ** [ Insert XML] ( #insert-xml ) **
1413** [ Running raw SQL queries] ( #running-raw-sql-queries ) **
1514** [ Query Keywords] ( #query-keywords ) **
1615** [ Where Conditions] ( #where--having-methods ) **
@@ -24,7 +23,7 @@ MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements
2423** [ Helper Methods] ( #helper-methods ) **
2524** [ Transaction Helpers] ( #transaction-helpers ) **
2625** [ Error Helpers] ( #error-helpers ) **
27- ** >> _ [ Table Locking] ( #table-locking ) _ **
26+ ** [ Table Locking] ( #table-locking ) **
2827
2928## Support Me
3029
@@ -745,5 +744,3 @@ $db->setLockMethod("READ")->lock(array("users", "log"));
745744This will lock the tables ** users** and ** log** for ** READ** access only.
746745Make sure you use ** unlock()* afterwards or your tables will remain locked!
747746
748-
749- Last edited by Noneatme on June 28.
0 commit comments