Is titanium desktop application supports PHP and mysql? or using an ajax? Should I use xampp to do this? or any suggestions you have.
Thank you very much
views:
70answers:
3
A:
You can use Ruby, PHP or Python even if I think mostly of the tasks can be done using simple js (Titanium exposes a lot of platform related api as js objects). You can also mix those languages.
Luca
2010-09-12 20:41:58
A:
Yes, they support PHP, and as I know, no, they don't support mySQL.
But, they support a SQL database, using SQLite.
mySQL is a database server, made for various users and huge programs. Titanium is made for local (Desktop and mobile) apps, and it uses SQLite for databases.
SQLite is smaller than MySQL, don't use "users", saves databases as single files, and is a normal relational SQL database, so, you can easely port your SQL program to work in Titanium.
Tiangolo
2010-10-27 16:10:13