diff options
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |