From d2045d309fda4556fff8e04077ada6273a357ba0 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:42:44 +0300 Subject: [PATCH 1/6] PHP Desc long too short --- PHP/DataManager/corsdatafetching.md | 8 ++++---- PHP/Rating/Getting-Started.md | 14 +++++++------- PHP/Ribbon/getting-started.md | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/PHP/DataManager/corsdatafetching.md b/PHP/DataManager/corsdatafetching.md index de45882e..51ff0b6f 100644 --- a/PHP/DataManager/corsdatafetching.md +++ b/PHP/DataManager/corsdatafetching.md @@ -1,12 +1,12 @@ --- -title: CORS Data Fetching -description: CORS Data Fetching +title: CORS Data Fetching | DataManager | PHP | Syncfusion +description: Learn here more about CORS Data Fetching in Syncfusion Essential PHP DataManager Control, its elements, and more platform: php control: DataManager documentation: ug keywords: CORS Data Fetching, SAME-ORIGIN POLICY, Access-Control-Allow-Origin, Access-Control-Request-Method, Access-Control-Request-Headers --- -# CORS Data Fetching +# CORS Data Fetching in Essential PHP DataManager The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain data transfers. @@ -14,7 +14,7 @@ The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain da 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. -![](CORS_images/SAME-ORIGIN1.png) +![PHP DataManager SAME-ORIGIN POLICY](CORS_images/SAME-ORIGIN1.png) ## Access-Control-Allow-Origin diff --git a/PHP/Rating/Getting-Started.md b/PHP/Rating/Getting-Started.md index 2aaa4f15..4c66dd31 100644 --- a/PHP/Rating/Getting-Started.md +++ b/PHP/Rating/Getting-Started.md @@ -1,20 +1,20 @@ --- layout: post -title: Getting started with Rating -description: To get start with Rating +title: Getting started | Rating | PHP | Syncfusion +description: Learn here more about how To get start with Rating in Syncfusion Essential PHP Rating Control, its elements, and more platform: php control: Rating documentation: ug keywords: Rating, rating --- -# Getting Started +# Getting Started with Essential PHP Rating 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. The following screenshot illustrates the functionality of a Rating widget with a Rating range of 0 to 5. -![](Getting-Started_images/Getting-Started_img1.png) +![Getting Started with PHP Rating](Getting-Started_images/Getting-Started_img1.png) The external script dependencies of the Rating widget is, @@ -213,7 +213,7 @@ The Rating can be created in **PHP** by using the below given code. The following screenshot displays a Rating widget. -![](Getting-Started_images/Getting-Started_img2.png) +![Create a Rating Widget in PHP Rating](Getting-Started_images/Getting-Started_img2.png) ##Set the Min and Max Value @@ -250,7 +250,7 @@ In a real-time scenario, you can extend the range by using the properties **minV The above code example displays the following output. -![](Getting-Started_images/Getting-Started_img3.png) +![Set the Min and Max Value in PHP Rating](Getting-Started_images/Getting-Started_img3.png) ##Set Precision @@ -316,7 +316,7 @@ In a real-time movie **Rating** scenario, you can set precision in between two w The above code example displays the following output. -![](Getting-Started_images/Getting-Started_img4.jpeg) +![PHP Rating Set Precision](Getting-Started_images/Getting-Started_img4.jpeg) You can also add additional functionalities such as orientation, event tracer and API’s to the **Rating**. diff --git a/PHP/Ribbon/getting-started.md b/PHP/Ribbon/getting-started.md index 6e00e763..77198bed 100644 --- a/PHP/Ribbon/getting-started.md +++ b/PHP/Ribbon/getting-started.md @@ -1,13 +1,13 @@ --- -title: Getting started with Ribbon component -description: Rendering a basic Ribbon +title: Getting started | Ribbon | PHP | Syncfusion +description: Learn here more about Rendering a basic Ribbon in Syncfusion Essential PHP Ribbon Control, its elements, and more platform: php control: ribbon documentation: ug keywords: ejribbon, ribbon, ribbon widget, js ribbon --- -# Getting Started +# Getting Started with Essential PHP Ribbon 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. From 4fdfc0f0759d02fa969273a9b0ba0075f966139e Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:02:29 +0300 Subject: [PATCH 2/6] renamed images --- PHP/Ribbon/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PHP/Ribbon/getting-started.md b/PHP/Ribbon/getting-started.md index 77198bed..6957e01e 100644 --- a/PHP/Ribbon/getting-started.md +++ b/PHP/Ribbon/getting-started.md @@ -281,12 +281,12 @@ Create button controls as array of objects as mentioned with the following code. 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_img.png) +![Run File in PHP Ribbon](getting-started_images/getting-started_img.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 Ribbon output shows up on the browser, when you type http://localhost:7777/RibbonPHP/index.php and press enter - -![](getting-started_images/getting-started_img4.png) +![Configure Apache in PHP Ribbon](getting-started_images/getting-started_img4.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)) From 95f467362b1378802d33cda14e84150e5ae0b19e Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:44:47 +0300 Subject: [PATCH 3/6] added fullstop --- PHP/DataManager/corsdatafetching.md | 4 ++-- PHP/Rating/Getting-Started.md | 4 ++-- PHP/Ribbon/getting-started.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PHP/DataManager/corsdatafetching.md b/PHP/DataManager/corsdatafetching.md index 51ff0b6f..9d7c0f2e 100644 --- a/PHP/DataManager/corsdatafetching.md +++ b/PHP/DataManager/corsdatafetching.md @@ -1,6 +1,6 @@ --- -title: CORS Data Fetching | DataManager | PHP | Syncfusion -description: Learn here more about CORS Data Fetching in Syncfusion Essential PHP DataManager Control, its elements, and more +title: CORS Data Fetching in PHP DataManager control | Syncfusion +description: Learn here more about CORS Data Fetching in Syncfusion Essential PHP DataManager Control, its elements, and more. platform: php control: DataManager documentation: ug diff --git a/PHP/Rating/Getting-Started.md b/PHP/Rating/Getting-Started.md index 4c66dd31..0ed2e491 100644 --- a/PHP/Rating/Getting-Started.md +++ b/PHP/Rating/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting started | Rating | PHP | Syncfusion -description: Learn here more about how To get start with Rating in Syncfusion Essential PHP Rating Control, its elements, and more +title: Getting started with PHP Rating control | Syncfusion +description: Learn here more about how To get start with Rating in Syncfusion Essential PHP Rating Control, its elements, and more. platform: php control: Rating documentation: ug diff --git a/PHP/Ribbon/getting-started.md b/PHP/Ribbon/getting-started.md index 6957e01e..0175d1da 100644 --- a/PHP/Ribbon/getting-started.md +++ b/PHP/Ribbon/getting-started.md @@ -1,6 +1,6 @@ --- -title: Getting started | Ribbon | PHP | Syncfusion -description: Learn here more about Rendering a basic Ribbon in Syncfusion Essential PHP Ribbon Control, its elements, and more +title: Getting started with PHP Ribbon control | Syncfusion +description: Learn here more about Rendering a basic Ribbon in Syncfusion Essential PHP Ribbon Control, its elements, and more. platform: php control: ribbon documentation: ug From 81edc0cdf9a222e043976e6995ba9240e3001fed Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 8 Feb 2023 15:40:39 +0300 Subject: [PATCH 4/6] changed description --- PHP/Rating/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHP/Rating/Getting-Started.md b/PHP/Rating/Getting-Started.md index 0ed2e491..17eb3439 100644 --- a/PHP/Rating/Getting-Started.md +++ b/PHP/Rating/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting started with PHP Rating control | Syncfusion -description: Learn here more about how To get start with Rating in Syncfusion Essential PHP Rating Control, its elements, and more. +description: Learn here more about Getting Started with Syncfusion Essential PHP Rating Control, its elements, and more. platform: php control: Rating documentation: ug From 61168d28ddf4b01aa949ca1174853ac3bb5ca86b Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:23:43 +0300 Subject: [PATCH 5/6] removed essential --- PHP/DataManager/corsdatafetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHP/DataManager/corsdatafetching.md b/PHP/DataManager/corsdatafetching.md index 9d7c0f2e..dfb03a0b 100644 --- a/PHP/DataManager/corsdatafetching.md +++ b/PHP/DataManager/corsdatafetching.md @@ -6,7 +6,7 @@ control: DataManager documentation: ug keywords: CORS Data Fetching, SAME-ORIGIN POLICY, Access-Control-Allow-Origin, Access-Control-Request-Method, Access-Control-Request-Headers --- -# CORS Data Fetching in Essential PHP DataManager +# CORS Data Fetching in PHP DataManager The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain data transfers. From 3b0e33c07ad3a8040211be6c9654542bc89698e0 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:53:50 +0300 Subject: [PATCH 6/6] removed essential --- PHP/Rating/Getting-Started.md | 2 +- PHP/Ribbon/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PHP/Rating/Getting-Started.md b/PHP/Rating/Getting-Started.md index 17eb3439..10c4986d 100644 --- a/PHP/Rating/Getting-Started.md +++ b/PHP/Rating/Getting-Started.md @@ -8,7 +8,7 @@ documentation: ug keywords: Rating, rating --- -# Getting Started with Essential PHP Rating +# Getting Started with PHP Rating 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. diff --git a/PHP/Ribbon/getting-started.md b/PHP/Ribbon/getting-started.md index 0175d1da..327c8e86 100644 --- a/PHP/Ribbon/getting-started.md +++ b/PHP/Ribbon/getting-started.md @@ -7,7 +7,7 @@ documentation: ug keywords: ejribbon, ribbon, ribbon widget, js ribbon --- -# Getting Started with Essential PHP Ribbon +# Getting Started with PHP Ribbon 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.