File tree 6 files changed +25
-25
lines changed
6 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function getGroupsForUser(int $userId)
37
37
*
38
38
* @param int $length
39
39
* @param int $start
40
- * @param string $order
40
+ * @param string $order
41
41
* @param string $dir
42
42
* @param string $keyword
43
43
*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class PermissionModel extends BaseModel
11
11
*
12
12
* @param int $length
13
13
* @param int $start
14
- * @param string $order
14
+ * @param string $order
15
15
* @param string $dir
16
16
* @param string $keyword
17
17
*
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class UserModel extends BaseModel
12
12
*
13
13
* @param int $length
14
14
* @param int $start
15
- * @param string $order
15
+ * @param string $order
16
16
* @param string $dir
17
17
* @param string $keyword
18
18
*
Original file line number Diff line number Diff line change 1
1
<!-- Include -->
2
- <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\datatables ' ) ?>
2
+ <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\datatables ' ) ?>
3
3
<!-- Extend from layout index -->
4
- <?= $ this ->extend ('agungsugiarto\boilerplate\Views\layout\index ' ) ?>
4
+ <?= $ this ->extend ('agungsugiarto\boilerplate\Views\layout\index ' ) ?>
5
5
6
6
<!-- Section content -->
7
- <?= $ this ->section ('content ' ) ?>
8
- <?= $ this ->include ('agungsugiarto\boilerplate\Views\Permission\create ' ) ?>
7
+ <?= $ this ->section ('content ' ) ?>
8
+ <?= $ this ->include ('agungsugiarto\boilerplate\Views\Permission\create ' ) ?>
9
9
<div class="row">
10
10
<div class="col-12">
11
11
<div class="card">
14
14
<div class="btn-group">
15
15
<button type="button" class="btn btn-sm btn-block btn-primary" id="create-book"
16
16
data-toggle="modal" data-target="#modal-create-permission"><i class="fa fa-plus"></i>
17
- <?= lang ('boilerplate.permission.add ' ) ?>
17
+ <?= lang ('boilerplate.permission.add ' ) ?>
18
18
</button>
19
19
</div>
20
20
</div>
38
38
</div>
39
39
</div>
40
40
</div>
41
- <?= $ this ->endSection () ?>
41
+ <?= $ this ->endSection () ?>
42
42
43
43
<!-- Push section js -->
44
- <?= $ this ->section ('js ' ) ?>
44
+ <?= $ this ->section ('js ' ) ?>
45
45
<script>
46
46
47
47
var tablePermission = $('#table-permission').DataTable({
@@ -218,4 +218,4 @@ function slugify(text) {
218
218
}
219
219
</script>
220
220
221
- <?= $ this ->endSection () ?>
221
+ <?= $ this ->endSection () ?>
Original file line number Diff line number Diff line change 1
1
<!-- Include datatables -->
2
- <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\datatables ' ) ?>
2
+ <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\datatables ' ) ?>
3
3
<!-- Extend from layout index -->
4
- <?= $ this ->extend ('agungsugiarto\boilerplate\Views\layout\index ' ) ?>
4
+ <?= $ this ->extend ('agungsugiarto\boilerplate\Views\layout\index ' ) ?>
5
5
6
6
<!-- Section content -->
7
- <?= $ this ->section ('content ' ) ?>
7
+ <?= $ this ->section ('content ' ) ?>
8
8
<div class="row">
9
9
<div class="col-12">
10
10
<div class="card">
11
11
<div class="card-header">
12
12
<div class="float-right">
13
13
<div class="btn-group">
14
14
<a href="<?= route_to ('admin/role/new ' ) ?> " class="btn btn-sm btn-block btn-primary"><i class="fa fa-plus"></i>
15
- <?= lang ('boilerplate.role.add ' ) ?>
15
+ <?= lang ('boilerplate.role.add ' ) ?>
16
16
</a>
17
17
</div>
18
18
</div>
36
36
</div>
37
37
</div>
38
38
</div>
39
- <?= $ this ->endSection () ?>
39
+ <?= $ this ->endSection () ?>
40
40
41
41
<!-- Push section js -->
42
- <?= $ this ->section ('js ' ) ?>
42
+ <?= $ this ->section ('js ' ) ?>
43
43
<script>
44
44
var tableRole = $('#table-role').DataTable({
45
45
processing: true,
110
110
})
111
111
})
112
112
</script>
113
- <?= $ this ->endSection () ?>
113
+ <?= $ this ->endSection () ?>
Original file line number Diff line number Diff line change 1
- <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\select2 ' ) ?>
2
- <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\datatables ' ) ?>
1
+ <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\select2 ' ) ?>
2
+ <?= $ this ->include ('agungsugiarto\boilerplate\Views\load\datatables ' ) ?>
3
3
<!-- Extend from layout index -->
4
- <?= $ this ->extend ('agungsugiarto\boilerplate\Views\layout\index ' ) ?>
4
+ <?= $ this ->extend ('agungsugiarto\boilerplate\Views\layout\index ' ) ?>
5
5
6
6
<!-- Section content -->
7
- <?= $ this ->section ('content ' ) ?>
7
+ <?= $ this ->section ('content ' ) ?>
8
8
<!-- SELECT2 EXAMPLE -->
9
9
<div class="card card-default">
10
10
<div class="card-header">
11
11
<div class="card-tools">
12
12
<div class="btn-group">
13
13
<a href="<?= route_to ('admin/user/manage/new ' ) ?> " class="btn btn-sm btn-block btn-primary"><i class="fa fa-plus"></i>
14
- <?= lang ('boilerplate.user.add ' ) ?>
14
+ <?= lang ('boilerplate.user.add ' ) ?>
15
15
</a>
16
16
</div>
17
17
</div>
41
41
</div>
42
42
</div>
43
43
<!-- /.card -->
44
- <?= $ this ->endSection () ?>
44
+ <?= $ this ->endSection () ?>
45
45
46
- <?= $ this ->section ('js ' ) ?>
46
+ <?= $ this ->section ('js ' ) ?>
47
47
<script>
48
48
var tableUser = $('#table-user').DataTable({
49
49
processing: true,
You can’t perform that action at this time.
0 commit comments