|
Lesson 4. Second step-working with databases
|
|
id
|
int not null auto_increment primary key
|
|
date
|
date
|
|
header
|
varchar(255)
|
|
body
|
text
|
| · | the way Parser interacts with MySQL DBMS;
|
| · | two different ways of sending SQL queries (static method sql of class void and constructor sql of class table);
|
| · | operator taint.
|
|
|
| Copyright © 19972025 Art. Lebedev Studio | http://www.artlebedev.com | Last updated: 17.04.2024 |