Skip to content

Commit babbfc3

Browse files
Merge pull request #230 from syncfusion-content/SEO-3147-PHP-Desc-too-long-short
SEO-3147 PHP Desc long too short
2 parents 63cc3bf + 3b0e33c commit babbfc3

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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 in PHP DataManager control | 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 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 with PHP Rating control | Syncfusion
4+
description: Learn here more about Getting Started with 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 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: 5 additions & 5 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 with PHP Ribbon control | 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 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

@@ -281,12 +281,12 @@ Create button controls as array of objects as mentioned with the following code.
281281

282282
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 -
283283

284-
![](getting-started_images/getting-started_img.png)
284+
![Run File in PHP Ribbon](getting-started_images/getting-started_img.png)
285285

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

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

290-
![](getting-started_images/getting-started_img4.png)
290+
![Configure Apache in PHP Ribbon](getting-started_images/getting-started_img4.png)
291291

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

0 commit comments

Comments
 (0)