Hello,
Im trying to get some data from the database into a Sencha application.
So the way Im working is:
Mysql DB ----> AMFPHP Call ----> Create JSON object -----> Load it with Sencha.
What I actually want to do is load in my first view : All the restaurants in a NestedList
If a user clicks on the a restaurant to show a detail page. ( panel )
In the detail page the user can click on a button Menu.
When he clicks the menu button a list of recipe should be shown in a NestedList.
Thanks a lot if anyone can help me out or give me some tips.