Skip to content

Commit d2045d3

Browse files
committed
PHP Desc long too short
1 parent ac7618c commit d2045d3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

PHP/DataManager/corsdatafetching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: CORS Data Fetching
3-
description: CORS Data Fetching
2+
title: CORS Data Fetching | DataManager | PHP | Syncfusion
3+
description: Learn here more about CORS Data Fetching in Syncfusion Essential PHP DataManager Control, its elements, and more
44
platform: php
55
control: DataManager
66
documentation: ug
77
keywords: CORS Data Fetching, SAME-ORIGIN POLICY, Access-Control-Allow-Origin, Access-Control-Request-Method, Access-Control-Request-Headers
88
---
9-
# CORS Data Fetching
9+
# CORS Data Fetching in Essential PHP DataManager
1010

1111
The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain data transfers.
1212

1313
## SAME-ORIGIN POLICY
1414

1515
This policy defined the rule for, “how a web page can be accessed by an external resource”. Browsers wont permits a request to access the resources who origin is differ than the current page. To overcome the restriction of same-origin policy, we can use a technique called Cross-origin resource sharing.
1616

17-
![](CORS_images/SAME-ORIGIN1.png)
17+
![PHP DataManager SAME-ORIGIN POLICY](CORS_images/SAME-ORIGIN1.png)
1818

1919
## Access-Control-Allow-Origin
2020

PHP/Rating/Getting-Started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
layout: post
3-
title: Getting started with Rating
4-
description: To get start with Rating
3+
title: Getting started | Rating | PHP | Syncfusion
4+
description: Learn here more about how To get start with Rating in Syncfusion Essential PHP Rating Control, its elements, and more
55
platform: php
66
control: Rating
77
documentation: ug
88
keywords: Rating, rating
99
---
1010

11-
# Getting Started
11+
# Getting Started with Essential PHP Rating
1212

1313
This section explains briefly about how to create a **Rating** control in your application with **PHP**. **Rating** helps to select the number of stars that represent Rating. Here, you can learn how to create **Rating** control in a real-time movie download application and also learn how to rate the application.
1414

1515
The following screenshot illustrates the functionality of a Rating widget with a Rating range of 0 to 5.
1616

17-
![](Getting-Started_images/Getting-Started_img1.png)
17+
![Getting Started with PHP Rating](Getting-Started_images/Getting-Started_img1.png)
1818

1919
The external script dependencies of the Rating widget is,
2020

@@ -213,7 +213,7 @@ The Rating can be created in **PHP** by using the below given code.
213213

214214
The following screenshot displays a Rating widget.
215215

216-
![](Getting-Started_images/Getting-Started_img2.png)
216+
![Create a Rating Widget in PHP Rating](Getting-Started_images/Getting-Started_img2.png)
217217

218218
##Set the Min and Max Value
219219

@@ -250,7 +250,7 @@ In a real-time scenario, you can extend the range by using the properties **minV
250250

251251
The above code example displays the following output.
252252

253-
![](Getting-Started_images/Getting-Started_img3.png)
253+
![Set the Min and Max Value in PHP Rating](Getting-Started_images/Getting-Started_img3.png)
254254

255255
##Set Precision
256256

@@ -316,7 +316,7 @@ In a real-time movie **Rating** scenario, you can set precision in between two w
316316

317317
The above code example displays the following output.
318318

319-
![](Getting-Started_images/Getting-Started_img4.jpeg)
319+
![PHP Rating Set Precision](Getting-Started_images/Getting-Started_img4.jpeg)
320320

321321
You can also add additional functionalities such as orientation, event tracer and API’s to the **Rating**.
322322

PHP/Ribbon/getting-started.md

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

10-
# Getting Started
10+
# Getting Started with Essential PHP Ribbon
1111

1212
To get start with the Ribbon 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

0 commit comments

Comments
 (0)