mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
Postgres class - removed methods that are no longer needed. Updated to work with new classes.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d071909cde
commit
57b91e1d3e
3 changed files with 119 additions and 392 deletions
|
|
@ -19,6 +19,14 @@
|
|||
else return false;
|
||||
}
|
||||
|
||||
function getOffset(){
|
||||
return $this->start;
|
||||
}
|
||||
|
||||
function getLimit(){
|
||||
return $this->list_count;
|
||||
}
|
||||
|
||||
function toString(){
|
||||
if ($this->page) return $this->start . ' , ' . $this->list_count;
|
||||
else return $this->list_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue