@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -23,7 +23,7 @@ |
||
23 | 23 | ]; |
24 | 24 | $category = $post->getTerms() |
25 | 25 | ->innerJoinWith([ |
26 | - 'taxonomy' => function ($query) { |
|
26 | + 'taxonomy' => function($query) { |
|
27 | 27 | /* @var $query \yii\db\ActiveQuery */ |
28 | 28 | $query->from(['taxonomy' => Taxonomy::tableName()]); |
29 | 29 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | ]; |
25 | 25 | $category = $post->getTerms() |
26 | 26 | ->innerJoinWith([ |
27 | - 'taxonomy' => function ($query) { |
|
27 | + 'taxonomy' => function($query) { |
|
28 | 28 | /* @var $query \yii\db\ActiveQuery */ |
29 | 29 | $query->from(['taxonomy' => Taxonomy::tableName()]); |
30 | 30 | }, |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | <footer class="footer-meta"> |
82 | 82 | <?php $tags = $post->getTerms() |
83 | 83 | ->innerJoinWith([ |
84 | - 'taxonomy' => function ($query) { |
|
84 | + 'taxonomy' => function($query) { |
|
85 | 85 | /** @var $query \yii\db\ActiveQuery */ |
86 | 86 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
87 | 87 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use yii\bootstrap\ActiveForm; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use yii\helpers\Html; |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -64,7 +64,7 @@ |
||
64 | 64 | <footer class="footer-meta"> |
65 | 65 | <?php $tags = $post->getTerms() |
66 | 66 | ->innerJoinWith([ |
67 | - 'taxonomy' => function ($query) { |
|
67 | + 'taxonomy' => function($query) { |
|
68 | 68 | /** @var $query \yii\db\ActiveQuery */ |
69 | 69 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
70 | 70 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -71,7 +71,7 @@ |
||
71 | 71 | <footer class="footer-meta"> |
72 | 72 | <?php $tags = $post->getTerms() |
73 | 73 | ->innerJoinWith([ |
74 | - 'taxonomy' => function ($query) { |
|
74 | + 'taxonomy' => function($query) { |
|
75 | 75 | /** @var $query \yii\db\ActiveQuery */ |
76 | 76 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
77 | 77 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -68,7 +68,7 @@ |
||
68 | 68 | <footer class="footer-meta"> |
69 | 69 | <?php $tags = $post->getTerms() |
70 | 70 | ->innerJoinWith([ |
71 | - 'taxonomy' => function ($query) { |
|
71 | + 'taxonomy' => function($query) { |
|
72 | 72 | /** @var $query \yii\db\ActiveQuery */ |
73 | 73 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
74 | 74 | }, |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use common\models\Option; |
10 | 10 | use common\models\Taxonomy; |
@@ -68,7 +68,7 @@ |
||
68 | 68 | <footer class="footer-meta"> |
69 | 69 | <?php $tags = $post->getTerms() |
70 | 70 | ->innerJoinWith([ |
71 | - 'taxonomy' => function ($query) { |
|
71 | + 'taxonomy' => function($query) { |
|
72 | 72 | /** @var $query \yii\db\ActiveQuery */ |
73 | 73 | return $query->from(['taxonomy' => Taxonomy::tableName()]); |
74 | 74 | }, |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace frontend\widgets; |
9 | 9 |