Re: [Phplib-users] OOHForms and Templates
Brought to you by:
nhruby,
richardarcher
|
From: S. <bj...@ba...> - 2002-10-31 18:26:48
|
* Rob Hutton wrote:
> Then buffering the output to calling start(), show_element(), and finish()
Yes, by reading the documentation and finding get_start(),
get_element() (or ge()) and get_finish() which is exactly
that what you want to use:
$t->set_var(array(
"MYFORM_TEXT" => $f->ge("txt"),
"MYFORM_ADDRESS" => $f->ge("address"),
.
.
.
));
--
35 Kundenportale mit mehreren tausend Nutzern erstellen.
Bei geringen Kosten und einer großen Anzahl an Modulen
(DMS, CMS, CRM, Community-Funktionen). Wie das geht?
=> http://testthesystem.com/ * te...@th...
|