From 2d9a5253c9ab68e39983644b94b14fb669cf146f Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 8 Apr 2008 10:52:54 +0000 Subject: State in examples that it_auto_prepend make init unnecessary --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 55dd685..936dd2f 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ it_html creates a global function for each common html tag. Those functions accept variable arguments, key=>value pairs are considered attributes. Example: - new it_html; + new it_html; # Not necessary if using it_auto_prepend.php echo html( head('title' => "welcome earth"), body( @@ -70,7 +70,7 @@ a class is created automatically. Queries are encoded as arrays which ensures correct quoting, see select(). Errors are by default reported within dbi. Example: - it_dbi::createclasses(); + it_dbi::createclasses(); # Not necessary if using it_auto_prepend.php $record = new T_Customers('ID' => 'mueller'); $record->update('email' => "mueller@spam.com"); $response = "Email added for $record->name"; -- cgit v1.2.3