Development

Changeset 10371

You must first sign up to be able to contribute.

Changeset 10371

Show
Ignore:
Timestamp:
07/20/08 21:11:54 (1 month ago)
Author:
Leon.van.der.Ree
Message:

forgot some defaults for the SimpleStore?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfExtjs2Plugin/trunk/config/config.php

    r10370 r10371  
    136136); 
    137137 
     138sfConfig::set('Ext.data.SimpleStore', 
     139  array( 
     140    'class'       => 'Ext.data.SimpleStore', 
     141    'attributes'  => array() 
     142  ) 
     143); 
     144 
    138145sfConfig::set('Ext.data.GroupingStore', 
    139146  array(