refactor: Form больше не наследует View
This commit is contained in:
parent
2f8c788664
commit
6ef65fc826
4 changed files with 10 additions and 29 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* @package system.widgets
|
||||
*/
|
||||
|
||||
namespace ctiso\View;
|
||||
|
||||
/**
|
||||
* Постраничная навигация
|
||||
*/
|
||||
class Pages
|
||||
{
|
||||
static int $range = 5;
|
||||
|
|
@ -54,6 +54,5 @@ class Pages
|
|||
static function href($prefix, $x) {
|
||||
return $prefix . $x;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue