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

Bug #6779 sort bug
Submitted: 2006-02-14 13:31 UTC
From: chonny_78 at yahoo dot com Assigned: wiesemann
Status: Closed Package: Structures_DataGrid (version 0.6.3)
PHP Version: 5.1.1 OS: windows small bussines 2003
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 : 19 - 18 = ?

 
 [2006-02-14 13:31 UTC] chonny_78 at yahoo dot com
Description: ------------ sort bug with php 5.1.1. Sort dont working with new version of php. I tested this script on two mashines. Test script: --------------- <?php require_once('Structures/DataGrid.php'); $mysqli = new mysqli('host','usr','pass','hr'); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } $rs = $mysqli->query('SELECT * FROM users u;'); while ($row = $rs->fetch_assoc()) { $data[] = $row; } $dg = new Structures_DataGrid(); $dg->bind($data); $dg->render(); $rs->close; ?>

Comments

 [2006-02-15 20:52 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!