Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Doctrine 2.2 requires a minimum of PHP 5.3.0 or greater. For greatly improved performance it is also recommended that you use APC with PHP.

...

Handling a fetch request from RestDataSource using Doctrine

This example shows how to use Doctrine with the SmartClient ListGrid component, by connecting Doctrine Entities with a ListGrid. The following steps are required:

...

3. Setup the ListGrid component to use with RestDataSource:

Code Block
langjavascript

isc.ListGrid.create({
    dataSource: itemsDS,
    autoFetchData:true
 })

...