4Fermer6
miamiaLe 20/04/2010 à 19:05
Donc si j'ai bien compris ça doit donner un truc comme ça ??

function o_END_LAST_PAGE($param)
{
$height = $this->style->ConvertToMM($param['end_height'], $this->pdf->geth - $this->pdf->gettMargin-$this->pdf->getbMargin);

if ($height < ($this->pdf->geth - $this->pdf->gettMargin-$this->pdf->getbMargin) && $this->pdf->gety +

$height>=($this->pdf->geth - $this->pdf->getbMargin))
$this->setNewPage();
}



function c_END_LAST_PAGE($param)
{

}


et pour la function c_END_LAST_PAGE($param) , il faut rien mettre dedant?Merci