Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.4

Bug #11332 Missing call in getPaging()
Submitted: 2007-06-16 17:30 UTC
From: wiesemann Assigned: electroteque
Status: Closed Package: Structures_DataGrid_Renderer_Flexy (version 0.1.2)
PHP Version: 5.2.3 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 21 - 4 = ?

 
 [2007-06-16 17:30 UTC] wiesemann (Mark Wiesemann)
Description: ------------ The following was reported via email to me: *** missing $driver->build(array(), 0); before return in function getPaging() *** @Dan: Are you still active?

Comments

 [2007-06-18 08:53 UTC] electroteque (Daniel Rossi)
Hi checking this out was there an API changing in the DG Renderer or Pager recently ?
 [2007-06-18 09:18 UTC] wiesemann (Mark Wiesemann)
Dan, please look at the getPaging() code in the HTMLTable renderer. This is how your method also should look like. If you need more feedback from us (Olivier and me), then don't hesitate to ask.
 [2007-06-19 11:03 UTC] electroteque (Daniel Rossi)
Hi there just to confirm, I have a version of the table renderer 1.108 and the return of the method here is like $driver=&Structures_DataGrid::loadDriver('Structures_DataGri d_Renderer_Pager'); $driver->setupAs($this, $options); return $driver->getOutput(); I'm updating pear and taking a look if there has been any changes.
 [2007-06-19 12:39 UTC] electroteque (Daniel Rossi)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Structures_DataGrid_Renderer_Flexy There was possibly a CVS change to Structures_DataGrid_Renderer_HTMLTable or Structures_DataGrid_Renderer_Pager I was not aware about. This has been fixed in updated release, please update for the fix, was able to replicate only after latest update :)