[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Next Framework • Ver Tópico - Chave Composta no NEXT
Página 1 de 1

Chave Composta no NEXT

MensagemEnviado: Qua Dez 01, 2010 10:42 am
por developermaster

Re: Chave Composta no NEXT

MensagemEnviado: Qua Dez 01, 2010 3:24 pm
por rogelgarcia
Olá..

Os templates para crud do next, realmente não suportam chaves compostas.

Ou você altera os templates, ou troca sua chave composta por uma sequencial (EXTREMAMENTE RECOMENDÁVEL)

O uso de chave compostas trás uma série de complicacoes e trabalho extra para o desenvolvedor, por isso no next, a recomendaçao é utilizar chaves surrogate (sem valor de negócio e sequenciais)..

Até mais