List of all SQL mentioned in the code..
| Value | Count | File:Line |
|---|---|---|
| 'select * from ' . $tabla | 1 |
|
| 'select column_name from information_schema.columns where table_name=' . "'" . $this->tabla . "'" | 1 |
|
| 'Delete Record' | 1 |
|
List of all SQL mentioned in the code..
| Value | Count | File:Line |
|---|---|---|
| 'select * from ' . $tabla | 1 |
|
| 'select column_name from information_schema.columns where table_name=' . "'" . $this->tabla . "'" | 1 |
|
| 'Delete Record' | 1 |
|