где ошибка?
dmbr 07.06.2005 14:12
Вот мой код
@USE
/classes/scroller.p
@main[]
^header[]
^navigation[]
^navigation_magazine[]
^navigation_delovoy[]
^body[]
@body_center[]
<br><br>
^connect[
mysql://root:root@localhost/p3test]{
$table_count_dm[^table::sql{select count(*) from news}]
$scroller[^scroller::create[
$.path_param[]
$.table_count[$table_count_dm]
$.number_per_section[5]
$.section_per_page[5]
$.type[html]
]]}
^connect[
mysql://root:root@localhost/p3test]{
$news[^table::sql{select id, header, date from news order by id desc}[$.limit(1000) $.offset(4)]]}
<table width=80% align=left>
<tr>
<td>
^news.menu{$news.date <a href="/magazine/delovoy/arhiv.html?$news.id">$news.header</a>}[<br><br><br>]
<br><br>
^scroller.draw[]
</td>
</tr>
</table>
Использую скроллер Евгения
В конце добавляется только неактивная 2 и все?????????????
- где ошибка?, dmbr 07.06.2005 14:12