PHP Classes

show/edit in MySQLPHPGrid

Recommend this page to a friend!

      DrasticTools  >  All threads  >  show/edit in MySQLPHPGrid  >  (Un) Subscribe thread alerts  
Subject:show/edit in MySQLPHPGrid
Summary:possiblity of the show/edit funktion in MySQLPHPGrid version 0.6
Messages:2
Author:tomy
Date:2007-04-20 10:04:31
Update:2007-04-20 16:31:17
 

  1. show/edit in MySQLPHPGrid   Reply   Report abuse  
Picture of tomy tomy - 2007-04-20 10:04:31
Is cofiguration whith this options below to allow only editing for this 2 commums even possible with MySQLPHPGrid version 0.6 and how could I do it than?

$options = array(
"add_allowed" => true,
"delete_allowed" => true,
"editablecols" => array("Population", "LocalName")

  2. Re: show/edit in MySQLPHPGrid   Reply   Report abuse  
Picture of tomy tomy - 2007-04-20 16:31:18 - In reply to message 1 from tomy
Sorry, I wrote the wrong class name. My question was if the edit/show function is availeble in the mysqlphpgrid.class.php as well but I found that it is not, because the options are not evailable there.