X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/remoteload/loadStore.php diff --git a/examples/remoteload/loadStore.php b/examples/remoteload/loadStore.php deleted file mode 100644 index b4a43c03..00000000 --- a/examples/remoteload/loadStore.php +++ /dev/null @@ -1,45 +0,0 @@ -{ - employees: [ - { - employeeId: 1, - firstName: 'Joe', - lastName: 'Smith', - department: 'Management', - title: 'CEO', - telephone: '240-555-1287', - office: 'DC' - },{ - employeeId: 2, - firstName: 'George', - lastName: 'Loram', - department: 'Sales', - title: 'VP of Sales', - telephone: '240-555-1287', - office: 'DC' - },{ - employeeId: 3, - firstName: 'Sally', - lastName: 'Beogagi', - department: 'Human Resources', - title: 'Senior Hiring Agent', - telephone: '443-555-1220', - office: 'MD' - },{ - employeeId: 4, - firstName: 'Billy', - lastName: 'Diarmaid', - department: 'Human Resources', - title: 'Hiring Agent', - telephone: '443-555-2890', - office: 'MD' - },{ - employeeId: 5, - firstName: 'Bruno', - lastName: 'Domingos', - department: 'Technology', - title: 'CTO', - telephone: '443-555-2890', - office: 'MD' - } - ] -} \ No newline at end of file