| Новости | FAQ | Авторы | Документация | В действии | Библиотека |
| Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Healer 05.07.2010 23:41
Проблема:^if(def $form:update){
^connect[$connect_string]{
$erc[^table::sql{select products_ean, products_price from erc_database where products_id>1 }]
}
^erc.menu{
$products_price[^eval($erc.products_price*1.2)[%.2f]]
^connect[$connect_string]{
^void:sql{update products set products_price='$products_price' where products_model='$erc.products_ean'
}
}
}
} В базе околок 3000 строк.