Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Хулио 04.04.2003 08:27
@CLASS must contain sole name???############################################## ## Poll creating and supporting class @CLASS poll ############################################## ## main constructor @create[pi_table_in;pa_table_in;extra][extra] ## defining poll_info table $pi_table[$pi_table_in] ## defining poll_answers table $pa_table[$pa_table_in] ## defining date used in methods $date_now[^date::now[]] ## adding extra methods ^if(def $extra){ ^try{ ^if(-f $extra){ $extra[^file::load[text;$extra]] ^process{^taint[as-is][$extra.text]} }{ ^throw[parser.runtime;poll;Extra methods file not found] } }{ ^throw[parser.compile;poll;Extra methods compiling error. Check your extra methods code] } } ######## end of @create[] constructor ########