[PHPLIB-DEV] cvs commit From: ssilk (phplib-dev <email protected>)
Date: 03/24/00

From: ssilk
Date: Sat Mar 25 03:24:58 2000
Modified files:
      php-lib/CHANGES

Log message:

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.163 php-lib/CHANGES:1.164
--- php-lib/CHANGES:1.163 Mon Feb 28 16:57:32 2000
+++ php-lib/CHANGES Sat Mar 25 03:24:26 2000
@@ -1,4 +1,35 @@
-$Id: CHANGES,v 1.163 2000/02/28 15:57:32 negro Exp $
+$Id: CHANGES,v 1.164 2000/03/25 02:24:26 ssilk Exp $
+
+25-Mar-2000 ssilk
+ - Big changes to query_sql.inc
+ ATTENTION: To make this work, the function meta() of DB_Sql
+ has to be changed.
+ Currently I only patched db_mysql.inc and partially
+ db_oracle.inc ! ! !
+ But the changes are really not so difficult.
+ * A complete rebuilt and cleanup of the basic code
+ The calls to the functions are now more practical orientated
+ (I hope)
+ * New function IU_Clause(). This function generates an Insert- or
+ update-Clause, depending wether one of the values given to this
+ function can be taken as unique-identifier. So it is possible
+ to insert the data from a HTML-form with 1-2 lines of PHP-Code,
+ provided that the names in the HTML-form are the same as in your table:
+<?php
+ $db=new myQuery;
+ $db->query($db->IU_Clause("bla",$db->capture_vars("bla")));
+?>
+
+ * New function fireball_Clause(). This function creates a
+ WHERE-Clause from a simple string, with (nearly) the same
+ rules as fireball, altavista etc. are searching.
+ * Docs are currently inside of the class and rudimentary in
+ 04-query.sgml (I hate sgmltools)
+ - 2 new functions for strings2.inc
+ - a patch for auth_sql.inc which makes it easier to translate the errors
+ - a new function-class mail.inc - it's just an idea, cause I still have
+ some good PHP/FI-code for a self generating "mail out of a fomular".
+ - some cosmetic changes to layout_html.inc
 
 28-Jan-2000 negro
   - Added a little workaround for resource contemption on dbm opening.

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.