From 0e67880b97909c08021ef5fa1075082cfc9b6e26 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 1 Apr 2010 13:59:55 -0300 Subject: Charset support on PhpIsisDb --- index.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 42140d6..ff40fd8 100644 --- a/index.php +++ b/index.php @@ -23,6 +23,16 @@ spl_autoload_register("cinisis_autoload"); // Get a db instance. $isis = new CinIsis(); +?> + + + + + + + +db) { $result = $isis->db->read(1); @@ -36,3 +46,4 @@ if ($isis->db) { } ?> + -- cgit v1.2.3