Skip to content

DOCINFRA-2341_merged_using_automation #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions PHP/Grid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: post
title: Getting started with Grid widget for Syncfusion Essential PHP
description: How to create the Grid, data bind, enable paging, grouping, filtering and add summaries
description: How to create the Grid, data bind, enable paging, grouping, filtering and add summaries in Syncfusion PHP Grid Control, its elements, and more.
platform: php
control: Grid
documentation: ug
---
# Getting started
# Getting started with PHP Grid

This section explains briefly about how to create a Grid in your application with PHP, and also explains about how to enable basic grid operations like Paging, Filtering, Grouping and Summary. The following screenshot illustrates the Grid control.

![](Getting-Started_images/grid.png)
![PHP Grid Getting started](Getting-Started_images/grid.png)

## Adding JavaScript and CSS references

Expand Down Expand Up @@ -92,7 +92,7 @@ echo $grid -> dataSource($Json)->allowPaging(true)->columns($gridColumns)->rende

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img1.png)
![PHP Grid](Getting-Started_images/Grid_GettingStarted_img1.png)

## Data Binding

Expand Down Expand Up @@ -149,7 +149,7 @@ echo $grid -> dataSource( $Json)->columns($gridColumns)->allowPaging(true)->rend

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img2.png)
![PHP Grid Data Binding](Getting-Started_images/Grid_GettingStarted_img2.png)

## Enable Filtering

Expand Down Expand Up @@ -206,7 +206,7 @@ echo $grid -> dataSource( $Json)->columns($gridColumns)->allowFiltering(true)->f

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img3.png)
![PHP Grid Enable Filtering](Getting-Started_images/Grid_GettingStarted_img3.png)


## Enable Grouping
Expand Down Expand Up @@ -264,7 +264,7 @@ echo $grid -> dataSource($Json)->allowPaging(true)->allowGrouping(true)->columns

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img4.png)
![PHP Grid Enable Grouping](Getting-Started_images/Grid_GettingStarted_img4.png)


Refer to the following code example for initial grouping.
Expand Down Expand Up @@ -322,7 +322,7 @@ echo $grid -> dataSource($Json)->allowPaging(true)->allowGrouping(true)->columns

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img5.png)
![PHP Grid Getting Started](Getting-Started_images/Grid_GettingStarted_img5.png)


## Add Summaries
Expand Down Expand Up @@ -398,7 +398,7 @@ echo $grid -> dataSource( $Json)->allowPaging(true)->columns($gridColumns)->summ

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img6.png)
![PHP Grid Add Summaries](Getting-Started_images/Grid_GettingStarted_img6.png)


## Enable Editing
Expand Down Expand Up @@ -463,7 +463,7 @@ echo $grid -> dataSource($Json)->allowPaging(true)->columns($gridColumns)->editS

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img7.png)
![PHP Grid Enable Editing](Getting-Started_images/Grid_GettingStarted_img7.png)


## Enable Selection
Expand Down Expand Up @@ -521,8 +521,6 @@ echo $grid -> dataSource($Json)->columns($gridColumns)->allowPaging(true)->selec

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img10.png)


## Enable Sorting

Expand Down Expand Up @@ -579,6 +577,4 @@ echo $grid -> dataSource($Json)->allowPaging(true)->columns($gridColumns)->allow

{% endhighlight %}

![](Getting-Started_images/Grid_GettingStarted_img11.png)


10 changes: 5 additions & 5 deletions PHP/Kanban/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Getting started with Kanban component
description: Rendering a basic Kanban with local data
title: Getting started with PHP Kanban Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP Kanban Control, its elements, and more.
platform: php
control: kanban
documentation: ug
keywords: ejkanban, kanban, kanban widget, js kanban
---

# Getting Started
# Getting Started with PHP Kanban

To get start with the Kanban control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally.

Expand Down Expand Up @@ -268,12 +268,12 @@ Filters allows to filter the collection of cards from `dataSource` which meets t

The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image -

![](getting-started_images/getting-started_img1.png)
![PHP Kanban Getting Started](getting-started_images/getting-started_img1.png)

Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, say if the Apache is configured to listen on port 7777, then type http://localhost:7777/ on your browser and press enter. Also, make sure that your sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.

The following Kanban output shows up on the browser, when you type http://localhost:7777/KanbanPHP/index.php and press enter -

![](getting-started_images/getting-started_img2.png)
![PHP Kanban Running the PHP file](getting-started_images/getting-started_img2.png)

N> In case, if you face any problem with default port 80 while running your sample, make the Apache to listen on some other different ports. The port number changes needs to be done on both the `httpd.conf` and `httpd-ssl.conf` files, in order to get rid of this problem.(Refer [here](http://stackoverflow.com/questions/20558410/xampp-port-80-in-use-by-unable-to-open-process-with-pid-4-12))
6 changes: 3 additions & 3 deletions PHP/ReportViewer/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: ReportViewer Control Overview
description: overview of ReportViewer Control
title: About PHP ReportViewer Control | Syncfusion
description: Learn here all about overview of Syncfusion Essential PHP ReportViewer Control, its elements, and more.
platform: PHP
control: ReportViewer
documentation: ug
keywords: ReportViewer features, key features, ReportViewer overview
---

# Overview
# Overview of Syncfusion PHP ReportViewer

The ReportViewer is a visualization control to view Microsoft SSRS RDL/RDLC files on a web page and it is powered by HTML5/JavaScript. It has support to bind DataSources/Parameters to the Reports and also supports exporting, paging, zooming and printing the report.

Expand Down
18 changes: 9 additions & 9 deletions PHP/ReportViewer/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Getting Started for PHP ReportViewer
description: ReportViewer
title: Getting Started with PHP ReportViewer Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential PHP ReportViewer Control, its elements, and more.
platform: PHP
control: ReportViewer
documentation: ug
keywords: ReportViewer, ReportViewer widget, php ReportViewer
---

# Getting Started
# Getting Started with PHP ReportViewer

To get start with the ReportViewer control by using PHP wrapper classes, any one of the following prerequisites need to be installed in your machine to deploy, and run those samples locally.

Expand Down Expand Up @@ -156,13 +156,13 @@ require_once '../EJ/AutoLoad.php';

The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image:

![](Getting-Started_images/xampp-controlpanel.png)
![PHP ReportViewer XAMPP control panel](Getting-Started_images/xampp-controlpanel.png)

Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, if the Apache is configured to listen the port 8080, then type http://localhost:8080/ on the browser and press enter. Also, make sure that the sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.

The following ReportViewer output will be shown on the browser, when you type http://localhost:8080/ReportViewerTutorial/index.php and press enter.

![](Getting-Started_images/Getting-Started_img1.png)
![PHP ReportViewer Index PHP](Getting-Started_images/Getting-Started_img1.png)

ReportViewer with Grouping Aggregate Report
{:.caption}.
Expand Down Expand Up @@ -205,13 +205,13 @@ require_once '../EJ/AutoLoad.php';

The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image:

![](Getting-Started_images/xampp-controlpanel.png)
![PHP ReportViewer PHP Sample](Getting-Started_images/xampp-controlpanel.png)

Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, if the Apache is configured to listen the port 8080, then type http://localhost:8080/ on the browser and press enter. Also, make sure that the sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.

The following ReportViewer output will be shown on the browser, when you type http://localhost:8080/ReportViewerTutorial/index.php and press enter.

![](Getting-Started_images/Getting-Started_img2.png)
![PHP ReportViewer PHP file](Getting-Started_images/Getting-Started_img2.png)

Report from SSRS
{:.caption}
Expand Down Expand Up @@ -280,13 +280,13 @@ N> Default RDLC report will be rendered, which is used in the online service.

The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image:

![](Getting-Started_images/xampp-controlpanel.png)
![PHP ReportViewer Running the PHP file](Getting-Started_images/xampp-controlpanel.png)

Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, if the Apache is configured to listen on the port 8080, then type http://localhost:8080/ on the browser and press enter. Also, make sure that the sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.

The following ReportViewer output will be shown on the browser, when you type http://localhost:8080/ReportViewerTutorial/index.php and press enter.

![](Getting-Started_images/Getting-Started_img3.png)
![PHP ReportViewer](Getting-Started_images/Getting-Started_img3.png)

Area chart RDLC report
{:.caption}
Expand Down