Skip to content

Commit

Permalink
док
Browse files Browse the repository at this point in the history
  • Loading branch information
vedro-compota committed Oct 23, 2018
1 parent c2d1739 commit b3148e2
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# IFF Yii-extensions
yii addons: classes, components, patches

Классы, компоненты и иные дополнения для yii (в т.ч. yii2)
Классы, компоненты и иные дополнения для yii (в т.ч. yii2)

## Useage
via composer, for example:

```
composer require it-for-free/yii-extensions:~v0.0.1
```

## Boostrap 4


### LinkPager (pagination)

Usege example:

```php
use ItForFree\YiiExtensions\Yii2\bootstrap4\LinkPager;
?>

<div>
<?php
echo LinkPager::widget([
'pagination' => $Pagination,
]);
?>
</div>
```
-- используйте для вывода ссылок пейджинации.

0 comments on commit b3148e2

Please sign in to comment.