git-svn-id: http://xe-core.googlecode.com/svn/trunk@25 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-14 09:52:04 +00:00
parent 507b09a62e
commit c690cff0c8
17 changed files with 1216 additions and 1028 deletions

View file

@ -355,7 +355,7 @@
if($this->errno!=0) return;
$data = $this->_fetch($result);
$buff = new Output();
$buff = new Object();
$buff->data = $data;
return $buff;
}
@ -394,7 +394,7 @@
$data[$virtual_no--] = $tmp;
}
$buff = new Output();
$buff = new Object();
$buff->total_count = $total_count;
$buff->total_page = $total_page;
$buff->page = $page;