Crud is generally outside of the scope of construct. As php files reside on a remote server accompanied with the needed mysql server.
Common approach is to use the Ajax capability to request the php file with data in the request. And the php file should spew out the desired information which gets returned to your construct app and can be accessed by Ajax.Lastdata after a successful request.
Involved databases generally get tailored for the app; often by phpmyadmin or the likes.