[ 
https://issues.apache.org/jira/browse/IGNITE-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15630787#comment-15630787
 ] 

Denis Magda commented on IGNITE-3921:
-------------------------------------

Igor, I've reviewed the documentation and split it into several sections:
- Setting Up ODBC Driver
- Installing and Configuring PHP PDO
- Starting Ignite Cluster
- Connecting From PHP to Ignite Cluster

The first two are straightforward. However, I haven't fully set up PHP 
environment  yet, so if you have any hints in mind related to "Installing and 
Configuring PHP PDO" section please go ahead and add them there.

Next, in "Starting Ignite Cluster" section I would elaborate on how to start a 
simple Ignite cluster with a cache pre-configured. The cache configuration has 
to contain {{QueryEntiry}} with all the fields that gonna to be used in INSERT, 
UPDATE, SELECT commands. Add this configuration to the documentation.

"Connecting From PHP to Ignite Cluster" section will be the latest. Here we 
should emphasize and show how to connect to the Ignite cluster started above 
and how to execute:
- insert commands;
- select commands;
- delete commands.
For every type of command we should add a small code snippet. 

I've removed "Hints and Tricks" section. If you have any in mind please add 
them into one of the sections above.

So the overall idea is that everyone can easily start working with Ignite from 
PHP be referring to this documentation. 

> ODBC: Add documentation for the PDO interoperability.
> -----------------------------------------------------
>
>                 Key: IGNITE-3921
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3921
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation, odbc
>    Affects Versions: 1.7
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>              Labels: documentation, odbc
>             Fix For: 1.8
>
>
> We have checked our ODBC driver for the compatibility with the PDO. Now we 
> need to document it for our users.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to