Gestion de l'image
This commit is contained in:
parent
3c5dfbbc72
commit
a3413a5306
@ -30,6 +30,7 @@ class Livre {
|
||||
var $annee;
|
||||
var $editeurid;
|
||||
var $titre;
|
||||
var $image;
|
||||
var $description;
|
||||
var $price ;
|
||||
var $status ;
|
||||
@ -525,6 +526,7 @@ class Livre {
|
||||
$result = $this->db->fetch_array();
|
||||
|
||||
$this->status = $result["products_status"];
|
||||
$this->image = $result["products_image"];
|
||||
|
||||
if ($this->status)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user