Here is my code but it error
=============== =============== =============== ========
Code:
$this->Cell(
    15,
    15,
    this->Image(
        $row['image'],
        $this->GetX(),
        $this->GetY(),
        15,
        15
    ),
    1, 0
);