开发者

how do i populate the UITableView with the column data from the external database(mysql)?

hi i am trying to connect to the external database and then populate the UITableV开发者_开发问答iew with the column data in the external database(mysql)... could anyone help me out...


I'd use a php page to grab the data out of MySQL, then use json_encode() to prepare the data for the app.

Next you'll need something like this to translate the JSON into a list on the iPhone.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜