It seems that TideSDK supports PHP , so there is no reason why this was not.
One caveat is that the TideSDK does not seem to support MySQL. If you need to use database functionality, you will need a different solution. Fortunately, the CodeIgnider SQLite module is available to take care of this problem. ( SQLite is a stand-alone SQL database system that effectively allows you to embed a database in a file.)
source share