Skip to content

SEO-2268 Issue fixed #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions PHP/DataManager/Data-Adaptors.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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,

Expand Down Expand Up @@ -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,

Expand Down