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