Search Type: Posts; User: hendrisoni
Search: Search took 0.01 seconds.
-
4 Jun 2012 10:24 AM
- Replies
- 21
- Views
- 6,543
hi, i make something similar. but I focus to PostgreSQL. because I took the code from all friends here. I'll upload it later on this website.
35928
35929 -
3 Jun 2012 7:22 AM
- Replies
- 6
- Views
- 692
it is because that is sent from php not an object. try,
echo json_encode(array('success' => true)); -
3 Jun 2012 6:40 AM
- Replies
- 2
- Views
- 290
var store = Ext.create('Ext.data.Store', {
id : 'test',
autoLoad : true,
autoSync : true,
model : 'User',
pageSize : itemsPerPage,
listeners : {
beforeload :... -
3 Jun 2012 6:11 AM
- Replies
- 6
- Views
- 692
You can use Ext.decode()
Ext.Ajax.request({
url : "add.php",
params : {
number : text
},
Results 1 to 4 of 4
