From 5eeabb67d7fa82ac230bb1a323ca3204d59b9915 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 31 Mar 2010 12:24:53 -0300 Subject: Adding classe CinIsis --- index.php | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3887b3d..42140d6 100644 --- a/index.php +++ b/index.php @@ -1,36 +1,32 @@ read(1); - $rows = $db->rows(); +if ($isis->db) { + $result = $isis->db->read(1); + $rows = $isis->db->rows(); // Format output. echo '
';
-- 
cgit v1.2.3