The Subversion URL for this space is: http://tools.assembla.com/svn/riskle
The owner is geoffrey
Hi geoffrey,
I just installed riskle and foudn a small error...at least I think I have. In Riskle_Db_Table_Paginate:
$_pageRangeLength = 10 $this->_getPageCount() = 10
the function "_getPageRange()" set $start to "0" to solve i changed line 127 and added a "-1" to the end...
$stop = $start + $this->_pageRangeLength -1;
now it works! :D
greetings Alex
Hi geoffrey,
I just installed riskle and foudn a small error...at least I think I have.
In Riskle_Db_Table_Paginate:
$_pageRangeLength = 10
$this->_getPageCount() = 10
the function "_getPageRange()" set $start to "0"
to solve i changed line 127 and added a "-1" to the end...
$stop = $start + $this->_pageRangeLength -1;
now it works! :D
greetings
Alex