[Phphtmllib-devel] phphtmllib TODO,1.9,1.10
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2004-03-11 23:25:07
|
Update of /cvsroot/phphtmllib/phphtmllib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20082 Modified Files: TODO Log Message: Add proper JOIN clause support in the SQLDataListSource to support outer joins. Index: TODO =================================================================== RCS file: /cvsroot/phphtmllib/phphtmllib/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- TODO 10 Mar 2004 22:14:00 -0000 1.9 +++ TODO 11 Mar 2004 23:06:04 -0000 1.10 @@ -19,3 +19,5 @@ - Add the ability to automatically create a hidden form field in the FormProcessor when a FormElement has been disabled. When a <input> is disabled in the browser, the browser never sends it's value when a form is submitted. + +- Add proper JOIN clause support in the SQLDataListSource to support outer joins. |