Sencha sqlite example

前端 未结 6 1420
囚心锁ツ
囚心锁ツ 2021-01-05 14:17

I would like to see a decent example of a mobile web app using the Sencha framework with a client side DB accessed with SQLite. I\'m currently digesting JqTouch and kinda ge

6条回答
  •  春和景丽
    2021-01-05 14:58

    Your client side code (i.e. Sencha/Javascript) would not access the SQLLite database. It will either need to read JSON or XML from the server. You'll need server side code to read the data from the database and format it in a way that your Sencha data readers will understand.

    What are you using server side? If it's PHP you should look into MDB2

提交回复
热议问题