diff --git a/PHP/DataManager/Data-Adaptors.md b/PHP/DataManager/Data-Adaptors.md index 31a2afa2..e886e10c 100644 --- a/PHP/DataManager/Data-Adaptors.md +++ b/PHP/DataManager/Data-Adaptors.md @@ -1,13 +1,13 @@ --- -title: Data-Adaptors -description: data adaptors +title: Data Adaptors Php Data Manager | Syncfusion +description: Learn about Easy Customization support in Syncfusion Php Data Manager Control, its elements and more platform: php control: DataManager documentation: ug keywords: JSON Adaptor, URL Adaptor, OData Adaptor, Odata4 Adaptor, WebApi Adaptor, Cache Adaptor, Custom Adaptor, RemoteSave Adaptor --- -# Data Adaptors +# Getting started with Php Data Manager **DataManger** uses adaptors to process data. There are three types of adaptors in **DataManger**. They are @@ -131,7 +131,7 @@ The following code example illustrates on how to use **JSONAdaptor**. The result of above code example is illustrated as follows. -![](Data-Adaptors_images/Data-Adaptors_img1.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img1.png) ## URL Adaptor @@ -270,7 +270,7 @@ Now, in the following code example the data is retrieved from **MVC** **Controll The result of the above code example is illustrated as follows. -![](Data-Adaptors_images/Data-Adaptors_img2.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img2.png) ## OData Adaptor @@ -382,7 +382,7 @@ The result of the above code example is illustrated as follows. The result of the above code example is illustrated as follows. -![](Data-Adaptors_images/Data-Adaptors_img3.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img3.png) ## WebAPI Adaptor @@ -489,7 +489,7 @@ Refer to the following code example. Result of the above code example is illustrated as follows. -![](Data-Adaptors_images/Data-Adaptors_img4.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img4.png) ## RemoteSave Adaptor @@ -703,7 +703,7 @@ Refer to the following code example. Result of the above code example is illustrated as follows. -![](Data-Adaptors_images/Data-Adaptors_img5.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img5.png) ## Custom Adaptor @@ -767,7 +767,7 @@ The following code example illustrates you on how to create custom adaptor. Result of above code example is as follows. -![](Data-Adaptors_images/Data-Adaptors_img6.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img6.png) Using Custom Adaptor, you can override the existing method of Extended Adaptor, @@ -901,7 +901,7 @@ Cache Adaptor is used to cache the data of the visited pages. It prevents new re {% endhighlight %} -![](Data-Adaptors_images/Data-Adaptors_img7.png) +![Php Data Manager Data Adaptors](Data-Adaptors_images/Data-Adaptors_img7.png) Cache Adaptor has the following unique properties,