Thread: [Phplib-users] form_tpl or template_bridge
Brought to you by:
nhruby,
richardarcher
|
From: <gro...@fr...> - 2002-03-12 11:54:21
|
Hi all, like my thread before, I still try to get the best way of combining ooh form with template. Now I am a little bit confused with different versions on different places. Ulf Wendel has a rewrite of OOH Form hosted on his homepage, but there are no informations about the template_bridge. Is it gone??? The current distribution of PHPLIB has no template_bridge included, but form_tpl. In the CVS of PHPLIB ist found both in different folders. What schould I use? I unforunatly haven't the time to get in the details for every classes, to see wich ones work together, because I write my diploma. Matthias |
|
From: Richard A. <rh...@ju...> - 2002-03-12 20:26:10
|
At 12:53 PM +0100 12/3/02, Matthias Gr=F6schl wrote: >Now I am a little bit confused with different versions on different places. OOH Forms is no longer part of PHPLIB. Ulf moved it into the PEAR tree and deleted the OOH Forms code from the development PHPLIB tree last August. And also his Integrated Template code moved into PEAR. I guess the most recent code is now: http://cvs.php.net/cvs.php/pear/HTML_OOH_Form ...Richard. |
|
From: Tarique S. <ta...@sa...> - 2002-03-13 02:00:32
|
On Wed, 13 Mar 2002, Richard Archer wrote: > OOH Forms is no longer part of PHPLIB. Can any one confirm this? Things really appear to be a mess out here .... Tarique -- ============================================================= PHP Applications for E-Biz: http://www.sanisoft.com Indian PHP User Group: http://groups.yahoo.com/group/in-phpug ============================================================= |
|
From: Richard A. <rh...@ju...> - 2002-03-13 06:09:47
|
At 7:14 AM +0530 13/3/02, Tarique Sani <ta...@sa...> wrote: >On Wed, 13 Mar 2002, Richard Archer wrote: > >> OOH Forms is no longer part of PHPLIB. > >Can any one confirm this? > >Things really appear to be a mess out here .... Here's a copy of one of Ulf's cvs delete logs from the devel tree. ---begin forwarded text To: php...@li... From: Ulf Wendel <ulf...@us...> Subject: [Phplib-commit] CVS: php-lib/pages/form ... Sender: php...@li... Date: Mon, 13 Aug 2001 11:54:12 -0700 Update of /cvsroot/phplib/php-lib/pages/form In directory usw-pr-cvs1:/tmp/cvs-serv21515 Removed Files: README example_assistant.inc example_flow_layout.inc index.php4 Log Message: I've checked in the ooh form rewrite to PEAR - starting to remove it from this repository. --- README DELETED --- --- example_assistant.inc DELETED --- --- example_flow_layout.inc DELETED --- --- index.php4 DELETED --- _______________________________________________ Phplib-commit mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phplib-commit ---end forwarded text |
|
From: Tarique S. <ta...@sa...> - 2002-03-13 08:09:21
|
On Wed, 13 Mar 2002, Richard Archer wrote: This in my opinion just means that the re-write is not a part of PEAR the OOH forms as they were continue to be a part of PHPlib and the re-write is in a state of .... ... Yes no one has come forward to actively maintain the current OOH forms Tarique > At 7:14 AM +0530 13/3/02, Tarique Sani <ta...@sa...> wrote: > > >On Wed, 13 Mar 2002, Richard Archer wrote: > > > >> OOH Forms is no longer part of PHPLIB. > > > >Can any one confirm this? > > > >Things really appear to be a mess out here .... > > Here's a copy of one of Ulf's cvs delete logs from the devel tree. > > > ---begin forwarded text > > To: php...@li... > From: Ulf Wendel <ulf...@us...> > Subject: [Phplib-commit] CVS: php-lib/pages/form ... > Sender: php...@li... > Date: Mon, 13 Aug 2001 11:54:12 -0700 > > Update of /cvsroot/phplib/php-lib/pages/form > In directory usw-pr-cvs1:/tmp/cvs-serv21515 > > Removed Files: > README example_assistant.inc example_flow_layout.inc > index.php4 > Log Message: > I've checked in the ooh form rewrite to PEAR - starting to remove it from > this repository. > > > --- README DELETED --- > > --- example_assistant.inc DELETED --- > > --- example_flow_layout.inc DELETED --- > > --- index.php4 DELETED --- > > > _______________________________________________ > Phplib-commit mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phplib-commit > > ---end forwarded text > > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > -- ============================================================= PHP Applications for E-Biz: http://www.sanisoft.com Indian PHP User Group: http://groups.yahoo.com/group/in-phpug ============================================================= |
|
From: Richard A. <rh...@ju...> - 2002-03-13 08:45:54
|
At 1:15 PM +0530 13/3/02, Tarique Sani <ta...@sa...> wrote: >This in my opinion just means that the re-write is not a part of PEAR the >OOH forms as they were continue to be a part of PHPlib Forks in any development tree are undesirable. It would be best if someone offered to help Ulf maintain the PEAR version of OOH Forms and bring them back up to the standard of the PHPLIB ones. Preferably while maintaining back-compatibility. Of course there's nothing stopping us from rolling any enhancements from the PEAR OOH forms into the PHPLIB version... except the associated bad karma. ...R. |
|
From: Mike G. <Mik...@sa...> - 2002-03-13 16:22:43
|
Perhaps what we need is the equivalent of a linked directory ;-) ? OOH Forms in PHPlib could be a pointer to Ulf's OOH Forms in PEAR. But from this discussion at least, I take it that Ulf's OOH Forms in PEAR are not yet really production level material, while those in PHPLib -- albeit they are a bit geriatric -- are being used regularly in production sites...?? Richard Archer wrote: > At 1:15 PM +0530 13/3/02, Tarique Sani <ta...@sa...> wrote: > > >This in my opinion just means that the re-write is not a part of PEAR the > >OOH forms as they were continue to be a part of PHPlib > > Forks in any development tree are undesirable. > > It would be best if someone offered to help Ulf maintain > the PEAR version of OOH Forms and bring them back up to > the standard of the PHPLIB ones. Preferably while maintaining > back-compatibility. > > Of course there's nothing stopping us from rolling any > enhancements from the PEAR OOH forms into the PHPLIB > version... except the associated bad karma. > > ...R. |
|
From: <gro...@fr...> - 2002-03-13 16:57:18
|
> Perhaps what we need is the equivalent of a linked directory ;-) ? OOH Forms > in PHPlib could be a pointer to Ulf's OOH Forms in PEAR. > > But from this discussion at least, I take it that Ulf's OOH Forms in PEAR are > not yet really production level material, while those in PHPLib -- albeit they > are a bit geriatric -- are being used regularly in production sites...?? > The sources actually stored in the Pear CVS are more experimental,incomlete or broken!!! On the homepage of Ulf (www.ulf-wendel.de) is a Zip-File witch contain a earlier rewrite (03/2001) of the OOH Form afer PHPLIB. These sources seem to be stable. Also on the page ist a really good workshop in german about the new benefits. Ulf announced a complete rewrite for november 2001, but I think he is out of time at the moment. This rewrite would then take place in the pear cvs, I guess. Do someone else use the sources from his homepage in production sites??? > > >This in my opinion just means that the re-write is not a part of PEAR the > > >OOH forms as they were continue to be a part of PHPlib > > > > Forks in any development tree are undesirable. > > > > It would be best if someone offered to help Ulf maintain > > the PEAR version of OOH Forms and bring them back up to > > the standard of the PHPLIB ones. Preferably while maintaining > > back-compatibility. > > > > Of course there's nothing stopping us from rolling any > > enhancements from the PEAR OOH forms into the PHPLIB > > version... except the associated bad karma. > > Matthias |
|
From: Tarique S. <ta...@sa...> - 2002-03-14 02:34:28
|
On Wed, 13 Mar 2002, [iso-8859-1] Matthias Gr=F6schl wrote: > On the homepage of Ulf (www.ulf-wendel.de) is a Zip-File witch contain a > earlier rewrite (03/2001) of the OOH Form afer PHPLIB. These sources seem= to be stable. > Also on the page ist a really good workshop in german about the new benef= its. Anyone willing to translate the German tutorial pages on Ulf's to English? I tried google translation services BUT it broke toomany things Tarique =20 --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D PHP Applications for E-Biz: http://www.sanisoft.com Indian PHP User Group: http://groups.yahoo.com/group/in-phpug =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |
|
From: Tarique S. <ta...@sa...> - 2002-03-13 02:00:15
|
On Tue, 12 Mar 2002, [iso-8859-1] Matthias Gr=F6schl wrote: Hello Matt The re-write by Ulf as per his admissions is rather incomplete Please seet the get_ functions which you were pointed out earlier and forget the template_bridge for the moment HTH Tarique > Hi all, >=20 > like my thread before, I still try to get the best way of combining ooh f= orm with template. >=20 > Now I am a little bit confused with different versions on different place= s.=20 >=20 > Ulf Wendel has a rewrite of OOH Form hosted on his homepage, but there ar= e=20 > no informations about the template_bridge. Is it gone??? > The current distribution of PHPLIB has no template_bridge included, but f= orm_tpl. > In the CVS of PHPLIB ist found both in different folders. >=20 > What schould I use? I unforunatly haven't the time to get in the details = for every classes,=20 > to see wich ones work together, because I write my diploma. >=20 > Matthias >=20 >=20 >=20 >=20 >=20 >=20 > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users >=20 --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D PHP Applications for E-Biz: http://www.sanisoft.com Indian PHP User Group: http://groups.yahoo.com/group/in-phpug =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |