This works fine to call your store from other controllers:
Ext.getStore('PlatformClient');
I have never tried to put the same store in more than one controller array stores. It seems strange to me.
, , , , , , , , . :
-, " " :
models:[
'te.store.PlatformClient'
],
, , .
-, , , , . , ExtJS , , , , , . , "" , :
stores:[
'Taxonomy',
'PlatformClient',
'DataType'
],
controllers:[
'Taxonomies' ,
'DataType' ,
'DataSale' ,
'Clients'
],
.
, , , storeId MVC. :
storeId: [StoreClassName]
, :
storeId: 'PlatformClient'
- MVC , , dev, storeId MVC .