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 untaint.
|
|
Copyright © 19972021 Art. Lebedev Studio | http://www.artlebedev.com | Last updated: 21.09.2007 |