PHP Classes

Can't update data when using 'where'

Recommend this page to a friend!

      phpMyDataGrid - AJAX Enabled Datagrid  >  All threads  >  Can't update data when using 'where'  >  (Un) Subscribe thread alerts  
Subject:Can't update data when using 'where'
Summary:When I add a where clause changes don't get saved.
Messages:1
Author:Dor Aharonson
Date:2013-07-27 13:37:17
 

  1. Can't update data when using 'where'   Reply   Report abuse  
Picture of Dor Aharonson Dor Aharonson - 2013-07-27 13:37:17
When I add
$objGrid -> where ("something = '$something'");
And then try to edit some data, the changes don't get saved.

Why could this happen?
And I'm not sure if I'm using the newest available version, how do I make sure of that?

Thanks!