<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.adodb.org/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.adodb.org/dokuwiki/feed.php">
        <title>ADOdb - v5:userguide:learn_fields</title>
        <description>Database Abstraction Layer for PHP</description>
        <link>https://www.adodb.org/dokuwiki/</link>
        <image rdf:resource="https://www.adodb.org/dokuwiki/lib/exe/fetch.php?media=logo.png" />
       <dc:date>2026-05-17T02:42:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:associative_key_case&amp;rev=1557315407&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:field_objects&amp;rev=1615279135&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:introduction&amp;rev=1458174898&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:start_lesson&amp;rev=1458257562&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.adodb.org/dokuwiki/lib/exe/fetch.php?media=logo.png">
        <title>ADOdb</title>
        <link>https://www.adodb.org/dokuwiki/</link>
        <url>https://www.adodb.org/dokuwiki/lib/exe/fetch.php?media=logo.png</url>
    </image>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:associative_key_case&amp;rev=1557315407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-08T11:36:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Associative Key Case</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:associative_key_case&amp;rev=1557315407&amp;do=diff</link>
        <description>Fetch Mode Start Of Lesson Field Objects 


Associative Key Case

If returning data in associative mode, it is important to choose early in the project whether to use upper case or lower case keys. Once that decision has been made, a consistent result can be expected. ADOdb controls the casing of the keys using the</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:field_objects&amp;rev=1615279135&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-09T08:38:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fields As Objects</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:field_objects&amp;rev=1615279135&amp;do=diff</link>
        <description>ADODB_ASSOC_CASE Start Of Lesson Fields As Objects


Fields As Objects

In Lesson 2, the concept of the ActualTypes was explained. 
In this section, we show how the value of a field, as well as its attributes, can be obtained. 
By treating the returned result set as a 2 dimensional array, we can process each row on a column-by-column basis.</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:introduction&amp;rev=1458174898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-17T00:34:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Working With Fields</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:introduction&amp;rev=1458174898&amp;do=diff</link>
        <description>Working With Fields

This lesson teaches an understanding of working with fields and field objects</description>
    </item>
    <item rdf:about="https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:start_lesson&amp;rev=1458257562&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-03-17T23:32:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Fields And Fields Objects</title>
        <link>https://www.adodb.org/dokuwiki/doku.php?id=v5:userguide:learn_fields:start_lesson&amp;rev=1458257562&amp;do=diff</link>
        <description>Introduction Start Of Lesson Associative Key Case 


Fields And Fields Objects

Formatting Of Returned Data

ADOdb provides a number of methods for controlling returned data. The data may be represented as arrays, both numeric and associative, and as objects.

$ADODB_FETCH_MODE

The global variable $ADODB_FETCH_MODE controls how the keys of the arrays containing the returned data are presented. The variable should be set</description>
    </item>
</rdf:RDF>
