*** empty log message ***
This commit is contained in:
parent
109d6cc171
commit
4c89f8a6d7
5 changed files with 178 additions and 320 deletions
|
@ -52,6 +52,14 @@ function _getDArr($format)
|
|||
return $arr;
|
||||
}
|
||||
|
||||
function _getNumArr($start, $end, $step=1)
|
||||
{
|
||||
for($n=$start; $n<=$end; $n=$n+$step) {
|
||||
$arr[$n] = $n;
|
||||
}
|
||||
return $arr;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* uiBase class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue