parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

Dante 23.09.2013 17:49 / 23.09.2013 17:50

Ок!

index.html
^text[]

auto.p
@auto[] 
$connect_string[mysql://root:1234@localhost/dante_test]

@text[]
^connect[$connect_string]{ 
   $tests[^table::sql{select 
       id, body  
   from 
      tests
   }] 
}
^sections.menu{ 
<p><b>$tests.id</b> $tests.body</p> 
}