Yii v2 snippet guide

Comparing #219 with #220

Revision #220 was created by rackycz rackycz on Aug 5, 2020, 1:04:07 PM.

FPDF

Content

[...]
$pdf->SetY($pageMargin + $usedHeight);
$pdf->SetX($pageMargin + 30);
$pdf->Cell(20, 10, 'ABC123', $displayBorders, 0, 'L', false);

$pdf->Output('D', 'hello.pdf');
```

 
 
Note to tFPFD: Once you use it, it creates a few PHP and DAT files in folder **unifont**. Delete them before uploading to the internet. They will contain hardcoded paths to fonts and must be recreated.