Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sencha PHP Mysql

Looking around my understanding, Sencha is purely JS based.

I am wondering if there is any way for me to use content from PHP + MySql driven website?

like image 258
RDRAO Avatar asked Jun 19 '26 03:06

RDRAO


1 Answers

In short: yes, through XMLHttpRequests to your server. Sencha Touch is a Javascript framework that runs on your frontend, since it's mobile probably on the phone your'e targeting. PHP (& MySQL) runs on a backend, your server. Your phone app would then access the website where the PHP-app runs and fetch/store data, probably through a RESTful API.

like image 58
Jacob Oscarson Avatar answered Jun 20 '26 18:06

Jacob Oscarson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!