Commit 6009b94d authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #450 from bangnguyen47/patch-1

Update grouping-component.md
parents f353a29d 69b5b975
...@@ -24,7 +24,9 @@ Options ...@@ -24,7 +24,9 @@ Options
Examples Examples
-------- --------
Grouping by field: ```php Grouping by field:
```php
<?php <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
...@@ -82,7 +84,9 @@ htmlFooter(); ...@@ -82,7 +84,9 @@ htmlFooter();
``` ```
Grouping by query: ```php Grouping by query:
```php
<?php <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment