I guess this has been answered very often if I understand you correctly. Ext is a javascript lib that runs on the browser client. It has nothing to do whatever with the server backend/language you use.
You just need to provide the urls and handle the http request passed all by yourself by returning the expected response from the backend server.