anyone know if sencha can work with the rest url just like backbone? example:
http://mysite.com/user/123 // get the user 123
http://mysite.com/user/123/son/1 // get the son 1 from user 123
http://mysite.com/user/123/son/2 // get the son 2 from user 123
so far I only managed to use http://mysite.com/user?cd=123&son=3
tks