You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
class Quote{
|
|
public int $id;
|
|
public string $content;
|
|
public string $carac;
|
|
public string $imgPath;
|
|
public string $titleSrc;
|
|
public string $dateSrc;
|
|
public int $like;
|
|
public string $langue;
|
|
|
|
function __construct() {
|
|
|
|
}
|
|
}
|
|
?>
|