RE: [Phplib-users] OOHForms and Templates
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-31 18:56:00
|
I have been using the docs in the snapshot because I am on a dialup connection and it is a pain to get online to check the user comments. Can this be added to the docs? Can the user comments be added to the downloadable docs? Thanks Rob Hutton Web Safe www.wsafe.com > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Björn > Schotte > Sent: Thursday, October 31, 2002 1:27 PM > To: Phplib-Users > Subject: Re: [Phplib-users] OOHForms and Templates > > > * 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... > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > > |