php
unread,Jun 10, 2011, 7:18:03 AM6/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pluf Users
salut tous le monde,,
dans Admin/Views.php:
$pag = Admin_Admin::getModelDetails($match[1], $match[2],
'paginator',
'Admin_Paginator');
$paginator = Pluf::factory($pag, $item);
$paginator->class = 'pa-list-items';
$paginator->summary = _(' ');
$paginator->item_extra_props = array('_app_name' => $match[1],
'_model_path' =>
$match[2]);
$paginator->action = array('Admin_Views::listItems',
array($match[1], $match[2]));
$paginator->edit_action = array('Admin_Views::editItem',
'_app_name', '_model_path',
'id');
$list_display = Admin_Admin::getModelDetails($match[1],
$match[2],
'list_display',
array()
);
$paginator->configure($list_display);
$paginator->setFromRequest($request);
il marche bien il m'affiche 1 2 3 next mais le probléme le lien ne
marche pas lorsque je clique sur 2 ou 3 il m'affiche pas le reste
items,,
s'il vous plaît aidez moi,,comment je peux résoudre ce probléme,,merci
en avance.