won.rhee
13 Dec 2011, 5:51 PM
Hello, this is probably just a confirmation question but couldnt find an exact "yes" on the web.
So I have a Ext.data.Store call with url set to some remote php file that serves up json.
I've never dealt with App Store so I'm not sure if I just wrap my code around PhoneGap, App Store will complain.
MyApp.stores.mydata = new Ext.data.Store({
model : 'somemodel',
proxy : {
type: 'ajax',
url: 'https://somedomain.com/servejson.php',
reader: {
type: 'json',
root: 'sample'
}
}
});
The following code should not cause any problems for App Store with PhoneGap, right???
Thanks you ! :D
So I have a Ext.data.Store call with url set to some remote php file that serves up json.
I've never dealt with App Store so I'm not sure if I just wrap my code around PhoneGap, App Store will complain.
MyApp.stores.mydata = new Ext.data.Store({
model : 'somemodel',
proxy : {
type: 'ajax',
url: 'https://somedomain.com/servejson.php',
reader: {
type: 'json',
root: 'sample'
}
}
});
The following code should not cause any problems for App Store with PhoneGap, right???
Thanks you ! :D