rami1973

Results 2 comments of rami1973

With my litle knowledge I'm trying to make it work with complex PK's I'm checking grid.php I noteced: function load() { $post = $this->_safeMysql(); ``` // setup variables from properties...

Now complex PK's working for update I do these modification : function getPrimaryKey($table=NULL,$col_name=NULL) { if(!$table) $table = $this->table; ``` $primaryKey = mysql_query("SHOW KEYS FROM `$table` WHERE Key_name = 'PRIMARY' AND...