Additions:
[[http://www.datafeedfile.com/api/DFF_PHP_FrameworkAPI-latest.zip Download Latest DFF PHP Framework API]] : [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIFunctionList Functions List]] : [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIClassList Classes List]]
We recommend you extract the whole [[http://www.datafeedfile.com/api/DFF_PHP_FrameworkAPI-latest.zip DFF_PHP_FrameworkAPI-latest.zip]] into your document root directory. So that any script will reference DFF framework via relative path such as 'DFF/DFF_config.php' from your root directory.
Deletions:
[[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip Download Latest DFF PHP Framework API]] : [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIFunctionList Functions List]] : [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIClassList Classes List]]
We recommend you extract the whole [[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip DFF_PHP_FrameworkAPI-latest.zip]] into your document root directory. So that any script will reference DFF framework via relative path such as 'DFF/DFF_config.php' from your root directory.
Additions:
[[dffDFFConfigPHP Click here to see detailed explanation of each variable in DFF_config.php]]
Deletions:
[[Click here to see detailed explanation of each variable in DFF_config.php]]
Additions:
==DFF_config.php Explanation==
DFF_config.php is the MAIN configuration file for DFF Framework API.
**Note: When upgrading, make sure you do not overwrite this file !!! - save it somewhere else (back this up)**
[[Click here to see detailed explanation of each variable in DFF_config.php]]
Additions:
[[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip Download Latest DFF PHP Framework API]] : [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIFunctionList Functions List]] : [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIClassList Classes List]]
To get large data sets (arrays) from DFF servers for PSE, PPC, DSE, etc we did not create any function / class wrapper because it is easier and more flexible to set array parameters and pass them to the Main DFF API Client class.
For simpler functionality, quick lookups of information, etc, we will create functions / classes for quick code implementation. Click here to see a list of [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIFunctionList DFF API Functions]] and [[http://wiki.datafeedfile.com//wikka.php?wakka=dffAPIClassList DFF API Classes]].
Deletions:
[[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip Download Latest DFF PHP Framework API]]
Additions:
[[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip Download Latest DFF PHP Framework API]]
Deletions:
[[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip Download]]
Additions:
DFF_affiliate_client_API.php (version number indicated inside file)
DFF_config.php (you need to change values in this file)
Deletions:
DFF_affiliate_client_API-x.x.x.php
DFF_config.php
Additions:
DFF/
Files & directories explanation:
Main directory **DFF** - we recommend to always put the whole framework directory structure in your document root using the same DFF directory name.
Inside **DFF** directory:
- **dffml** contains default DFFML files which are commonly used by DFF framework ([[http://wiki.datafeedfile.com//wikka.php?wakka=DFFDFFML what is DFFML]]).
- **image** contains default image files which are commonly used by DFF framework.
- **include** contains all classes and functions files for DFF framework including the main DFF Client Library (DFF_affiliate_client_API-x.x.x.php).
- **style** contains all default style (CSS) files which are commonly used by DFF framework.
- **DFF_config.php** contains many important settings required by DFF framework. You have to edit this file using a text editor to replace all the default values with your own relevant information. Some most important settings you need to set in this file are: DFF affiliate ID, DFF token.
Deletions:
DFFML/
Additions:
[[DFFOsLicense Please read DFF Framework API Licensing for more information about legal usage and modification information]].
Deletions:
Please read DFF Framework API Licensing for more information about legal usage and modification information.
Additions:
==DFF Instant Websites using DFF Framework API==
Click here to go to [[http://opensource.datafeedfile.com DFF's Open Source Examples wiki]].
Additions:
[[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip Download]]
**Goal:** The purpose of this PHP framework is to help DFF affiliates to develop and integrate DFF shopping tools and database faster and easier.
Deletions:
*Goal:* The purpose of this PHP framework is to help DFF affiliates to develop and integrate DFF shopping tools and database faster and easier.
Additions:
==How to use DFF Framework API?==
We recommend you extract the whole [[http://opensource.datafeedfile.com/download/DFF_PHP_FrameworkAPI-latest.zip DFF_PHP_FrameworkAPI-latest.zip]] into your document root directory. So that any script will reference DFF framework via relative path such as 'DFF/DFF_config.php' from your root directory.
We will create many examples for DFF affiliates to see how to use this framework, you will see that each example will include its own DFF directory where the framework has already been included. That also shows how we always put the DFF directory into the root document folder.