[cvs] [Wiki] changed: FieldTypeProposal
Jan Schneider
jan at horde.org
Tue Aug 3 11:08:39 PDT 2004
jan Tue, 3 Aug 2004 11:08:39 -0700
Modified page: http://wiki.horde.org/display.php?page=FieldTypeProposal
New Revision: 2.1
@@ -105,9 +105,9 @@
* Convert the HTML filter representation into an SQL filter expression. (In the previous example, it might return "$field_name >= <date> AND $field_name <= <date2>". If all blank, it will return "TRUE". (::Get_Filter_SQL()).
* Validate the field input and return an error message if it doesn't pass (::Validate()).
* "Options" and "Flags" control how the field behaves, and these are stored in the database. You can override them when calling Get_Field() if necessary.
-<php>
+<code type="php">
/* CADRE - Cronosys web application framework.
* Copyright (C) 2002 Cronosys, LLC.
*
* $Id: class.Field.php,v 1.23 2004/01/22 13:52:39 jasonf Exp $
@@ -553,9 +553,9 @@
}
//}}}
-</php>
+</code>
+++ Email from 5/26/04:
<code>
More information about the cvs
mailing list