Welcome Guest, Not a member yet? Register   Sign In
dbforge -> mysql && mysqli
#1

[eluser]Nevio[/eluser]
Hi guys,

You have 2 big problems with mysql and mysqli dbforge components.

1.) When you are going to add key, inside of _create_table() ( mysql/i_forge.php )

Code:
$key_name = $this->db->_protect_identifiers(implode('_', $primary_keys));
$primary_keys = $this->db->_protect_identifiers($primary_keys);

Don't work. It outputs $key_name but $primary_keys is always blank.

2.) UNIQUE KEYS! That's like really important and it's missing.


Messages In This Thread
dbforge -> mysql && mysqli - by El Forum - 03-26-2009, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB