Skip to content

Commit 46b98c5

Browse files
Merge pull request #94 from Syncfusion-Content/hotfix/hotfix-v20.1.0.47
DOCINFRA-2341_merged_using_automation
2 parents 4ae7430 + 89d92fa commit 46b98c5

20 files changed

+118
-32
lines changed

PHP/Grid/Getting-Started.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: post
33
title: Getting started with Grid widget for Syncfusion Essential PHP
4-
description: How to create the Grid, data bind, enable paging, grouping, filtering and add summaries
4+
description: How to create the Grid, data bind, enable paging, grouping, filtering and add summaries in Syncfusion PHP Grid Control, its elements, and more.
55
platform: php
66
control: Grid
77
documentation: ug
88
---
9-
# Getting started
9+
# Getting started with PHP Grid
1010

1111
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.
1212

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

1515
## Adding JavaScript and CSS references
1616

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

9393
{% endhighlight %}
9494

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

9797
## Data Binding
9898

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

150150
{% endhighlight %}
151151

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

154154
## Enable Filtering
155155

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

207207
{% endhighlight %}
208208

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

211211

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

265265
{% endhighlight %}
266266

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

269269

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

323323
{% endhighlight %}
324324

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

327327

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

399399
{% endhighlight %}
400400

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

403403

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

464464
{% endhighlight %}
465465

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

468468

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

522522
{% endhighlight %}
523523

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

527525
## Enable Sorting
528526

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

580578
{% endhighlight %}
581579

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

PHP/Kanban/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Getting started with Kanban component
3-
description: Rendering a basic Kanban with local data
2+
title: Getting started with PHP Kanban Control | Syncfusion
3+
description: Learn here about getting started with Syncfusion Essential PHP Kanban Control, its elements, and more.
44
platform: php
55
control: kanban
66
documentation: ug
77
keywords: ejkanban, kanban, kanban widget, js kanban
88
---
99

10-
# Getting Started
10+
# Getting Started with PHP Kanban
1111

1212
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.
1313

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

269269
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 -
270270

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

273273
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.
274274

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

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

279279
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))

PHP/Release-notes/v19.4.0.52.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for PHP Weekly Nuget Release Release Notes
3+
description: Essential Studio for PHP Weekly Nuget Release Release Notes
4+
platform: php
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for PHP Release Notes
9+
10+
{% include release-info.html date="February 15, 2022" version="v19.4.0.52" %}
11+
12+
{% directory path: _includes/release-notes/v19.4.0.52 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

PHP/Release-notes/v19.4.0.53.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Essential Studio for PHP Weekly Nuget Release Release Notes
3+
description: Essential Studio for PHP Weekly Nuget Release Release Notes
4+
platform: php
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for PHP Release Notes
9+
10+
{% include release-info.html date="February 22, 2022" version="v19.4.0.53" %}
11+
12+
13+
{% directory path: _includes/release-notes/v19.4.0.53 %}
14+
15+
{% include {{file.url}} %}
16+
17+
{% enddirectory %}

PHP/Release-notes/v19.4.0.54.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for PHP Weekly Nuget Release Release Notes
3+
description: Essential Studio for PHP Weekly Nuget Release Release Notes
4+
platform: php
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for PHP Release Notes
9+
10+
{% include release-info.html date="March 01, 2022" version="v19.4.0.54" %}
11+
12+
{% directory path: _includes/release-notes/v19.4.0.54 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

PHP/Release-notes/v19.4.0.55.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Essential Studio for PHP Weekly Nuget Release Release Notes
3+
description: Essential Studio for PHP Weekly Nuget Release Release Notes
4+
platform: php
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for PHP Release Notes
9+
10+
{% include release-info.html date="March 08, 2022" version="v19.4.0.55" %}
11+
12+
13+
{% directory path: _includes/release-notes/v19.4.0.55 %}
14+
15+
{% include {{file.url}} %}
16+
17+
{% enddirectory %}

PHP/Release-notes/v19.4.0.56.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for PHP Weekly Nuget Release Release Notes
3+
description: Essential Studio for PHP Weekly Nuget Release Release Notes
4+
platform: php
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for PHP Release Notes
9+
10+
{% include release-info.html date="March 15, 2022" version="v19.4.0.56" %}
11+
12+
{% directory path: _includes/release-notes/v19.4.0.56 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

PHP/ReportViewer/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: ReportViewer Control Overview
3-
description: overview of ReportViewer Control
2+
title: About PHP ReportViewer Control | Syncfusion
3+
description: Learn here all about overview of Syncfusion Essential PHP ReportViewer Control, its elements, and more.
44
platform: PHP
55
control: ReportViewer
66
documentation: ug
77
keywords: ReportViewer features, key features, ReportViewer overview
88
---
99

10-
# Overview
10+
# Overview of Syncfusion PHP ReportViewer
1111

1212
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.
1313

PHP/ReportViewer/getting-started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Getting Started for PHP ReportViewer
3-
description: ReportViewer
2+
title: Getting Started with PHP ReportViewer Control | Syncfusion
3+
description: Learn here about getting started with Syncfusion Essential PHP ReportViewer Control, its elements, and more.
44
platform: PHP
55
control: ReportViewer
66
documentation: ug
77
keywords: ReportViewer, ReportViewer widget, php ReportViewer
88
---
99

10-
# Getting Started
10+
# Getting Started with PHP ReportViewer
1111

1212
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.
1313

@@ -156,13 +156,13 @@ require_once '../EJ/AutoLoad.php';
156156

157157
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:
158158

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

161161
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.
162162

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

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

167167
ReportViewer with Grouping Aggregate Report
168168
{:.caption}.
@@ -205,13 +205,13 @@ require_once '../EJ/AutoLoad.php';
205205

206206
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:
207207

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

210210
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.
211211

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

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

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

281281
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:
282282

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

285285
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.
286286

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

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

291291
Area chart RDLC report
292292
{:.caption}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

PHP/installation-and-upgrade/Installation-Errors.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,12 @@ You have enabled controlled folder access settings on your computer.
136136

137137
### Suggested solution
138138

139-
Select a different location to install or deactivate your machine's controlled folder access settings, and then try installing.
139+
**Suggestion 1:**
140+
141+
1. We will ship our demos in the public documents folder by default.
142+
2. You have controlled folder access enabled on your machine, so our demos cannot be installed in the documents folder. If you need to install our demos in the Documents folder, follow the steps in this [link](https://support.microsoft.com/en-us/windows/allow-an-app-to-access-controlled-folders-b5b6627a-b008-2ca2-7931-7e51e912b034) and disable the controlled folder access.
143+
3. You can enable this option after the installing our Syncfusion setup.
144+
145+
**Suggestion 2:**
146+
147+
1. If you do not want to disable controlled folder access, you can install our demos in another directory.

0 commit comments

Comments
 (0)