Re : Hoathis_Pagination
Hey,
j'y suis presque, j'ai qu'un petit problème...
j'ai ce code:
$this->_parameters = new Hoa_Framework_Parameter(
$this,
array(),
array(
// ...
'attr.href' => null,
'attr.title' => 'Aller à la page %d',
'attr.onclik' => 'return confirm(\'Aller à la page %d ?\')',
// ...
)
);Et ensuite pour utiliser ces paramètres à plusieurs niveaux:
$attr=$this->_parameters->unlinearizeBranche($this,'attr');
print_r($attr);et voilà le résultat:
Array
(
[href] => http://localhost/Developpement/Hoa_Framework/Application/Public/Medias/Videos-%d.html
[title] => Aller à la page %d
[onclick] => return confirm'Aller à la page %d ?')
)
Ennuyeux non?
Bug ou pas?
Merci d'avance ![]()