[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 - Redefinir Layout
Página 1 de 1

Redefinir Layout

MensagemEnviado: Sex Jan 06, 2012 9:33 am
por barberino
Estou redefinindo o layout do framework, estou criando uma nova tabela para exibir a
listagem mas preciso montar os numeros das paginas para pecorrer as mesma,
sei o numero de paginas esta no ${numberOfPages}, gostaria de uma dica de como fazer um for
para o ${numberOfPages}.
Ex:
<c:forTokens var="i" items="${numberOfPages}" delims=",">
${i}
</c:forTokens>

Re: Redefinir Layout

MensagemEnviado: Sáb Jan 07, 2012 1:30 pm
por rogelgarcia